Skip to content

Commit 3eaa7fa

Browse files
committed
⬆️ deps: Upgrade babel monorepo. to v7.25.2.
1 parent e0bb366 commit 3eaa7fa

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
@@ -72,8 +72,8 @@
7272
"@failure-abstraction/error": "^6.0.1"
7373
},
7474
"devDependencies": {
75-
"@babel/core": "7.24.9",
76-
"@babel/preset-env": "7.25.0",
75+
"@babel/core": "7.25.2",
76+
"@babel/preset-env": "7.25.2",
7777
"@commitlint/cli": "19.3.0",
7878
"@iterable-iterator/chain": "2.0.1",
7979
"@iterable-iterator/list": "1.0.1",

yarn.lock

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

78-
"@babel/compat-data@^7.25.0":
79-
version "7.25.0"
80-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.0.tgz#6b226a5da3a686db3c30519750e071dce292ad95"
81-
integrity sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==
78+
"@babel/compat-data@^7.25.2":
79+
version "7.25.2"
80+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
81+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
8282

83-
"@babel/core@7.24.9":
84-
version "7.24.9"
85-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82"
86-
integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==
83+
"@babel/core@7.25.2":
84+
version "7.25.2"
85+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
86+
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
8787
dependencies:
8888
"@ampproject/remapping" "^2.2.0"
8989
"@babel/code-frame" "^7.24.7"
90-
"@babel/generator" "^7.24.9"
91-
"@babel/helper-compilation-targets" "^7.24.8"
92-
"@babel/helper-module-transforms" "^7.24.9"
93-
"@babel/helpers" "^7.24.8"
94-
"@babel/parser" "^7.24.8"
95-
"@babel/template" "^7.24.7"
96-
"@babel/traverse" "^7.24.8"
97-
"@babel/types" "^7.24.9"
90+
"@babel/generator" "^7.25.0"
91+
"@babel/helper-compilation-targets" "^7.25.2"
92+
"@babel/helper-module-transforms" "^7.25.2"
93+
"@babel/helpers" "^7.25.0"
94+
"@babel/parser" "^7.25.0"
95+
"@babel/template" "^7.25.0"
96+
"@babel/traverse" "^7.25.2"
97+
"@babel/types" "^7.25.2"
9898
convert-source-map "^2.0.0"
9999
debug "^4.1.0"
100100
gensync "^1.0.0-beta.2"
@@ -160,16 +160,6 @@
160160
"@jridgewell/trace-mapping" "^0.3.25"
161161
jsesc "^2.5.1"
162162

163-
"@babel/generator@^7.24.9":
164-
version "7.24.9"
165-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.9.tgz#5c2575a1070e661bbbc9df82a853989c9a656f12"
166-
integrity sha512-G8v3jRg+z8IwY1jHFxvCNhOPYPterE4XljNgdGTYfSTtzzwjIswIzIaSPSLs3R7yFuqnqNeay5rjICfqVr+/6A==
167-
dependencies:
168-
"@babel/types" "^7.24.9"
169-
"@jridgewell/gen-mapping" "^0.3.5"
170-
"@jridgewell/trace-mapping" "^0.3.25"
171-
jsesc "^2.5.1"
172-
173163
"@babel/generator@^7.25.0":
174164
version "7.25.0"
175165
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
@@ -277,6 +267,17 @@
277267
lru-cache "^5.1.1"
278268
semver "^6.3.1"
279269

270+
"@babel/helper-compilation-targets@^7.25.2":
271+
version "7.25.2"
272+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
273+
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
274+
dependencies:
275+
"@babel/compat-data" "^7.25.2"
276+
"@babel/helper-validator-option" "^7.24.8"
277+
browserslist "^4.23.1"
278+
lru-cache "^5.1.1"
279+
semver "^6.3.1"
280+
280281
"@babel/helper-create-class-features-plugin@^7.12.1":
281282
version "7.14.6"
282283
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542"
@@ -532,17 +533,6 @@
532533
"@babel/helper-split-export-declaration" "^7.24.7"
533534
"@babel/helper-validator-identifier" "^7.24.7"
534535

535-
"@babel/helper-module-transforms@^7.24.9":
536-
version "7.24.9"
537-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
538-
integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
539-
dependencies:
540-
"@babel/helper-environment-visitor" "^7.24.7"
541-
"@babel/helper-module-imports" "^7.24.7"
542-
"@babel/helper-simple-access" "^7.24.7"
543-
"@babel/helper-split-export-declaration" "^7.24.7"
544-
"@babel/helper-validator-identifier" "^7.24.7"
545-
546536
"@babel/helper-module-transforms@^7.25.0":
547537
version "7.25.0"
548538
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.0.tgz#3ffc23c473a2769a7e40d3274495bd559fdd2ecc"
@@ -553,6 +543,16 @@
553543
"@babel/helper-validator-identifier" "^7.24.7"
554544
"@babel/traverse" "^7.25.0"
555545

546+
"@babel/helper-module-transforms@^7.25.2":
547+
version "7.25.2"
548+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
549+
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
550+
dependencies:
551+
"@babel/helper-module-imports" "^7.24.7"
552+
"@babel/helper-simple-access" "^7.24.7"
553+
"@babel/helper-validator-identifier" "^7.24.7"
554+
"@babel/traverse" "^7.25.2"
555+
556556
"@babel/helper-optimise-call-expression@^7.14.5":
557557
version "7.14.5"
558558
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -801,13 +801,13 @@
801801
"@babel/traverse" "^7.14.5"
802802
"@babel/types" "^7.14.5"
803803

804-
"@babel/helpers@^7.24.8":
805-
version "7.24.8"
806-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873"
807-
integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==
804+
"@babel/helpers@^7.25.0":
805+
version "7.25.0"
806+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
807+
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
808808
dependencies:
809-
"@babel/template" "^7.24.7"
810-
"@babel/types" "^7.24.8"
809+
"@babel/template" "^7.25.0"
810+
"@babel/types" "^7.25.0"
811811

812812
"@babel/highlight@^7.12.13":
813813
version "7.14.0"
@@ -1469,14 +1469,14 @@
14691469
"@babel/helper-function-name" "^7.14.5"
14701470
"@babel/helper-plugin-utils" "^7.14.5"
14711471

1472-
"@babel/plugin-transform-function-name@^7.25.0":
1473-
version "7.25.0"
1474-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.0.tgz#d17890029ceefb45189ea203b404a496263a8412"
1475-
integrity sha512-CQmfSnK14eYu82fu6GlCwRciHB7mp7oLN+DeyGDDwUr9cMwuSVviJKPXw/YcRYZdB1TdlLJWHHwXwnwD1WnCmQ==
1472+
"@babel/plugin-transform-function-name@^7.25.1":
1473+
version "7.25.1"
1474+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz#b85e773097526c1a4fc4ba27322748643f26fc37"
1475+
integrity sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==
14761476
dependencies:
14771477
"@babel/helper-compilation-targets" "^7.24.8"
14781478
"@babel/helper-plugin-utils" "^7.24.8"
1479-
"@babel/traverse" "^7.25.0"
1479+
"@babel/traverse" "^7.25.1"
14801480

14811481
"@babel/plugin-transform-json-strings@^7.24.7":
14821482
version "7.24.7"
@@ -1493,12 +1493,12 @@
14931493
dependencies:
14941494
"@babel/helper-plugin-utils" "^7.14.5"
14951495

1496-
"@babel/plugin-transform-literals@^7.24.7":
1497-
version "7.24.7"
1498-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c"
1499-
integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==
1496+
"@babel/plugin-transform-literals@^7.25.2":
1497+
version "7.25.2"
1498+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz#deb1ad14fc5490b9a65ed830e025bca849d8b5f3"
1499+
integrity sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==
15001500
dependencies:
1501-
"@babel/helper-plugin-utils" "^7.24.7"
1501+
"@babel/helper-plugin-utils" "^7.24.8"
15021502

15031503
"@babel/plugin-transform-logical-assignment-operators@^7.24.7":
15041504
version "7.24.7"
@@ -1918,13 +1918,13 @@
19181918
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
19191919
"@babel/helper-plugin-utils" "^7.24.7"
19201920

1921-
"@babel/preset-env@7.25.0":
1922-
version "7.25.0"
1923-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.0.tgz#3fe92e470311e91478129efda101816c680f0479"
1924-
integrity sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==
1921+
"@babel/preset-env@7.25.2":
1922+
version "7.25.2"
1923+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.2.tgz#15918e9d050c4713a2ab8fa2fa82514eaf16676e"
1924+
integrity sha512-Y2Vkwy3ITW4id9c6KXshVV/x5yCGK7VdJmKkzOzNsDZMojRKfSA/033rRbLqlRozmhRXCejxWHLSJOg/wUHfzw==
19251925
dependencies:
1926-
"@babel/compat-data" "^7.25.0"
1927-
"@babel/helper-compilation-targets" "^7.24.8"
1926+
"@babel/compat-data" "^7.25.2"
1927+
"@babel/helper-compilation-targets" "^7.25.2"
19281928
"@babel/helper-plugin-utils" "^7.24.8"
19291929
"@babel/helper-validator-option" "^7.24.8"
19301930
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.0"
@@ -1968,9 +1968,9 @@
19681968
"@babel/plugin-transform-exponentiation-operator" "^7.24.7"
19691969
"@babel/plugin-transform-export-namespace-from" "^7.24.7"
19701970
"@babel/plugin-transform-for-of" "^7.24.7"
1971-
"@babel/plugin-transform-function-name" "^7.25.0"
1971+
"@babel/plugin-transform-function-name" "^7.25.1"
19721972
"@babel/plugin-transform-json-strings" "^7.24.7"
1973-
"@babel/plugin-transform-literals" "^7.24.7"
1973+
"@babel/plugin-transform-literals" "^7.25.2"
19741974
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
19751975
"@babel/plugin-transform-member-expression-literals" "^7.24.7"
19761976
"@babel/plugin-transform-modules-amd" "^7.24.7"
@@ -2256,6 +2256,19 @@
22562256
debug "^4.3.1"
22572257
globals "^11.1.0"
22582258

2259+
"@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2":
2260+
version "7.25.2"
2261+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae"
2262+
integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ==
2263+
dependencies:
2264+
"@babel/code-frame" "^7.24.7"
2265+
"@babel/generator" "^7.25.0"
2266+
"@babel/parser" "^7.25.0"
2267+
"@babel/template" "^7.25.0"
2268+
"@babel/types" "^7.25.2"
2269+
debug "^4.3.1"
2270+
globals "^11.1.0"
2271+
22592272
"@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.2", "@babel/types@^7.4.4":
22602273
version "7.14.2"
22612274
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
@@ -2298,19 +2311,19 @@
22982311
"@babel/helper-validator-identifier" "^7.24.7"
22992312
to-fast-properties "^2.0.0"
23002313

2301-
"@babel/types@^7.24.9":
2302-
version "7.24.9"
2303-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
2304-
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
2314+
"@babel/types@^7.25.0":
2315+
version "7.25.0"
2316+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
2317+
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
23052318
dependencies:
23062319
"@babel/helper-string-parser" "^7.24.8"
23072320
"@babel/helper-validator-identifier" "^7.24.7"
23082321
to-fast-properties "^2.0.0"
23092322

2310-
"@babel/types@^7.25.0":
2311-
version "7.25.0"
2312-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.0.tgz#e6e3656c581f28da8452ed4f69e38008ec0ba41b"
2313-
integrity sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==
2323+
"@babel/types@^7.25.2":
2324+
version "7.25.2"
2325+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
2326+
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
23142327
dependencies:
23152328
"@babel/helper-string-parser" "^7.24.8"
23162329
"@babel/helper-validator-identifier" "^7.24.7"

0 commit comments

Comments
 (0)