Skip to content

Commit 29bcad7

Browse files
chore(deps-dev): bump the dependencies group with 2 updates (#7341)
Bumps the dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/core` from 7.24.9 to 7.25.2 - [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.2/packages/babel-core) Updates `@babel/preset-env` from 7.25.0 to 7.25.2 - [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.2/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2201a92 commit 29bcad7

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.24.9",
73+
"@babel/core": "^7.25.2",
7474
"@babel/eslint-parser": "^7.25.1",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
76-
"@babel/preset-env": "^7.25.0",
76+
"@babel/preset-env": "^7.25.2",
7777
"@babel/preset-react": "^7.24.7",
7878
"@eslint/compat": "^1.1.1",
7979
"@eslint/eslintrc": "^3.1.0",

yarn.lock

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -160,26 +160,26 @@
160160
"@babel/highlight" "^7.24.7"
161161
picocolors "^1.0.0"
162162

163-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.8", "@babel/compat-data@^7.25.0":
164-
version "7.25.0"
165-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.0.tgz#6b226a5da3a686db3c30519750e071dce292ad95"
166-
integrity sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==
163+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2":
164+
version "7.25.2"
165+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
166+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
167167

168-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.21.3", "@babel/core@^7.24.4", "@babel/core@^7.24.9":
169-
version "7.24.9"
170-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
171-
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
168+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.21.3", "@babel/core@^7.24.4", "@babel/core@^7.25.2":
169+
version "7.25.2"
170+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
171+
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
172172
dependencies:
173173
"@ampproject/remapping" "^2.2.0"
174174
"@babel/code-frame" "^7.24.7"
175-
"@babel/generator" "^7.24.9"
176-
"@babel/helper-compilation-targets" "^7.24.8"
177-
"@babel/helper-module-transforms" "^7.24.9"
178-
"@babel/helpers" "^7.24.8"
179-
"@babel/parser" "^7.24.8"
180-
"@babel/template" "^7.24.7"
181-
"@babel/traverse" "^7.24.8"
182-
"@babel/types" "^7.24.9"
175+
"@babel/generator" "^7.25.0"
176+
"@babel/helper-compilation-targets" "^7.25.2"
177+
"@babel/helper-module-transforms" "^7.25.2"
178+
"@babel/helpers" "^7.25.0"
179+
"@babel/parser" "^7.25.0"
180+
"@babel/template" "^7.25.0"
181+
"@babel/traverse" "^7.25.2"
182+
"@babel/types" "^7.25.2"
183183
convert-source-map "^2.0.0"
184184
debug "^4.1.0"
185185
gensync "^1.0.0-beta.2"
@@ -195,7 +195,7 @@
195195
eslint-visitor-keys "^2.1.0"
196196
semver "^6.3.1"
197197

198-
"@babel/generator@^7.24.9", "@babel/generator@^7.25.0", "@babel/generator@^7.7.2":
198+
"@babel/generator@^7.25.0", "@babel/generator@^7.7.2":
199199
version "7.25.0"
200200
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
201201
integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
@@ -220,12 +220,12 @@
220220
"@babel/traverse" "^7.24.7"
221221
"@babel/types" "^7.24.7"
222222

223-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8":
224-
version "7.24.8"
225-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271"
226-
integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==
223+
"@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":
224+
version "7.25.2"
225+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
226+
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
227227
dependencies:
228-
"@babel/compat-data" "^7.24.8"
228+
"@babel/compat-data" "^7.25.2"
229229
"@babel/helper-validator-option" "^7.24.8"
230230
browserslist "^4.23.1"
231231
lru-cache "^5.1.1"
@@ -297,15 +297,15 @@
297297
"@babel/traverse" "^7.24.7"
298298
"@babel/types" "^7.24.7"
299299

300-
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.24.9", "@babel/helper-module-transforms@^7.25.0":
301-
version "7.25.0"
302-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.0.tgz#3ffc23c473a2769a7e40d3274495bd559fdd2ecc"
303-
integrity sha512-bIkOa2ZJYn7FHnepzr5iX9Kmz8FjIz4UKzJ9zhX3dnYuVW0xul9RuR3skBfoLu+FPTQw90EHW9rJsSZhyLQ3fQ==
300+
"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.25.0", "@babel/helper-module-transforms@^7.25.2":
301+
version "7.25.2"
302+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
303+
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
304304
dependencies:
305305
"@babel/helper-module-imports" "^7.24.7"
306306
"@babel/helper-simple-access" "^7.24.7"
307307
"@babel/helper-validator-identifier" "^7.24.7"
308-
"@babel/traverse" "^7.25.0"
308+
"@babel/traverse" "^7.25.2"
309309

310310
"@babel/helper-optimise-call-expression@^7.24.7":
311311
version "7.24.7"
@@ -384,13 +384,13 @@
384384
"@babel/traverse" "^7.25.0"
385385
"@babel/types" "^7.25.0"
386386

387-
"@babel/helpers@^7.24.8":
388-
version "7.24.8"
389-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
390-
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
387+
"@babel/helpers@^7.25.0":
388+
version "7.25.0"
389+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
390+
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
391391
dependencies:
392-
"@babel/template" "^7.24.7"
393-
"@babel/types" "^7.24.8"
392+
"@babel/template" "^7.25.0"
393+
"@babel/types" "^7.25.0"
394394

395395
"@babel/highlight@^7.24.7":
396396
version "7.24.7"
@@ -402,7 +402,7 @@
402402
js-tokens "^4.0.0"
403403
picocolors "^1.0.0"
404404

405-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.8", "@babel/parser@^7.25.0":
405+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.0":
406406
version "7.25.0"
407407
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad"
408408
integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==
@@ -746,14 +746,14 @@
746746
"@babel/helper-plugin-utils" "^7.24.7"
747747
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
748748

749-
"@babel/plugin-transform-function-name@^7.25.0":
750-
version "7.25.0"
751-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.0.tgz#d17890029ceefb45189ea203b404a496263a8412"
752-
integrity sha512-CQmfSnK14eYu82fu6GlCwRciHB7mp7oLN+DeyGDDwUr9cMwuSVviJKPXw/YcRYZdB1TdlLJWHHwXwnwD1WnCmQ==
749+
"@babel/plugin-transform-function-name@^7.25.1":
750+
version "7.25.1"
751+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
752+
integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
753753
dependencies:
754754
"@babel/helper-compilation-targets" "^7.24.8"
755755
"@babel/helper-plugin-utils" "^7.24.8"
756-
"@babel/traverse" "^7.25.0"
756+
"@babel/traverse" "^7.25.1"
757757

758758
"@babel/plugin-transform-json-strings@^7.24.7":
759759
version "7.24.7"
@@ -763,12 +763,12 @@
763763
"@babel/helper-plugin-utils" "^7.24.7"
764764
"@babel/plugin-syntax-json-strings" "^7.8.3"
765765

766-
"@babel/plugin-transform-literals@^7.24.7":
767-
version "7.24.7"
768-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c"
769-
integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==
766+
"@babel/plugin-transform-literals@^7.25.2":
767+
version "7.25.2"
768+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3"
769+
integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==
770770
dependencies:
771-
"@babel/helper-plugin-utils" "^7.24.7"
771+
"@babel/helper-plugin-utils" "^7.24.8"
772772

773773
"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
774774
version "7.24.7"
@@ -1050,13 +1050,13 @@
10501050
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
10511051
"@babel/helper-plugin-utils" "^7.24.7"
10521052

1053-
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.20.2", "@babel/preset-env@^7.25.0":
1054-
version "7.25.0"
1055-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.0.tgz#3fe92e470311e91478129efda101816c680f0479"
1056-
integrity sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==
1053+
"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.20.2", "@babel/preset-env@^7.25.2":
1054+
version "7.25.2"
1055+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e"
1056+
integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==
10571057
dependencies:
1058-
"@babel/compat-data" "^7.25.0"
1059-
"@babel/helper-compilation-targets" "^7.24.8"
1058+
"@babel/compat-data" "^7.25.2"
1059+
"@babel/helper-compilation-targets" "^7.25.2"
10601060
"@babel/helper-plugin-utils" "^7.24.8"
10611061
"@babel/helper-validator-option" "^7.24.8"
10621062
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
@@ -1100,9 +1100,9 @@
11001100
"@babel/plugin-transform-exponentiation-operator" "^7.24.7"
11011101
"@babel/plugin-transform-export-namespace-from" "^7.24.7"
11021102
"@babel/plugin-transform-for-of" "^7.24.7"
1103-
"@babel/plugin-transform-function-name" "^7.25.0"
1103+
"@babel/plugin-transform-function-name" "^7.25.1"
11041104
"@babel/plugin-transform-json-strings" "^7.24.7"
1105-
"@babel/plugin-transform-literals" "^7.24.7"
1105+
"@babel/plugin-transform-literals" "^7.25.2"
11061106
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
11071107
"@babel/plugin-transform-member-expression-literals" "^7.24.7"
11081108
"@babel/plugin-transform-modules-amd" "^7.24.7"
@@ -1190,23 +1190,23 @@
11901190
"@babel/parser" "^7.25.0"
11911191
"@babel/types" "^7.25.0"
11921192

1193-
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0":
1194-
version "7.25.0"
1195-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.0.tgz#e8533c0a57ed97921d1e5b20dd3db63d3efaebf5"
1196-
integrity sha512-ubALThHQy4GCf6mbb+5ZRNmLLCI7bJ3f8Q6LHBSRlSKSWj5a7dSUzJBLv3VuIhFrFPgjF4IzPF567YG/HSCdZA==
1193+
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2":
1194+
version "7.25.2"
1195+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae"
1196+
integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==
11971197
dependencies:
11981198
"@babel/code-frame" "^7.24.7"
11991199
"@babel/generator" "^7.25.0"
12001200
"@babel/parser" "^7.25.0"
12011201
"@babel/template" "^7.25.0"
1202-
"@babel/types" "^7.25.0"
1202+
"@babel/types" "^7.25.2"
12031203
debug "^4.3.1"
12041204
globals "^11.1.0"
12051205

1206-
"@babel/types@^7.0.0", "@babel/types@^7.21.3", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.25.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1207-
version "7.25.0"
1208-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
1209-
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
1206+
"@babel/types@^7.0.0", "@babel/types@^7.21.3", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1207+
version "7.25.2"
1208+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
1209+
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
12101210
dependencies:
12111211
"@babel/helper-string-parser" "^7.24.8"
12121212
"@babel/helper-validator-identifier" "^7.24.7"

0 commit comments

Comments
 (0)