Skip to content

Commit 3010925

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

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
@@ -78,8 +78,8 @@
7878
"@iterable-iterator/slice": "^1.0.1"
7979
},
8080
"devDependencies": {
81-
"@babel/core": "7.24.9",
82-
"@babel/preset-env": "7.25.0",
81+
"@babel/core": "7.25.2",
82+
"@babel/preset-env": "7.25.2",
8383
"@commitlint/cli": "19.3.0",
8484
"@iterable-iterator/list": "1.0.1",
8585
"@iterable-iterator/map": "1.0.1",

yarn.lock

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

61-
"@babel/compat-data@^7.25.0":
62-
version "7.25.0"
63-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.0.tgz#6b226a5da3a686db3c30519750e071dce292ad95"
64-
integrity sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==
61+
"@babel/compat-data@^7.25.2":
62+
version "7.25.2"
63+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
64+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
6565

66-
"@babel/core@7.24.9":
67-
version "7.24.9"
68-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
69-
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
66+
"@babel/core@7.25.2":
67+
version "7.25.2"
68+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
69+
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
7070
dependencies:
7171
"@ampproject/remapping" "^2.2.0"
7272
"@babel/code-frame" "^7.24.7"
73-
"@babel/generator" "^7.24.9"
74-
"@babel/helper-compilation-targets" "^7.24.8"
75-
"@babel/helper-module-transforms" "^7.24.9"
76-
"@babel/helpers" "^7.24.8"
77-
"@babel/parser" "^7.24.8"
78-
"@babel/template" "^7.24.7"
79-
"@babel/traverse" "^7.24.8"
80-
"@babel/types" "^7.24.9"
73+
"@babel/generator" "^7.25.0"
74+
"@babel/helper-compilation-targets" "^7.25.2"
75+
"@babel/helper-module-transforms" "^7.25.2"
76+
"@babel/helpers" "^7.25.0"
77+
"@babel/parser" "^7.25.0"
78+
"@babel/template" "^7.25.0"
79+
"@babel/traverse" "^7.25.2"
80+
"@babel/types" "^7.25.2"
8181
convert-source-map "^2.0.0"
8282
debug "^4.1.0"
8383
gensync "^1.0.0-beta.2"
@@ -134,16 +134,6 @@
134134
"@jridgewell/trace-mapping" "^0.3.25"
135135
jsesc "^2.5.1"
136136

137-
"@babel/generator@^7.24.9":
138-
version "7.24.9"
139-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12"
140-
integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A==
141-
dependencies:
142-
"@babel/types" "^7.24.9"
143-
"@jridgewell/gen-mapping" "^0.3.5"
144-
"@jridgewell/trace-mapping" "^0.3.25"
145-
jsesc "^2.5.1"
146-
147137
"@babel/generator@^7.25.0":
148138
version "7.25.0"
149139
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
@@ -234,6 +224,17 @@
234224
lru-cache "^5.1.1"
235225
semver "^6.3.1"
236226

227+
"@babel/helper-compilation-targets@^7.25.2":
228+
version "7.25.2"
229+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
230+
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
231+
dependencies:
232+
"@babel/compat-data" "^7.25.2"
233+
"@babel/helper-validator-option" "^7.24.8"
234+
browserslist "^4.23.1"
235+
lru-cache "^5.1.1"
236+
semver "^6.3.1"
237+
237238
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5":
238239
version "7.14.8"
239240
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
@@ -446,17 +447,6 @@
446447
"@babel/helper-split-export-declaration" "^7.24.7"
447448
"@babel/helper-validator-identifier" "^7.24.7"
448449

449-
"@babel/helper-module-transforms@^7.24.9":
450-
version "7.24.9"
451-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
452-
integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
453-
dependencies:
454-
"@babel/helper-environment-visitor" "^7.24.7"
455-
"@babel/helper-module-imports" "^7.24.7"
456-
"@babel/helper-simple-access" "^7.24.7"
457-
"@babel/helper-split-export-declaration" "^7.24.7"
458-
"@babel/helper-validator-identifier" "^7.24.7"
459-
460450
"@babel/helper-module-transforms@^7.25.0":
461451
version "7.25.0"
462452
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.0.tgz#3ffc23c473a2769a7e40d3274495bd559fdd2ecc"
@@ -467,6 +457,16 @@
467457
"@babel/helper-validator-identifier" "^7.24.7"
468458
"@babel/traverse" "^7.25.0"
469459

460+
"@babel/helper-module-transforms@^7.25.2":
461+
version "7.25.2"
462+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
463+
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
464+
dependencies:
465+
"@babel/helper-module-imports" "^7.24.7"
466+
"@babel/helper-simple-access" "^7.24.7"
467+
"@babel/helper-validator-identifier" "^7.24.7"
468+
"@babel/traverse" "^7.25.2"
469+
470470
"@babel/helper-optimise-call-expression@^7.14.5":
471471
version "7.14.5"
472472
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -693,13 +693,13 @@
693693
"@babel/traverse" "^7.14.8"
694694
"@babel/types" "^7.14.8"
695695

696-
"@babel/helpers@^7.24.8":
697-
version "7.24.8"
698-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
699-
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
696+
"@babel/helpers@^7.25.0":
697+
version "7.25.0"
698+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
699+
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
700700
dependencies:
701-
"@babel/template" "^7.24.7"
702-
"@babel/types" "^7.24.8"
701+
"@babel/template" "^7.25.0"
702+
"@babel/types" "^7.25.0"
703703

704704
"@babel/highlight@^7.14.5":
705705
version "7.14.5"
@@ -1321,14 +1321,14 @@
13211321
"@babel/helper-function-name" "^7.14.5"
13221322
"@babel/helper-plugin-utils" "^7.14.5"
13231323

1324-
"@babel/plugin-transform-function-name@^7.25.0":
1325-
version "7.25.0"
1326-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.0.tgz#d17890029ceefb45189ea203b404a496263a8412"
1327-
integrity sha512-CQmfSnK14eYu82fu6GlCwRciHB7mp7oLN+DeyGDDwUr9cMwuSVviJKPXw/YcRYZdB1TdlLJWHHwXwnwD1WnCmQ==
1324+
"@babel/plugin-transform-function-name@^7.25.1":
1325+
version "7.25.1"
1326+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
1327+
integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
13281328
dependencies:
13291329
"@babel/helper-compilation-targets" "^7.24.8"
13301330
"@babel/helper-plugin-utils" "^7.24.8"
1331-
"@babel/traverse" "^7.25.0"
1331+
"@babel/traverse" "^7.25.1"
13321332

13331333
"@babel/plugin-transform-json-strings@^7.24.7":
13341334
version "7.24.7"
@@ -1345,12 +1345,12 @@
13451345
dependencies:
13461346
"@babel/helper-plugin-utils" "^7.14.5"
13471347

1348-
"@babel/plugin-transform-literals@^7.24.7":
1349-
version "7.24.7"
1350-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c"
1351-
integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==
1348+
"@babel/plugin-transform-literals@^7.25.2":
1349+
version "7.25.2"
1350+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3"
1351+
integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==
13521352
dependencies:
1353-
"@babel/helper-plugin-utils" "^7.24.7"
1353+
"@babel/helper-plugin-utils" "^7.24.8"
13541354

13551355
"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
13561356
version "7.24.7"
@@ -1770,13 +1770,13 @@
17701770
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
17711771
"@babel/helper-plugin-utils" "^7.24.7"
17721772

1773-
"@babel/[email protected].0":
1774-
version "7.25.0"
1775-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.0.tgz#3fe92e470311e91478129efda101816c680f0479"
1776-
integrity sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==
1773+
"@babel/[email protected].2":
1774+
version "7.25.2"
1775+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e"
1776+
integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==
17771777
dependencies:
1778-
"@babel/compat-data" "^7.25.0"
1779-
"@babel/helper-compilation-targets" "^7.24.8"
1778+
"@babel/compat-data" "^7.25.2"
1779+
"@babel/helper-compilation-targets" "^7.25.2"
17801780
"@babel/helper-plugin-utils" "^7.24.8"
17811781
"@babel/helper-validator-option" "^7.24.8"
17821782
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
@@ -1820,9 +1820,9 @@
18201820
"@babel/plugin-transform-exponentiation-operator" "^7.24.7"
18211821
"@babel/plugin-transform-export-namespace-from" "^7.24.7"
18221822
"@babel/plugin-transform-for-of" "^7.24.7"
1823-
"@babel/plugin-transform-function-name" "^7.25.0"
1823+
"@babel/plugin-transform-function-name" "^7.25.1"
18241824
"@babel/plugin-transform-json-strings" "^7.24.7"
1825-
"@babel/plugin-transform-literals" "^7.24.7"
1825+
"@babel/plugin-transform-literals" "^7.25.2"
18261826
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
18271827
"@babel/plugin-transform-member-expression-literals" "^7.24.7"
18281828
"@babel/plugin-transform-modules-amd" "^7.24.7"
@@ -2078,6 +2078,19 @@
20782078
debug "^4.3.1"
20792079
globals "^11.1.0"
20802080

2081+
"@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2":
2082+
version "7.25.2"
2083+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae"
2084+
integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==
2085+
dependencies:
2086+
"@babel/code-frame" "^7.24.7"
2087+
"@babel/generator" "^7.25.0"
2088+
"@babel/parser" "^7.25.0"
2089+
"@babel/template" "^7.25.0"
2090+
"@babel/types" "^7.25.2"
2091+
debug "^4.3.1"
2092+
globals "^11.1.0"
2093+
20812094
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.4.4":
20822095
version "7.14.9"
20832096
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
@@ -2112,19 +2125,19 @@
21122125
"@babel/helper-validator-identifier" "^7.24.7"
21132126
to-fast-properties "^2.0.0"
21142127

2115-
"@babel/types@^7.24.9":
2116-
version "7.24.9"
2117-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
2118-
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
2128+
"@babel/types@^7.25.0":
2129+
version "7.25.0"
2130+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
2131+
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
21192132
dependencies:
21202133
"@babel/helper-string-parser" "^7.24.8"
21212134
"@babel/helper-validator-identifier" "^7.24.7"
21222135
to-fast-properties "^2.0.0"
21232136

2124-
"@babel/types@^7.25.0":
2125-
version "7.25.0"
2126-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
2127-
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
2137+
"@babel/types@^7.25.2":
2138+
version "7.25.2"
2139+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
2140+
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
21282141
dependencies:
21292142
"@babel/helper-string-parser" "^7.24.8"
21302143
"@babel/helper-validator-identifier" "^7.24.7"

0 commit comments

Comments
 (0)