Skip to content

Commit d698bfe

Browse files
Update dependency @babel/preset-env to v7.25.2
1 parent 7c1ccbc commit d698bfe

File tree

2 files changed

+32
-16
lines changed

2 files changed

+32
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/cli": "7.24.8",
2929
"@babel/core": "7.24.9",
30-
"@babel/preset-env": "7.25.0",
30+
"@babel/preset-env": "7.25.2",
3131
"babel-loader": "9.1.3",
3232
"webpack": "5.93.0",
3333
"webpack-cli": "5.1.4"

yarn.lock

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,16 @@
3434
"@babel/highlight" "^7.24.7"
3535
picocolors "^1.0.0"
3636

37-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.8", "@babel/compat-data@^7.25.0":
37+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.8":
3838
version "7.25.0"
3939
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.0.tgz#6b226a5da3a686db3c30519750e071dce292ad95"
4040
integrity sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==
4141

42+
"@babel/compat-data@^7.25.2":
43+
version "7.25.2"
44+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
45+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
46+
4247
"@babel/core@7.24.9":
4348
version "7.24.9"
4449
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
@@ -96,6 +101,17 @@
96101
lru-cache "^5.1.1"
97102
semver "^6.3.1"
98103

104+
"@babel/helper-compilation-targets@^7.25.2":
105+
version "7.25.2"
106+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
107+
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
108+
dependencies:
109+
"@babel/compat-data" "^7.25.2"
110+
"@babel/helper-validator-option" "^7.24.8"
111+
browserslist "^4.23.1"
112+
lru-cache "^5.1.1"
113+
semver "^6.3.1"
114+
99115
"@babel/helper-create-class-features-plugin@^7.24.7":
100116
version "7.25.0"
101117
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz#a109bf9c3d58dfed83aaf42e85633c89f43a6253"
@@ -558,7 +574,7 @@
558574
"@babel/helper-plugin-utils" "^7.24.7"
559575
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
560576

561-
"@babel/plugin-transform-function-name@^7.25.0":
577+
"@babel/plugin-transform-function-name@^7.25.1":
562578
version "7.25.1"
563579
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
564580
integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
@@ -575,12 +591,12 @@
575591
"@babel/helper-plugin-utils" "^7.24.7"
576592
"@babel/plugin-syntax-json-strings" "^7.8.3"
577593

578-
"@babel/plugin-transform-literals@^7.24.7":
579-
version "7.24.7"
580-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c"
581-
integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==
594+
"@babel/plugin-transform-literals@^7.25.2":
595+
version "7.25.2"
596+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3"
597+
integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==
582598
dependencies:
583-
"@babel/helper-plugin-utils" "^7.24.7"
599+
"@babel/helper-plugin-utils" "^7.24.8"
584600

585601
"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
586602
version "7.24.7"
@@ -812,13 +828,13 @@
812828
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
813829
"@babel/helper-plugin-utils" "^7.24.7"
814830

815-
"@babel/preset-env@7.25.0":
816-
version "7.25.0"
817-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.0.tgz#3fe92e470311e91478129efda101816c680f0479"
818-
integrity sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==
831+
"@babel/preset-env@7.25.2":
832+
version "7.25.2"
833+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e"
834+
integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==
819835
dependencies:
820-
"@babel/compat-data" "^7.25.0"
821-
"@babel/helper-compilation-targets" "^7.24.8"
836+
"@babel/compat-data" "^7.25.2"
837+
"@babel/helper-compilation-targets" "^7.25.2"
822838
"@babel/helper-plugin-utils" "^7.24.8"
823839
"@babel/helper-validator-option" "^7.24.8"
824840
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
@@ -862,9 +878,9 @@
862878
"@babel/plugin-transform-exponentiation-operator" "^7.24.7"
863879
"@babel/plugin-transform-export-namespace-from" "^7.24.7"
864880
"@babel/plugin-transform-for-of" "^7.24.7"
865-
"@babel/plugin-transform-function-name" "^7.25.0"
881+
"@babel/plugin-transform-function-name" "^7.25.1"
866882
"@babel/plugin-transform-json-strings" "^7.24.7"
867-
"@babel/plugin-transform-literals" "^7.24.7"
883+
"@babel/plugin-transform-literals" "^7.25.2"
868884
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
869885
"@babel/plugin-transform-member-expression-literals" "^7.24.7"
870886
"@babel/plugin-transform-modules-amd" "^7.24.7"

0 commit comments

Comments
 (0)