Skip to content

Commit 2b8b88a

Browse files
build(deps-dev): bump @babel/preset-env from 7.25.0 to 7.25.3 (#1569)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.25.0 to 7.25.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 197e879 commit 2b8b88a

File tree

2 files changed

+59
-30
lines changed

2 files changed

+59
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.24.9",
39-
"@babel/preset-env": "^7.25.0",
39+
"@babel/preset-env": "^7.25.3",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.20",
4242
"babel-jest": "^29.7.0",

yarn.lock

Lines changed: 58 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@babel/highlight" "^7.24.7"
2929
picocolors "^1.0.0"
3030

31-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.8", "@babel/compat-data@^7.25.0":
32-
version "7.25.0"
33-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.0.tgz#6b226a5da3a686db3c30519750e071dce292ad95"
34-
integrity sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==
31+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2":
32+
version "7.25.2"
33+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
34+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
3535

3636
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.9":
3737
version "7.24.9"
@@ -96,12 +96,12 @@
9696
"@babel/traverse" "^7.24.7"
9797
"@babel/types" "^7.24.7"
9898

99-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8":
100-
version "7.24.8"
101-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271"
102-
integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==
99+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8", "@babel/helper-compilation-targets@^7.25.2":
100+
version "7.25.2"
101+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
102+
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
103103
dependencies:
104-
"@babel/compat-data" "^7.24.8"
104+
"@babel/compat-data" "^7.25.2"
105105
"@babel/helper-validator-option" "^7.24.8"
106106
browserslist "^4.23.1"
107107
lru-cache "^5.1.1"
@@ -366,13 +366,20 @@
366366
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad"
367367
integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==
368368

369-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.0":
370-
version "7.25.0"
371-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.0.tgz#328275f22d809b962978d998c6eba22a233ac8aa"
372-
integrity sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==
369+
"@babel/parser@^7.25.3":
370+
version "7.25.3"
371+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
372+
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
373+
dependencies:
374+
"@babel/types" "^7.25.2"
375+
376+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
377+
version "7.25.3"
378+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
379+
integrity sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==
373380
dependencies:
374381
"@babel/helper-plugin-utils" "^7.24.8"
375-
"@babel/traverse" "^7.25.0"
382+
"@babel/traverse" "^7.25.3"
376383

377384
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.0":
378385
version "7.25.0"
@@ -697,7 +704,7 @@
697704
"@babel/helper-plugin-utils" "^7.24.7"
698705
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
699706

700-
"@babel/plugin-transform-function-name@^7.25.0":
707+
"@babel/plugin-transform-function-name@^7.25.1":
701708
version "7.25.1"
702709
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
703710
integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
@@ -714,12 +721,12 @@
714721
"@babel/helper-plugin-utils" "^7.24.7"
715722
"@babel/plugin-syntax-json-strings" "^7.8.3"
716723

717-
"@babel/plugin-transform-literals@^7.24.7":
718-
version "7.24.7"
719-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c"
720-
integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==
724+
"@babel/plugin-transform-literals@^7.25.2":
725+
version "7.25.2"
726+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3"
727+
integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==
721728
dependencies:
722-
"@babel/helper-plugin-utils" "^7.24.7"
729+
"@babel/helper-plugin-utils" "^7.24.8"
723730

724731
"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
725732
version "7.24.7"
@@ -951,16 +958,16 @@
951958
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
952959
"@babel/helper-plugin-utils" "^7.24.7"
953960

954-
"@babel/preset-env@^7.25.0":
955-
version "7.25.0"
956-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.0.tgz#3fe92e470311e91478129efda101816c680f0479"
957-
integrity sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==
961+
"@babel/preset-env@^7.25.3":
962+
version "7.25.3"
963+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.3.tgz#0bf4769d84ac51d1073ab4a86f00f30a3a83c67c"
964+
integrity sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==
958965
dependencies:
959-
"@babel/compat-data" "^7.25.0"
960-
"@babel/helper-compilation-targets" "^7.24.8"
966+
"@babel/compat-data" "^7.25.2"
967+
"@babel/helper-compilation-targets" "^7.25.2"
961968
"@babel/helper-plugin-utils" "^7.24.8"
962969
"@babel/helper-validator-option" "^7.24.8"
963-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
970+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.3"
964971
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.0"
965972
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.0"
966973
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7"
@@ -1001,9 +1008,9 @@
10011008
"@babel/plugin-transform-exponentiation-operator" "^7.24.7"
10021009
"@babel/plugin-transform-export-namespace-from" "^7.24.7"
10031010
"@babel/plugin-transform-for-of" "^7.24.7"
1004-
"@babel/plugin-transform-function-name" "^7.25.0"
1011+
"@babel/plugin-transform-function-name" "^7.25.1"
10051012
"@babel/plugin-transform-json-strings" "^7.24.7"
1006-
"@babel/plugin-transform-literals" "^7.24.7"
1013+
"@babel/plugin-transform-literals" "^7.25.2"
10071014
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
10081015
"@babel/plugin-transform-member-expression-literals" "^7.24.7"
10091016
"@babel/plugin-transform-modules-amd" "^7.24.7"
@@ -1108,6 +1115,19 @@
11081115
debug "^4.3.1"
11091116
globals "^11.1.0"
11101117

1118+
"@babel/traverse@^7.25.3":
1119+
version "7.25.3"
1120+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
1121+
integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
1122+
dependencies:
1123+
"@babel/code-frame" "^7.24.7"
1124+
"@babel/generator" "^7.25.0"
1125+
"@babel/parser" "^7.25.3"
1126+
"@babel/template" "^7.25.0"
1127+
"@babel/types" "^7.25.2"
1128+
debug "^4.3.1"
1129+
globals "^11.1.0"
1130+
11111131
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
11121132
version "7.24.9"
11131133
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
@@ -1126,6 +1146,15 @@
11261146
"@babel/helper-validator-identifier" "^7.24.7"
11271147
to-fast-properties "^2.0.0"
11281148

1149+
"@babel/types@^7.25.2":
1150+
version "7.25.2"
1151+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
1152+
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
1153+
dependencies:
1154+
"@babel/helper-string-parser" "^7.24.8"
1155+
"@babel/helper-validator-identifier" "^7.24.7"
1156+
to-fast-properties "^2.0.0"
1157+
11291158
"@bcoe/v8-coverage@^0.2.3":
11301159
version "0.2.3"
11311160
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)