Skip to content

Commit c1bf897

Browse files
committed
⬆️ deps: Upgrade babel monorepo. to v7.25.2.
1 parent b41a05b commit c1bf897

File tree

2 files changed

+84
-71
lines changed

2 files changed

+84
-71
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"dependencies": {},
8080
"devDependencies": {
8181
"@babel/cli": "7.24.8",
82-
"@babel/core": "7.24.9",
83-
"@babel/preset-env": "7.25.0",
82+
"@babel/core": "7.25.2",
83+
"@babel/preset-env": "7.25.2",
8484
"@commitlint/cli": "19.3.0",
8585
"@iterable-iterator/zip": "1.0.1",
8686
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 82 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,26 @@
6969
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
7070
integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
7171

72-
"@babel/compat-data@^7.25.0":
73-
version "7.25.0"
74-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.0.tgz#6b226a5da3a686db3c30519750e071dce292ad95"
75-
integrity sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==
72+
"@babel/compat-data@^7.25.2":
73+
version "7.25.2"
74+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
75+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
7676

77-
"@babel/core@7.24.9":
78-
version "7.24.9"
79-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
80-
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
77+
"@babel/core@7.25.2":
78+
version "7.25.2"
79+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
80+
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
8181
dependencies:
8282
"@ampproject/remapping" "^2.2.0"
8383
"@babel/code-frame" "^7.24.7"
84-
"@babel/generator" "^7.24.9"
85-
"@babel/helper-compilation-targets" "^7.24.8"
86-
"@babel/helper-module-transforms" "^7.24.9"
87-
"@babel/helpers" "^7.24.8"
88-
"@babel/parser" "^7.24.8"
89-
"@babel/template" "^7.24.7"
90-
"@babel/traverse" "^7.24.8"
91-
"@babel/types" "^7.24.9"
84+
"@babel/generator" "^7.25.0"
85+
"@babel/helper-compilation-targets" "^7.25.2"
86+
"@babel/helper-module-transforms" "^7.25.2"
87+
"@babel/helpers" "^7.25.0"
88+
"@babel/parser" "^7.25.0"
89+
"@babel/template" "^7.25.0"
90+
"@babel/traverse" "^7.25.2"
91+
"@babel/types" "^7.25.2"
9292
convert-source-map "^2.0.0"
9393
debug "^4.1.0"
9494
gensync "^1.0.0-beta.2"
@@ -124,16 +124,6 @@
124124
"@jridgewell/trace-mapping" "^0.3.25"
125125
jsesc "^2.5.1"
126126

127-
"@babel/generator@^7.24.9":
128-
version "7.24.9"
129-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12"
130-
integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A==
131-
dependencies:
132-
"@babel/types" "^7.24.9"
133-
"@jridgewell/gen-mapping" "^0.3.5"
134-
"@jridgewell/trace-mapping" "^0.3.25"
135-
jsesc "^2.5.1"
136-
137127
"@babel/generator@^7.25.0":
138128
version "7.25.0"
139129
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
@@ -199,6 +189,17 @@
199189
lru-cache "^5.1.1"
200190
semver "^6.3.1"
201191

192+
"@babel/helper-compilation-targets@^7.25.2":
193+
version "7.25.2"
194+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
195+
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
196+
dependencies:
197+
"@babel/compat-data" "^7.25.2"
198+
"@babel/helper-validator-option" "^7.24.8"
199+
browserslist "^4.23.1"
200+
lru-cache "^5.1.1"
201+
semver "^6.3.1"
202+
202203
"@babel/helper-create-class-features-plugin@^7.24.7":
203204
version "7.24.7"
204205
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz#2eaed36b3a1c11c53bdf80d53838b293c52f5b3b"
@@ -319,17 +320,6 @@
319320
"@babel/helper-split-export-declaration" "^7.24.7"
320321
"@babel/helper-validator-identifier" "^7.24.7"
321322

322-
"@babel/helper-module-transforms@^7.24.9":
323-
version "7.24.9"
324-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
325-
integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
326-
dependencies:
327-
"@babel/helper-environment-visitor" "^7.24.7"
328-
"@babel/helper-module-imports" "^7.24.7"
329-
"@babel/helper-simple-access" "^7.24.7"
330-
"@babel/helper-split-export-declaration" "^7.24.7"
331-
"@babel/helper-validator-identifier" "^7.24.7"
332-
333323
"@babel/helper-module-transforms@^7.25.0":
334324
version "7.25.0"
335325
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.0.tgz#3ffc23c473a2769a7e40d3274495bd559fdd2ecc"
@@ -340,6 +330,16 @@
340330
"@babel/helper-validator-identifier" "^7.24.7"
341331
"@babel/traverse" "^7.25.0"
342332

333+
"@babel/helper-module-transforms@^7.25.2":
334+
version "7.25.2"
335+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
336+
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
337+
dependencies:
338+
"@babel/helper-module-imports" "^7.24.7"
339+
"@babel/helper-simple-access" "^7.24.7"
340+
"@babel/helper-validator-identifier" "^7.24.7"
341+
"@babel/traverse" "^7.25.2"
342+
343343
"@babel/helper-optimise-call-expression@^7.24.7":
344344
version "7.24.7"
345345
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f"
@@ -495,13 +495,13 @@
495495
"@babel/traverse" "^7.25.0"
496496
"@babel/types" "^7.25.0"
497497

498-
"@babel/helpers@^7.24.8":
499-
version "7.24.8"
500-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
501-
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
498+
"@babel/helpers@^7.25.0":
499+
version "7.25.0"
500+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
501+
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
502502
dependencies:
503-
"@babel/template" "^7.24.7"
504-
"@babel/types" "^7.24.8"
503+
"@babel/template" "^7.25.0"
504+
"@babel/types" "^7.25.0"
505505

506506
"@babel/highlight@^7.16.0":
507507
version "7.16.0"
@@ -861,14 +861,14 @@
861861
"@babel/helper-plugin-utils" "^7.24.7"
862862
"@babel/helper-skip-transparent-expression-wrappers" "^7.24.7"
863863

864-
"@babel/plugin-transform-function-name@^7.25.0":
865-
version "7.25.0"
866-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.0.tgz#d17890029ceefb45189ea203b404a496263a8412"
867-
integrity sha512-CQmfSnK14eYu82fu6GlCwRciHB7mp7oLN+DeyGDDwUr9cMwuSVviJKPXw/YcRYZdB1TdlLJWHHwXwnwD1WnCmQ==
864+
"@babel/plugin-transform-function-name@^7.25.1":
865+
version "7.25.1"
866+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
867+
integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
868868
dependencies:
869869
"@babel/helper-compilation-targets" "^7.24.8"
870870
"@babel/helper-plugin-utils" "^7.24.8"
871-
"@babel/traverse" "^7.25.0"
871+
"@babel/traverse" "^7.25.1"
872872

873873
"@babel/plugin-transform-json-strings@^7.24.7":
874874
version "7.24.7"
@@ -878,12 +878,12 @@
878878
"@babel/helper-plugin-utils" "^7.24.7"
879879
"@babel/plugin-syntax-json-strings" "^7.8.3"
880880

881-
"@babel/plugin-transform-literals@^7.24.7":
882-
version "7.24.7"
883-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c"
884-
integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==
881+
"@babel/plugin-transform-literals@^7.25.2":
882+
version "7.25.2"
883+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3"
884+
integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==
885885
dependencies:
886-
"@babel/helper-plugin-utils" "^7.24.7"
886+
"@babel/helper-plugin-utils" "^7.24.8"
887887

888888
"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
889889
version "7.24.7"
@@ -1124,13 +1124,13 @@
11241124
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
11251125
"@babel/helper-plugin-utils" "^7.24.7"
11261126

1127-
"@babel/[email protected].0":
1128-
version "7.25.0"
1129-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.0.tgz#3fe92e470311e91478129efda101816c680f0479"
1130-
integrity sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==
1127+
"@babel/[email protected].2":
1128+
version "7.25.2"
1129+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e"
1130+
integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==
11311131
dependencies:
1132-
"@babel/compat-data" "^7.25.0"
1133-
"@babel/helper-compilation-targets" "^7.24.8"
1132+
"@babel/compat-data" "^7.25.2"
1133+
"@babel/helper-compilation-targets" "^7.25.2"
11341134
"@babel/helper-plugin-utils" "^7.24.8"
11351135
"@babel/helper-validator-option" "^7.24.8"
11361136
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
@@ -1174,9 +1174,9 @@
11741174
"@babel/plugin-transform-exponentiation-operator" "^7.24.7"
11751175
"@babel/plugin-transform-export-namespace-from" "^7.24.7"
11761176
"@babel/plugin-transform-for-of" "^7.24.7"
1177-
"@babel/plugin-transform-function-name" "^7.25.0"
1177+
"@babel/plugin-transform-function-name" "^7.25.1"
11781178
"@babel/plugin-transform-json-strings" "^7.24.7"
1179-
"@babel/plugin-transform-literals" "^7.24.7"
1179+
"@babel/plugin-transform-literals" "^7.25.2"
11801180
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
11811181
"@babel/plugin-transform-member-expression-literals" "^7.24.7"
11821182
"@babel/plugin-transform-modules-amd" "^7.24.7"
@@ -1297,6 +1297,19 @@
12971297
debug "^4.3.1"
12981298
globals "^11.1.0"
12991299

1300+
"@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2":
1301+
version "7.25.2"
1302+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae"
1303+
integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==
1304+
dependencies:
1305+
"@babel/code-frame" "^7.24.7"
1306+
"@babel/generator" "^7.25.0"
1307+
"@babel/parser" "^7.25.0"
1308+
"@babel/template" "^7.25.0"
1309+
"@babel/types" "^7.25.2"
1310+
debug "^4.3.1"
1311+
globals "^11.1.0"
1312+
13001313
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
13011314
version "7.16.0"
13021315
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1331,19 +1344,19 @@
13311344
"@babel/helper-validator-identifier" "^7.24.7"
13321345
to-fast-properties "^2.0.0"
13331346

1334-
"@babel/types@^7.24.9":
1335-
version "7.24.9"
1336-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
1337-
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
1347+
"@babel/types@^7.25.0":
1348+
version "7.25.0"
1349+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
1350+
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
13381351
dependencies:
13391352
"@babel/helper-string-parser" "^7.24.8"
13401353
"@babel/helper-validator-identifier" "^7.24.7"
13411354
to-fast-properties "^2.0.0"
13421355

1343-
"@babel/types@^7.25.0":
1344-
version "7.25.0"
1345-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
1346-
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
1356+
"@babel/types@^7.25.2":
1357+
version "7.25.2"
1358+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
1359+
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
13471360
dependencies:
13481361
"@babel/helper-string-parser" "^7.24.8"
13491362
"@babel/helper-validator-identifier" "^7.24.7"

0 commit comments

Comments
 (0)