Skip to content

Commit e094803

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

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
@@ -70,8 +70,8 @@
7070
},
7171
"dependencies": {},
7272
"devDependencies": {
73-
"@babel/core": "7.26.0",
74-
"@babel/preset-env": "7.26.0",
73+
"@babel/core": "7.26.7",
74+
"@babel/preset-env": "7.26.7",
7575
"@commitlint/cli": "19.6.1",
7676
"@entropy-source/pseudo-random": "4.0.0",
7777
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 104 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"@babel/highlight" "^7.25.9"
4444
picocolors "^1.0.0"
4545

46-
"@babel/code-frame@^7.26.0":
47-
version "7.26.0"
48-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
49-
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
46+
"@babel/code-frame@^7.26.2":
47+
version "7.26.2"
48+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
49+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
5050
dependencies:
5151
"@babel/helper-validator-identifier" "^7.25.9"
5252
js-tokens "^4.0.0"
@@ -67,26 +67,26 @@
6767
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
6868
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
6969

70-
"@babel/compat-data@^7.26.0":
71-
version "7.26.0"
72-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
73-
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
70+
"@babel/compat-data@^7.26.5":
71+
version "7.26.5"
72+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
73+
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
7474

75-
"@babel/[email protected].0":
76-
version "7.26.0"
77-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
78-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
75+
"@babel/[email protected].7":
76+
version "7.26.7"
77+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24"
78+
integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==
7979
dependencies:
8080
"@ampproject/remapping" "^2.2.0"
81-
"@babel/code-frame" "^7.26.0"
82-
"@babel/generator" "^7.26.0"
83-
"@babel/helper-compilation-targets" "^7.25.9"
81+
"@babel/code-frame" "^7.26.2"
82+
"@babel/generator" "^7.26.5"
83+
"@babel/helper-compilation-targets" "^7.26.5"
8484
"@babel/helper-module-transforms" "^7.26.0"
85-
"@babel/helpers" "^7.26.0"
86-
"@babel/parser" "^7.26.0"
85+
"@babel/helpers" "^7.26.7"
86+
"@babel/parser" "^7.26.7"
8787
"@babel/template" "^7.25.9"
88-
"@babel/traverse" "^7.25.9"
89-
"@babel/types" "^7.26.0"
88+
"@babel/traverse" "^7.26.7"
89+
"@babel/types" "^7.26.7"
9090
convert-source-map "^2.0.0"
9191
debug "^4.1.0"
9292
gensync "^1.0.0-beta.2"
@@ -133,13 +133,13 @@
133133
"@jridgewell/trace-mapping" "^0.3.25"
134134
jsesc "^3.0.2"
135135

136-
"@babel/generator@^7.26.0":
137-
version "7.26.0"
138-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
139-
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
136+
"@babel/generator@^7.26.5":
137+
version "7.26.5"
138+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
139+
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
140140
dependencies:
141-
"@babel/parser" "^7.26.0"
142-
"@babel/types" "^7.26.0"
141+
"@babel/parser" "^7.26.5"
142+
"@babel/types" "^7.26.5"
143143
"@jridgewell/gen-mapping" "^0.3.5"
144144
"@jridgewell/trace-mapping" "^0.3.25"
145145
jsesc "^3.0.2"
@@ -173,14 +173,6 @@
173173
"@babel/helper-explode-assignable-expression" "^7.16.7"
174174
"@babel/types" "^7.16.7"
175175

176-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.9":
177-
version "7.25.9"
178-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz#f41752fe772a578e67286e6779a68a5a92de1ee9"
179-
integrity sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==
180-
dependencies:
181-
"@babel/traverse" "^7.25.9"
182-
"@babel/types" "^7.25.9"
183-
184176
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.10", "@babel/helper-compilation-targets@^7.18.2":
185177
version "7.18.2"
186178
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
@@ -213,6 +205,17 @@
213205
lru-cache "^5.1.1"
214206
semver "^6.3.1"
215207

208+
"@babel/helper-compilation-targets@^7.26.5":
209+
version "7.26.5"
210+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
211+
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
212+
dependencies:
213+
"@babel/compat-data" "^7.26.5"
214+
"@babel/helper-validator-option" "^7.25.9"
215+
browserslist "^4.24.0"
216+
lru-cache "^5.1.1"
217+
semver "^6.3.1"
218+
216219
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.17.12", "@babel/helper-create-class-features-plugin@^7.18.0":
217220
version "7.18.0"
218221
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.0.tgz#fac430912606331cb075ea8d82f9a4c145a4da19"
@@ -424,6 +427,11 @@
424427
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
425428
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
426429

430+
"@babel/helper-plugin-utils@^7.26.5":
431+
version "7.26.5"
432+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
433+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
434+
427435
"@babel/helper-remap-async-to-generator@^7.16.8":
428436
version "7.16.8"
429437
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3"
@@ -567,13 +575,13 @@
567575
"@babel/traverse" "^7.18.2"
568576
"@babel/types" "^7.18.2"
569577

570-
"@babel/helpers@^7.26.0":
571-
version "7.26.0"
572-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
573-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
578+
"@babel/helpers@^7.26.7":
579+
version "7.26.7"
580+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
581+
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
574582
dependencies:
575583
"@babel/template" "^7.25.9"
576-
"@babel/types" "^7.26.0"
584+
"@babel/types" "^7.26.7"
577585

578586
"@babel/highlight@^7.16.7":
579587
version "7.17.12"
@@ -615,12 +623,12 @@
615623
dependencies:
616624
"@babel/types" "^7.25.9"
617625

618-
"@babel/parser@^7.26.0":
619-
version "7.26.0"
620-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c"
621-
integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA==
626+
"@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
627+
version "7.26.7"
628+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c"
629+
integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==
622630
dependencies:
623-
"@babel/types" "^7.26.0"
631+
"@babel/types" "^7.26.7"
624632

625633
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
626634
version "7.25.9"
@@ -1014,12 +1022,12 @@
10141022
dependencies:
10151023
"@babel/helper-plugin-utils" "^7.16.7"
10161024

1017-
"@babel/plugin-transform-block-scoped-functions@^7.25.9":
1018-
version "7.25.9"
1019-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz#5700691dbd7abb93de300ca7be94203764fce458"
1020-
integrity sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==
1025+
"@babel/plugin-transform-block-scoped-functions@^7.26.5":
1026+
version "7.26.5"
1027+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
1028+
integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
10211029
dependencies:
1022-
"@babel/helper-plugin-utils" "^7.25.9"
1030+
"@babel/helper-plugin-utils" "^7.26.5"
10231031

10241032
"@babel/plugin-transform-block-scoping@^7.17.12":
10251033
version "7.18.4"
@@ -1159,12 +1167,11 @@
11591167
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7"
11601168
"@babel/helper-plugin-utils" "^7.16.7"
11611169

1162-
"@babel/plugin-transform-exponentiation-operator@^7.25.9":
1163-
version "7.25.9"
1164-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz#ece47b70d236c1d99c263a1e22b62dc20a4c8b0f"
1165-
integrity sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==
1170+
"@babel/plugin-transform-exponentiation-operator@^7.26.3":
1171+
version "7.26.3"
1172+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
1173+
integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
11661174
dependencies:
1167-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.9"
11681175
"@babel/helper-plugin-utils" "^7.25.9"
11691176

11701177
"@babel/plugin-transform-export-namespace-from@^7.25.9":
@@ -1284,14 +1291,13 @@
12841291
"@babel/helper-simple-access" "^7.18.2"
12851292
babel-plugin-dynamic-import-node "^2.3.3"
12861293

1287-
"@babel/plugin-transform-modules-commonjs@^7.25.9":
1288-
version "7.25.9"
1289-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz#d165c8c569a080baf5467bda88df6425fc060686"
1290-
integrity sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==
1294+
"@babel/plugin-transform-modules-commonjs@^7.26.3":
1295+
version "7.26.3"
1296+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
1297+
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
12911298
dependencies:
1292-
"@babel/helper-module-transforms" "^7.25.9"
1299+
"@babel/helper-module-transforms" "^7.26.0"
12931300
"@babel/helper-plugin-utils" "^7.25.9"
1294-
"@babel/helper-simple-access" "^7.25.9"
12951301

12961302
"@babel/plugin-transform-modules-systemjs@^7.18.0":
12971303
version "7.18.5"
@@ -1360,12 +1366,12 @@
13601366
dependencies:
13611367
"@babel/helper-plugin-utils" "^7.25.9"
13621368

1363-
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
1364-
version "7.25.9"
1365-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz#bcb1b0d9e948168102d5f7104375ca21c3266949"
1366-
integrity sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==
1369+
"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6":
1370+
version "7.26.6"
1371+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
1372+
integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
13671373
dependencies:
1368-
"@babel/helper-plugin-utils" "^7.25.9"
1374+
"@babel/helper-plugin-utils" "^7.26.5"
13691375

13701376
"@babel/plugin-transform-numeric-separator@^7.25.9":
13711377
version "7.25.9"
@@ -1595,12 +1601,12 @@
15951601
dependencies:
15961602
"@babel/helper-plugin-utils" "^7.17.12"
15971603

1598-
"@babel/plugin-transform-typeof-symbol@^7.25.9":
1599-
version "7.25.9"
1600-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
1601-
integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
1604+
"@babel/plugin-transform-typeof-symbol@^7.26.7":
1605+
version "7.26.7"
1606+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937"
1607+
integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==
16021608
dependencies:
1603-
"@babel/helper-plugin-utils" "^7.25.9"
1609+
"@babel/helper-plugin-utils" "^7.26.5"
16041610

16051611
"@babel/plugin-transform-unicode-escapes@^7.16.7":
16061612
version "7.16.7"
@@ -1648,14 +1654,14 @@
16481654
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
16491655
"@babel/helper-plugin-utils" "^7.25.9"
16501656

1651-
"@babel/[email protected].0":
1652-
version "7.26.0"
1653-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
1654-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
1657+
"@babel/[email protected].7":
1658+
version "7.26.7"
1659+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
1660+
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
16551661
dependencies:
1656-
"@babel/compat-data" "^7.26.0"
1657-
"@babel/helper-compilation-targets" "^7.25.9"
1658-
"@babel/helper-plugin-utils" "^7.25.9"
1662+
"@babel/compat-data" "^7.26.5"
1663+
"@babel/helper-compilation-targets" "^7.26.5"
1664+
"@babel/helper-plugin-utils" "^7.26.5"
16591665
"@babel/helper-validator-option" "^7.25.9"
16601666
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
16611667
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
@@ -1669,7 +1675,7 @@
16691675
"@babel/plugin-transform-arrow-functions" "^7.25.9"
16701676
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
16711677
"@babel/plugin-transform-async-to-generator" "^7.25.9"
1672-
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
1678+
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
16731679
"@babel/plugin-transform-block-scoping" "^7.25.9"
16741680
"@babel/plugin-transform-class-properties" "^7.25.9"
16751681
"@babel/plugin-transform-class-static-block" "^7.26.0"
@@ -1680,7 +1686,7 @@
16801686
"@babel/plugin-transform-duplicate-keys" "^7.25.9"
16811687
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
16821688
"@babel/plugin-transform-dynamic-import" "^7.25.9"
1683-
"@babel/plugin-transform-exponentiation-operator" "^7.25.9"
1689+
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
16841690
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
16851691
"@babel/plugin-transform-for-of" "^7.25.9"
16861692
"@babel/plugin-transform-function-name" "^7.25.9"
@@ -1689,12 +1695,12 @@
16891695
"@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
16901696
"@babel/plugin-transform-member-expression-literals" "^7.25.9"
16911697
"@babel/plugin-transform-modules-amd" "^7.25.9"
1692-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
1698+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
16931699
"@babel/plugin-transform-modules-systemjs" "^7.25.9"
16941700
"@babel/plugin-transform-modules-umd" "^7.25.9"
16951701
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
16961702
"@babel/plugin-transform-new-target" "^7.25.9"
1697-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
1703+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6"
16981704
"@babel/plugin-transform-numeric-separator" "^7.25.9"
16991705
"@babel/plugin-transform-object-rest-spread" "^7.25.9"
17001706
"@babel/plugin-transform-object-super" "^7.25.9"
@@ -1711,7 +1717,7 @@
17111717
"@babel/plugin-transform-spread" "^7.25.9"
17121718
"@babel/plugin-transform-sticky-regex" "^7.25.9"
17131719
"@babel/plugin-transform-template-literals" "^7.25.9"
1714-
"@babel/plugin-transform-typeof-symbol" "^7.25.9"
1720+
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
17151721
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
17161722
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
17171723
"@babel/plugin-transform-unicode-regex" "^7.25.9"
@@ -1899,6 +1905,19 @@
18991905
debug "^4.3.1"
19001906
globals "^11.1.0"
19011907

1908+
"@babel/traverse@^7.26.7":
1909+
version "7.26.7"
1910+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
1911+
integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==
1912+
dependencies:
1913+
"@babel/code-frame" "^7.26.2"
1914+
"@babel/generator" "^7.26.5"
1915+
"@babel/parser" "^7.26.7"
1916+
"@babel/template" "^7.25.9"
1917+
"@babel/types" "^7.26.7"
1918+
debug "^4.3.1"
1919+
globals "^11.1.0"
1920+
19021921
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.18.0", "@babel/types@^7.18.2", "@babel/types@^7.18.4", "@babel/types@^7.4.4":
19031922
version "7.18.4"
19041923
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
@@ -1923,10 +1942,10 @@
19231942
"@babel/helper-string-parser" "^7.25.9"
19241943
"@babel/helper-validator-identifier" "^7.25.9"
19251944

1926-
"@babel/types@^7.26.0":
1927-
version "7.26.0"
1928-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1929-
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
1945+
"@babel/types@^7.26.5", "@babel/types@^7.26.7":
1946+
version "7.26.7"
1947+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
1948+
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
19301949
dependencies:
19311950
"@babel/helper-string-parser" "^7.25.9"
19321951
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)