Skip to content

Commit 0de1b1c

Browse files
⬆️ deps: Upgrade babel monorepo. to v7.26.7. (#356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1729d0d commit 0de1b1c

File tree

2 files changed

+106
-87
lines changed

2 files changed

+106
-87
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"devDependencies": {
7373
"@array-like/alloc": "0.0.1",
7474
"@array-like/copy": "0.0.1",
75-
"@babel/core": "7.26.0",
76-
"@babel/preset-env": "7.26.0",
75+
"@babel/core": "7.26.7",
76+
"@babel/preset-env": "7.26.7",
7777
"@commitlint/cli": "19.6.1",
7878
"@js-library/commitlint-config": "0.0.4",
7979
"@node-loader/babel": "2.1.0",

yarn.lock

Lines changed: 104 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"@babel/highlight" "^7.25.9"
5454
picocolors "^1.0.0"
5555

56-
"@babel/code-frame@^7.26.0":
57-
version "7.26.0"
58-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
59-
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
56+
"@babel/code-frame@^7.26.2":
57+
version "7.26.2"
58+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
59+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
6060
dependencies:
6161
"@babel/helper-validator-identifier" "^7.25.9"
6262
js-tokens "^4.0.0"
@@ -77,26 +77,26 @@
7777
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
7878
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
7979

80-
"@babel/compat-data@^7.26.0":
81-
version "7.26.0"
82-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
83-
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
80+
"@babel/compat-data@^7.26.5":
81+
version "7.26.5"
82+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
83+
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
8484

85-
"@babel/[email protected].0":
86-
version "7.26.0"
87-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
88-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
85+
"@babel/[email protected].7":
86+
version "7.26.7"
87+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24"
88+
integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==
8989
dependencies:
9090
"@ampproject/remapping" "^2.2.0"
91-
"@babel/code-frame" "^7.26.0"
92-
"@babel/generator" "^7.26.0"
93-
"@babel/helper-compilation-targets" "^7.25.9"
91+
"@babel/code-frame" "^7.26.2"
92+
"@babel/generator" "^7.26.5"
93+
"@babel/helper-compilation-targets" "^7.26.5"
9494
"@babel/helper-module-transforms" "^7.26.0"
95-
"@babel/helpers" "^7.26.0"
96-
"@babel/parser" "^7.26.0"
95+
"@babel/helpers" "^7.26.7"
96+
"@babel/parser" "^7.26.7"
9797
"@babel/template" "^7.25.9"
98-
"@babel/traverse" "^7.25.9"
99-
"@babel/types" "^7.26.0"
98+
"@babel/traverse" "^7.26.7"
99+
"@babel/types" "^7.26.7"
100100
convert-source-map "^2.0.0"
101101
debug "^4.1.0"
102102
gensync "^1.0.0-beta.2"
@@ -143,13 +143,13 @@
143143
"@jridgewell/trace-mapping" "^0.3.25"
144144
jsesc "^3.0.2"
145145

146-
"@babel/generator@^7.26.0":
147-
version "7.26.0"
148-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
149-
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
146+
"@babel/generator@^7.26.5":
147+
version "7.26.5"
148+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
149+
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
150150
dependencies:
151-
"@babel/parser" "^7.26.0"
152-
"@babel/types" "^7.26.0"
151+
"@babel/parser" "^7.26.5"
152+
"@babel/types" "^7.26.5"
153153
"@jridgewell/gen-mapping" "^0.3.5"
154154
"@jridgewell/trace-mapping" "^0.3.25"
155155
jsesc "^3.0.2"
@@ -183,14 +183,6 @@
183183
"@babel/helper-explode-assignable-expression" "^7.14.5"
184184
"@babel/types" "^7.14.5"
185185

186-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.9":
187-
version "7.25.9"
188-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz#f41752fe772a578e67286e6779a68a5a92de1ee9"
189-
integrity sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==
190-
dependencies:
191-
"@babel/traverse" "^7.25.9"
192-
"@babel/types" "^7.25.9"
193-
194186
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5":
195187
version "7.14.5"
196188
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
@@ -223,6 +215,17 @@
223215
lru-cache "^5.1.1"
224216
semver "^6.3.1"
225217

218+
"@babel/helper-compilation-targets@^7.26.5":
219+
version "7.26.5"
220+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
221+
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
222+
dependencies:
223+
"@babel/compat-data" "^7.26.5"
224+
"@babel/helper-validator-option" "^7.25.9"
225+
browserslist "^4.24.0"
226+
lru-cache "^5.1.1"
227+
semver "^6.3.1"
228+
226229
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5":
227230
version "7.14.8"
228231
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
@@ -436,6 +439,11 @@
436439
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
437440
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
438441

442+
"@babel/helper-plugin-utils@^7.26.5":
443+
version "7.26.5"
444+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
445+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
446+
439447
"@babel/helper-remap-async-to-generator@^7.14.5":
440448
version "7.14.5"
441449
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.14.5.tgz#51439c913612958f54a987a4ffc9ee587a2045d6"
@@ -578,13 +586,13 @@
578586
"@babel/traverse" "^7.14.8"
579587
"@babel/types" "^7.14.8"
580588

581-
"@babel/helpers@^7.26.0":
582-
version "7.26.0"
583-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
584-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
589+
"@babel/helpers@^7.26.7":
590+
version "7.26.7"
591+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
592+
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
585593
dependencies:
586594
"@babel/template" "^7.25.9"
587-
"@babel/types" "^7.26.0"
595+
"@babel/types" "^7.26.7"
588596

589597
"@babel/highlight@^7.14.5":
590598
version "7.14.5"
@@ -626,12 +634,12 @@
626634
dependencies:
627635
"@babel/types" "^7.25.9"
628636

629-
"@babel/parser@^7.26.0":
630-
version "7.26.0"
631-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c"
632-
integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA==
637+
"@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
638+
version "7.26.7"
639+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c"
640+
integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==
633641
dependencies:
634-
"@babel/types" "^7.26.0"
642+
"@babel/types" "^7.26.7"
635643

636644
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
637645
version "7.25.9"
@@ -1011,12 +1019,12 @@
10111019
dependencies:
10121020
"@babel/helper-plugin-utils" "^7.14.5"
10131021

1014-
"@babel/plugin-transform-block-scoped-functions@^7.25.9":
1015-
version "7.25.9"
1016-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz#5700691dbd7abb93de300ca7be94203764fce458"
1017-
integrity sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==
1022+
"@babel/plugin-transform-block-scoped-functions@^7.26.5":
1023+
version "7.26.5"
1024+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
1025+
integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
10181026
dependencies:
1019-
"@babel/helper-plugin-utils" "^7.25.9"
1027+
"@babel/helper-plugin-utils" "^7.26.5"
10201028

10211029
"@babel/plugin-transform-block-scoping@^7.14.5":
10221030
version "7.14.5"
@@ -1155,12 +1163,11 @@
11551163
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"
11561164
"@babel/helper-plugin-utils" "^7.14.5"
11571165

1158-
"@babel/plugin-transform-exponentiation-operator@^7.25.9":
1159-
version "7.25.9"
1160-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz#ece47b70d236c1d99c263a1e22b62dc20a4c8b0f"
1161-
integrity sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==
1166+
"@babel/plugin-transform-exponentiation-operator@^7.26.3":
1167+
version "7.26.3"
1168+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
1169+
integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
11621170
dependencies:
1163-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.9"
11641171
"@babel/helper-plugin-utils" "^7.25.9"
11651172

11661173
"@babel/plugin-transform-export-namespace-from@^7.25.9":
@@ -1279,14 +1286,13 @@
12791286
"@babel/helper-simple-access" "^7.14.5"
12801287
babel-plugin-dynamic-import-node "^2.3.3"
12811288

1282-
"@babel/plugin-transform-modules-commonjs@^7.25.9":
1283-
version "7.25.9"
1284-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz#d165c8c569a080baf5467bda88df6425fc060686"
1285-
integrity sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==
1289+
"@babel/plugin-transform-modules-commonjs@^7.26.3":
1290+
version "7.26.3"
1291+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
1292+
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
12861293
dependencies:
1287-
"@babel/helper-module-transforms" "^7.25.9"
1294+
"@babel/helper-module-transforms" "^7.26.0"
12881295
"@babel/helper-plugin-utils" "^7.25.9"
1289-
"@babel/helper-simple-access" "^7.25.9"
12901296

12911297
"@babel/plugin-transform-modules-systemjs@^7.14.5":
12921298
version "7.14.5"
@@ -1354,12 +1360,12 @@
13541360
dependencies:
13551361
"@babel/helper-plugin-utils" "^7.25.9"
13561362

1357-
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
1358-
version "7.25.9"
1359-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz#bcb1b0d9e948168102d5f7104375ca21c3266949"
1360-
integrity sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==
1363+
"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6":
1364+
version "7.26.6"
1365+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
1366+
integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
13611367
dependencies:
1362-
"@babel/helper-plugin-utils" "^7.25.9"
1368+
"@babel/helper-plugin-utils" "^7.26.5"
13631369

13641370
"@babel/plugin-transform-numeric-separator@^7.25.9":
13651371
version "7.25.9"
@@ -1588,12 +1594,12 @@
15881594
dependencies:
15891595
"@babel/helper-plugin-utils" "^7.14.5"
15901596

1591-
"@babel/plugin-transform-typeof-symbol@^7.25.9":
1592-
version "7.25.9"
1593-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
1594-
integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
1597+
"@babel/plugin-transform-typeof-symbol@^7.26.7":
1598+
version "7.26.7"
1599+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937"
1600+
integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==
15951601
dependencies:
1596-
"@babel/helper-plugin-utils" "^7.25.9"
1602+
"@babel/helper-plugin-utils" "^7.26.5"
15971603

15981604
"@babel/plugin-transform-unicode-escapes@^7.14.5":
15991605
version "7.14.5"
@@ -1641,14 +1647,14 @@
16411647
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
16421648
"@babel/helper-plugin-utils" "^7.25.9"
16431649

1644-
"@babel/[email protected].0":
1645-
version "7.26.0"
1646-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
1647-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
1650+
"@babel/[email protected].7":
1651+
version "7.26.7"
1652+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
1653+
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
16481654
dependencies:
1649-
"@babel/compat-data" "^7.26.0"
1650-
"@babel/helper-compilation-targets" "^7.25.9"
1651-
"@babel/helper-plugin-utils" "^7.25.9"
1655+
"@babel/compat-data" "^7.26.5"
1656+
"@babel/helper-compilation-targets" "^7.26.5"
1657+
"@babel/helper-plugin-utils" "^7.26.5"
16521658
"@babel/helper-validator-option" "^7.25.9"
16531659
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
16541660
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
@@ -1662,7 +1668,7 @@
16621668
"@babel/plugin-transform-arrow-functions" "^7.25.9"
16631669
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
16641670
"@babel/plugin-transform-async-to-generator" "^7.25.9"
1665-
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
1671+
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
16661672
"@babel/plugin-transform-block-scoping" "^7.25.9"
16671673
"@babel/plugin-transform-class-properties" "^7.25.9"
16681674
"@babel/plugin-transform-class-static-block" "^7.26.0"
@@ -1673,7 +1679,7 @@
16731679
"@babel/plugin-transform-duplicate-keys" "^7.25.9"
16741680
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
16751681
"@babel/plugin-transform-dynamic-import" "^7.25.9"
1676-
"@babel/plugin-transform-exponentiation-operator" "^7.25.9"
1682+
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
16771683
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
16781684
"@babel/plugin-transform-for-of" "^7.25.9"
16791685
"@babel/plugin-transform-function-name" "^7.25.9"
@@ -1682,12 +1688,12 @@
16821688
"@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
16831689
"@babel/plugin-transform-member-expression-literals" "^7.25.9"
16841690
"@babel/plugin-transform-modules-amd" "^7.25.9"
1685-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
1691+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
16861692
"@babel/plugin-transform-modules-systemjs" "^7.25.9"
16871693
"@babel/plugin-transform-modules-umd" "^7.25.9"
16881694
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
16891695
"@babel/plugin-transform-new-target" "^7.25.9"
1690-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
1696+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6"
16911697
"@babel/plugin-transform-numeric-separator" "^7.25.9"
16921698
"@babel/plugin-transform-object-rest-spread" "^7.25.9"
16931699
"@babel/plugin-transform-object-super" "^7.25.9"
@@ -1704,7 +1710,7 @@
17041710
"@babel/plugin-transform-spread" "^7.25.9"
17051711
"@babel/plugin-transform-sticky-regex" "^7.25.9"
17061712
"@babel/plugin-transform-template-literals" "^7.25.9"
1707-
"@babel/plugin-transform-typeof-symbol" "^7.25.9"
1713+
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
17081714
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
17091715
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
17101716
"@babel/plugin-transform-unicode-regex" "^7.25.9"
@@ -1889,6 +1895,19 @@
18891895
debug "^4.3.1"
18901896
globals "^11.1.0"
18911897

1898+
"@babel/traverse@^7.26.7":
1899+
version "7.26.7"
1900+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
1901+
integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==
1902+
dependencies:
1903+
"@babel/code-frame" "^7.26.2"
1904+
"@babel/generator" "^7.26.5"
1905+
"@babel/parser" "^7.26.7"
1906+
"@babel/template" "^7.25.9"
1907+
"@babel/types" "^7.26.7"
1908+
debug "^4.3.1"
1909+
globals "^11.1.0"
1910+
18921911
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.4.4":
18931912
version "7.14.8"
18941913
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
@@ -1913,10 +1932,10 @@
19131932
"@babel/helper-string-parser" "^7.25.9"
19141933
"@babel/helper-validator-identifier" "^7.25.9"
19151934

1916-
"@babel/types@^7.26.0":
1917-
version "7.26.0"
1918-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1919-
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
1935+
"@babel/types@^7.26.5", "@babel/types@^7.26.7":
1936+
version "7.26.7"
1937+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
1938+
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
19201939
dependencies:
19211940
"@babel/helper-string-parser" "^7.25.9"
19221941
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)