Skip to content

Commit 05e51ec

Browse files
committed
⬆️ deps: Upgrade babel monorepo. to v7.25.2.
1 parent b1bf5c9 commit 05e51ec

File tree

2 files changed

+84
-71
lines changed

2 files changed

+84
-71
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"@async-iterable-iterator/async-iterator-to-array": "^0.0.1"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "7.24.9",
77-
"@babel/preset-env": "7.25.0",
76+
"@babel/core": "7.25.2",
77+
"@babel/preset-env": "7.25.2",
7878
"@commitlint/cli": "19.3.0",
7979
"@js-library/commitlint-config": "0.0.4",
8080
"@node-loader/babel": "2.1.0",

yarn.lock

+82-69
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,26 @@
6363
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
6464
integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
6565

66-
"@babel/compat-data@^7.25.0":
67-
version "7.25.0"
68-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.0.tgz#6b226a5da3a686db3c30519750e071dce292ad95"
69-
integrity sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==
66+
"@babel/compat-data@^7.25.2":
67+
version "7.25.2"
68+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
69+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
7070

71-
"@babel/core@7.24.9":
72-
version "7.24.9"
73-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
74-
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
71+
"@babel/core@7.25.2":
72+
version "7.25.2"
73+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
74+
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
7575
dependencies:
7676
"@ampproject/remapping" "^2.2.0"
7777
"@babel/code-frame" "^7.24.7"
78-
"@babel/generator" "^7.24.9"
79-
"@babel/helper-compilation-targets" "^7.24.8"
80-
"@babel/helper-module-transforms" "^7.24.9"
81-
"@babel/helpers" "^7.24.8"
82-
"@babel/parser" "^7.24.8"
83-
"@babel/template" "^7.24.7"
84-
"@babel/traverse" "^7.24.8"
85-
"@babel/types" "^7.24.9"
78+
"@babel/generator" "^7.25.0"
79+
"@babel/helper-compilation-targets" "^7.25.2"
80+
"@babel/helper-module-transforms" "^7.25.2"
81+
"@babel/helpers" "^7.25.0"
82+
"@babel/parser" "^7.25.0"
83+
"@babel/template" "^7.25.0"
84+
"@babel/traverse" "^7.25.2"
85+
"@babel/types" "^7.25.2"
8686
convert-source-map "^2.0.0"
8787
debug "^4.1.0"
8888
gensync "^1.0.0-beta.2"
@@ -139,16 +139,6 @@
139139
"@jridgewell/trace-mapping" "^0.3.25"
140140
jsesc "^2.5.1"
141141

142-
"@babel/generator@^7.24.9":
143-
version "7.24.9"
144-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12"
145-
integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A==
146-
dependencies:
147-
"@babel/types" "^7.24.9"
148-
"@jridgewell/gen-mapping" "^0.3.5"
149-
"@jridgewell/trace-mapping" "^0.3.25"
150-
jsesc "^2.5.1"
151-
152142
"@babel/generator@^7.25.0":
153143
version "7.25.0"
154144
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
@@ -239,6 +229,17 @@
239229
lru-cache "^5.1.1"
240230
semver "^6.3.1"
241231

232+
"@babel/helper-compilation-targets@^7.25.2":
233+
version "7.25.2"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
235+
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
236+
dependencies:
237+
"@babel/compat-data" "^7.25.2"
238+
"@babel/helper-validator-option" "^7.24.8"
239+
browserslist "^4.23.1"
240+
lru-cache "^5.1.1"
241+
semver "^6.3.1"
242+
242243
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.16.5":
243244
version "7.16.5"
244245
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad"
@@ -459,17 +460,6 @@
459460
"@babel/helper-split-export-declaration" "^7.24.7"
460461
"@babel/helper-validator-identifier" "^7.24.7"
461462

462-
"@babel/helper-module-transforms@^7.24.9":
463-
version "7.24.9"
464-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
465-
integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
466-
dependencies:
467-
"@babel/helper-environment-visitor" "^7.24.7"
468-
"@babel/helper-module-imports" "^7.24.7"
469-
"@babel/helper-simple-access" "^7.24.7"
470-
"@babel/helper-split-export-declaration" "^7.24.7"
471-
"@babel/helper-validator-identifier" "^7.24.7"
472-
473463
"@babel/helper-module-transforms@^7.25.0":
474464
version "7.25.0"
475465
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.0.tgz#3ffc23c473a2769a7e40d3274495bd559fdd2ecc"
@@ -480,6 +470,16 @@
480470
"@babel/helper-validator-identifier" "^7.24.7"
481471
"@babel/traverse" "^7.25.0"
482472

473+
"@babel/helper-module-transforms@^7.25.2":
474+
version "7.25.2"
475+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
476+
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
477+
dependencies:
478+
"@babel/helper-module-imports" "^7.24.7"
479+
"@babel/helper-simple-access" "^7.24.7"
480+
"@babel/helper-validator-identifier" "^7.24.7"
481+
"@babel/traverse" "^7.25.2"
482+
483483
"@babel/helper-optimise-call-expression@^7.16.0":
484484
version "7.16.0"
485485
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
@@ -707,13 +707,13 @@
707707
"@babel/traverse" "^7.16.5"
708708
"@babel/types" "^7.16.0"
709709

710-
"@babel/helpers@^7.24.8":
711-
version "7.24.8"
712-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
713-
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
710+
"@babel/helpers@^7.25.0":
711+
version "7.25.0"
712+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
713+
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
714714
dependencies:
715-
"@babel/template" "^7.24.7"
716-
"@babel/types" "^7.24.8"
715+
"@babel/template" "^7.25.0"
716+
"@babel/types" "^7.25.0"
717717

718718
"@babel/highlight@^7.16.0":
719719
version "7.16.0"
@@ -1343,14 +1343,14 @@
13431343
"@babel/helper-function-name" "^7.16.0"
13441344
"@babel/helper-plugin-utils" "^7.16.5"
13451345

1346-
"@babel/plugin-transform-function-name@^7.25.0":
1347-
version "7.25.0"
1348-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.0.tgz#d17890029ceefb45189ea203b404a496263a8412"
1349-
integrity sha512-CQmfSnK14eYu82fu6GlCwRciHB7mp7oLN+DeyGDDwUr9cMwuSVviJKPXw/YcRYZdB1TdlLJWHHwXwnwD1WnCmQ==
1346+
"@babel/plugin-transform-function-name@^7.25.1":
1347+
version "7.25.1"
1348+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
1349+
integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
13501350
dependencies:
13511351
"@babel/helper-compilation-targets" "^7.24.8"
13521352
"@babel/helper-plugin-utils" "^7.24.8"
1353-
"@babel/traverse" "^7.25.0"
1353+
"@babel/traverse" "^7.25.1"
13541354

13551355
"@babel/plugin-transform-json-strings@^7.24.7":
13561356
version "7.24.7"
@@ -1367,12 +1367,12 @@
13671367
dependencies:
13681368
"@babel/helper-plugin-utils" "^7.16.5"
13691369

1370-
"@babel/plugin-transform-literals@^7.24.7":
1371-
version "7.24.7"
1372-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c"
1373-
integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==
1370+
"@babel/plugin-transform-literals@^7.25.2":
1371+
version "7.25.2"
1372+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3"
1373+
integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==
13741374
dependencies:
1375-
"@babel/helper-plugin-utils" "^7.24.7"
1375+
"@babel/helper-plugin-utils" "^7.24.8"
13761376

13771377
"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
13781378
version "7.24.7"
@@ -1792,13 +1792,13 @@
17921792
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
17931793
"@babel/helper-plugin-utils" "^7.24.7"
17941794

1795-
"@babel/[email protected].0":
1796-
version "7.25.0"
1797-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.0.tgz#3fe92e470311e91478129efda101816c680f0479"
1798-
integrity sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==
1795+
"@babel/[email protected].2":
1796+
version "7.25.2"
1797+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e"
1798+
integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==
17991799
dependencies:
1800-
"@babel/compat-data" "^7.25.0"
1801-
"@babel/helper-compilation-targets" "^7.24.8"
1800+
"@babel/compat-data" "^7.25.2"
1801+
"@babel/helper-compilation-targets" "^7.25.2"
18021802
"@babel/helper-plugin-utils" "^7.24.8"
18031803
"@babel/helper-validator-option" "^7.24.8"
18041804
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
@@ -1842,9 +1842,9 @@
18421842
"@babel/plugin-transform-exponentiation-operator" "^7.24.7"
18431843
"@babel/plugin-transform-export-namespace-from" "^7.24.7"
18441844
"@babel/plugin-transform-for-of" "^7.24.7"
1845-
"@babel/plugin-transform-function-name" "^7.25.0"
1845+
"@babel/plugin-transform-function-name" "^7.25.1"
18461846
"@babel/plugin-transform-json-strings" "^7.24.7"
1847-
"@babel/plugin-transform-literals" "^7.24.7"
1847+
"@babel/plugin-transform-literals" "^7.25.2"
18481848
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
18491849
"@babel/plugin-transform-member-expression-literals" "^7.24.7"
18501850
"@babel/plugin-transform-modules-amd" "^7.24.7"
@@ -2102,6 +2102,19 @@
21022102
debug "^4.3.1"
21032103
globals "^11.1.0"
21042104

2105+
"@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2":
2106+
version "7.25.2"
2107+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae"
2108+
integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==
2109+
dependencies:
2110+
"@babel/code-frame" "^7.24.7"
2111+
"@babel/generator" "^7.25.0"
2112+
"@babel/parser" "^7.25.0"
2113+
"@babel/template" "^7.25.0"
2114+
"@babel/types" "^7.25.2"
2115+
debug "^4.3.1"
2116+
globals "^11.1.0"
2117+
21052118
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
21062119
version "7.16.0"
21072120
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -2136,19 +2149,19 @@
21362149
"@babel/helper-validator-identifier" "^7.24.7"
21372150
to-fast-properties "^2.0.0"
21382151

2139-
"@babel/types@^7.24.9":
2140-
version "7.24.9"
2141-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
2142-
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
2152+
"@babel/types@^7.25.0":
2153+
version "7.25.0"
2154+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
2155+
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
21432156
dependencies:
21442157
"@babel/helper-string-parser" "^7.24.8"
21452158
"@babel/helper-validator-identifier" "^7.24.7"
21462159
to-fast-properties "^2.0.0"
21472160

2148-
"@babel/types@^7.25.0":
2149-
version "7.25.0"
2150-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
2151-
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
2161+
"@babel/types@^7.25.2":
2162+
version "7.25.2"
2163+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
2164+
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
21522165
dependencies:
21532166
"@babel/helper-string-parser" "^7.24.8"
21542167
"@babel/helper-validator-identifier" "^7.24.7"

0 commit comments

Comments
 (0)