Skip to content

Commit ecdfc69

Browse files
⬆️ deps: Upgrade babel monorepo. to v7.26.7.
1 parent e510c2b commit ecdfc69

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
@@ -77,8 +77,8 @@
7777
"@total-order/primitive": "^1.0.1"
7878
},
7979
"devDependencies": {
80-
"@babel/core": "7.26.0",
81-
"@babel/preset-env": "7.26.0",
80+
"@babel/core": "7.26.7",
81+
"@babel/preset-env": "7.26.7",
8282
"@commitlint/cli": "19.6.1",
8383
"@iterable-iterator/sorted": "1.0.0",
8484
"@js-library/commitlint-config": "0.0.4",

yarn.lock

Lines changed: 104 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
"@babel/highlight" "^7.25.9"
4747
picocolors "^1.0.0"
4848

49-
"@babel/code-frame@^7.26.0":
50-
version "7.26.0"
51-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
52-
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
49+
"@babel/code-frame@^7.26.2":
50+
version "7.26.2"
51+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
52+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
5353
dependencies:
5454
"@babel/helper-validator-identifier" "^7.25.9"
5555
js-tokens "^4.0.0"
@@ -70,26 +70,26 @@
7070
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
7171
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
7272

73-
"@babel/compat-data@^7.26.0":
74-
version "7.26.0"
75-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
76-
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
73+
"@babel/compat-data@^7.26.5":
74+
version "7.26.5"
75+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
76+
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
7777

78-
"@babel/[email protected].0":
79-
version "7.26.0"
80-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
81-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
78+
"@babel/[email protected].7":
79+
version "7.26.7"
80+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24"
81+
integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==
8282
dependencies:
8383
"@ampproject/remapping" "^2.2.0"
84-
"@babel/code-frame" "^7.26.0"
85-
"@babel/generator" "^7.26.0"
86-
"@babel/helper-compilation-targets" "^7.25.9"
84+
"@babel/code-frame" "^7.26.2"
85+
"@babel/generator" "^7.26.5"
86+
"@babel/helper-compilation-targets" "^7.26.5"
8787
"@babel/helper-module-transforms" "^7.26.0"
88-
"@babel/helpers" "^7.26.0"
89-
"@babel/parser" "^7.26.0"
88+
"@babel/helpers" "^7.26.7"
89+
"@babel/parser" "^7.26.7"
9090
"@babel/template" "^7.25.9"
91-
"@babel/traverse" "^7.25.9"
92-
"@babel/types" "^7.26.0"
91+
"@babel/traverse" "^7.26.7"
92+
"@babel/types" "^7.26.7"
9393
convert-source-map "^2.0.0"
9494
debug "^4.1.0"
9595
gensync "^1.0.0-beta.2"
@@ -146,13 +146,13 @@
146146
"@jridgewell/trace-mapping" "^0.3.25"
147147
jsesc "^3.0.2"
148148

149-
"@babel/generator@^7.26.0":
150-
version "7.26.0"
151-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
152-
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
149+
"@babel/generator@^7.26.5":
150+
version "7.26.5"
151+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
152+
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
153153
dependencies:
154-
"@babel/parser" "^7.26.0"
155-
"@babel/types" "^7.26.0"
154+
"@babel/parser" "^7.26.5"
155+
"@babel/types" "^7.26.5"
156156
"@jridgewell/gen-mapping" "^0.3.5"
157157
"@jridgewell/trace-mapping" "^0.3.25"
158158
jsesc "^3.0.2"
@@ -186,14 +186,6 @@
186186
"@babel/helper-explode-assignable-expression" "^7.16.0"
187187
"@babel/types" "^7.16.0"
188188

189-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.9":
190-
version "7.25.9"
191-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz#f41752fe772a578e67286e6779a68a5a92de1ee9"
192-
integrity sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==
193-
dependencies:
194-
"@babel/traverse" "^7.25.9"
195-
"@babel/types" "^7.25.9"
196-
197189
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.3":
198190
version "7.16.3"
199191
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
@@ -226,6 +218,17 @@
226218
lru-cache "^5.1.1"
227219
semver "^6.3.1"
228220

221+
"@babel/helper-compilation-targets@^7.26.5":
222+
version "7.26.5"
223+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
224+
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
225+
dependencies:
226+
"@babel/compat-data" "^7.26.5"
227+
"@babel/helper-validator-option" "^7.25.9"
228+
browserslist "^4.24.0"
229+
lru-cache "^5.1.1"
230+
semver "^6.3.1"
231+
229232
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.16.5":
230233
version "7.16.5"
231234
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad"
@@ -467,6 +470,11 @@
467470
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
468471
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
469472

473+
"@babel/helper-plugin-utils@^7.26.5":
474+
version "7.26.5"
475+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
476+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
477+
470478
"@babel/helper-remap-async-to-generator@^7.16.5":
471479
version "7.16.5"
472480
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.5.tgz#e706646dc4018942acb4b29f7e185bc246d65ac3"
@@ -637,13 +645,13 @@
637645
"@babel/traverse" "^7.16.5"
638646
"@babel/types" "^7.16.0"
639647

640-
"@babel/helpers@^7.26.0":
641-
version "7.26.0"
642-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
643-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
648+
"@babel/helpers@^7.26.7":
649+
version "7.26.7"
650+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
651+
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
644652
dependencies:
645653
"@babel/template" "^7.25.9"
646-
"@babel/types" "^7.26.0"
654+
"@babel/types" "^7.26.7"
647655

648656
"@babel/highlight@^7.16.0":
649657
version "7.16.0"
@@ -704,12 +712,12 @@
704712
dependencies:
705713
"@babel/types" "^7.25.9"
706714

707-
"@babel/parser@^7.26.0":
708-
version "7.26.0"
709-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c"
710-
integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA==
715+
"@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
716+
version "7.26.7"
717+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c"
718+
integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==
711719
dependencies:
712-
"@babel/types" "^7.26.0"
720+
"@babel/types" "^7.26.7"
713721

714722
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
715723
version "7.25.9"
@@ -1096,12 +1104,12 @@
10961104
dependencies:
10971105
"@babel/helper-plugin-utils" "^7.16.5"
10981106

1099-
"@babel/plugin-transform-block-scoped-functions@^7.25.9":
1100-
version "7.25.9"
1101-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz#5700691dbd7abb93de300ca7be94203764fce458"
1102-
integrity sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==
1107+
"@babel/plugin-transform-block-scoped-functions@^7.26.5":
1108+
version "7.26.5"
1109+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
1110+
integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
11031111
dependencies:
1104-
"@babel/helper-plugin-utils" "^7.25.9"
1112+
"@babel/helper-plugin-utils" "^7.26.5"
11051113

11061114
"@babel/plugin-transform-block-scoping@^7.16.5":
11071115
version "7.16.5"
@@ -1241,12 +1249,11 @@
12411249
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.5"
12421250
"@babel/helper-plugin-utils" "^7.16.5"
12431251

1244-
"@babel/plugin-transform-exponentiation-operator@^7.25.9":
1245-
version "7.25.9"
1246-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz#ece47b70d236c1d99c263a1e22b62dc20a4c8b0f"
1247-
integrity sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==
1252+
"@babel/plugin-transform-exponentiation-operator@^7.26.3":
1253+
version "7.26.3"
1254+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
1255+
integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
12481256
dependencies:
1249-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.9"
12501257
"@babel/helper-plugin-utils" "^7.25.9"
12511258

12521259
"@babel/plugin-transform-export-namespace-from@^7.25.9":
@@ -1365,14 +1372,13 @@
13651372
"@babel/helper-simple-access" "^7.16.0"
13661373
babel-plugin-dynamic-import-node "^2.3.3"
13671374

1368-
"@babel/plugin-transform-modules-commonjs@^7.25.9":
1369-
version "7.25.9"
1370-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz#d165c8c569a080baf5467bda88df6425fc060686"
1371-
integrity sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==
1375+
"@babel/plugin-transform-modules-commonjs@^7.26.3":
1376+
version "7.26.3"
1377+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
1378+
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
13721379
dependencies:
1373-
"@babel/helper-module-transforms" "^7.25.9"
1380+
"@babel/helper-module-transforms" "^7.26.0"
13741381
"@babel/helper-plugin-utils" "^7.25.9"
1375-
"@babel/helper-simple-access" "^7.25.9"
13761382

13771383
"@babel/plugin-transform-modules-systemjs@^7.16.5":
13781384
version "7.16.5"
@@ -1440,12 +1446,12 @@
14401446
dependencies:
14411447
"@babel/helper-plugin-utils" "^7.25.9"
14421448

1443-
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
1444-
version "7.25.9"
1445-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz#bcb1b0d9e948168102d5f7104375ca21c3266949"
1446-
integrity sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==
1449+
"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6":
1450+
version "7.26.6"
1451+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
1452+
integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
14471453
dependencies:
1448-
"@babel/helper-plugin-utils" "^7.25.9"
1454+
"@babel/helper-plugin-utils" "^7.26.5"
14491455

14501456
"@babel/plugin-transform-numeric-separator@^7.25.9":
14511457
version "7.25.9"
@@ -1674,12 +1680,12 @@
16741680
dependencies:
16751681
"@babel/helper-plugin-utils" "^7.16.5"
16761682

1677-
"@babel/plugin-transform-typeof-symbol@^7.25.9":
1678-
version "7.25.9"
1679-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
1680-
integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
1683+
"@babel/plugin-transform-typeof-symbol@^7.26.7":
1684+
version "7.26.7"
1685+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937"
1686+
integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==
16811687
dependencies:
1682-
"@babel/helper-plugin-utils" "^7.25.9"
1688+
"@babel/helper-plugin-utils" "^7.26.5"
16831689

16841690
"@babel/plugin-transform-unicode-escapes@^7.16.5":
16851691
version "7.16.5"
@@ -1727,14 +1733,14 @@
17271733
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
17281734
"@babel/helper-plugin-utils" "^7.25.9"
17291735

1730-
"@babel/[email protected].0":
1731-
version "7.26.0"
1732-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
1733-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
1736+
"@babel/[email protected].7":
1737+
version "7.26.7"
1738+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
1739+
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
17341740
dependencies:
1735-
"@babel/compat-data" "^7.26.0"
1736-
"@babel/helper-compilation-targets" "^7.25.9"
1737-
"@babel/helper-plugin-utils" "^7.25.9"
1741+
"@babel/compat-data" "^7.26.5"
1742+
"@babel/helper-compilation-targets" "^7.26.5"
1743+
"@babel/helper-plugin-utils" "^7.26.5"
17381744
"@babel/helper-validator-option" "^7.25.9"
17391745
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
17401746
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
@@ -1748,7 +1754,7 @@
17481754
"@babel/plugin-transform-arrow-functions" "^7.25.9"
17491755
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
17501756
"@babel/plugin-transform-async-to-generator" "^7.25.9"
1751-
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
1757+
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
17521758
"@babel/plugin-transform-block-scoping" "^7.25.9"
17531759
"@babel/plugin-transform-class-properties" "^7.25.9"
17541760
"@babel/plugin-transform-class-static-block" "^7.26.0"
@@ -1759,7 +1765,7 @@
17591765
"@babel/plugin-transform-duplicate-keys" "^7.25.9"
17601766
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
17611767
"@babel/plugin-transform-dynamic-import" "^7.25.9"
1762-
"@babel/plugin-transform-exponentiation-operator" "^7.25.9"
1768+
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
17631769
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
17641770
"@babel/plugin-transform-for-of" "^7.25.9"
17651771
"@babel/plugin-transform-function-name" "^7.25.9"
@@ -1768,12 +1774,12 @@
17681774
"@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
17691775
"@babel/plugin-transform-member-expression-literals" "^7.25.9"
17701776
"@babel/plugin-transform-modules-amd" "^7.25.9"
1771-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
1777+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
17721778
"@babel/plugin-transform-modules-systemjs" "^7.25.9"
17731779
"@babel/plugin-transform-modules-umd" "^7.25.9"
17741780
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
17751781
"@babel/plugin-transform-new-target" "^7.25.9"
1776-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
1782+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6"
17771783
"@babel/plugin-transform-numeric-separator" "^7.25.9"
17781784
"@babel/plugin-transform-object-rest-spread" "^7.25.9"
17791785
"@babel/plugin-transform-object-super" "^7.25.9"
@@ -1790,7 +1796,7 @@
17901796
"@babel/plugin-transform-spread" "^7.25.9"
17911797
"@babel/plugin-transform-sticky-regex" "^7.25.9"
17921798
"@babel/plugin-transform-template-literals" "^7.25.9"
1793-
"@babel/plugin-transform-typeof-symbol" "^7.25.9"
1799+
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
17941800
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
17951801
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
17961802
"@babel/plugin-transform-unicode-regex" "^7.25.9"
@@ -1986,6 +1992,19 @@
19861992
debug "^4.3.1"
19871993
globals "^11.1.0"
19881994

1995+
"@babel/traverse@^7.26.7":
1996+
version "7.26.7"
1997+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
1998+
integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==
1999+
dependencies:
2000+
"@babel/code-frame" "^7.26.2"
2001+
"@babel/generator" "^7.26.5"
2002+
"@babel/parser" "^7.26.7"
2003+
"@babel/template" "^7.25.9"
2004+
"@babel/types" "^7.26.7"
2005+
debug "^4.3.1"
2006+
globals "^11.1.0"
2007+
19892008
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
19902009
version "7.16.0"
19912010
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -2055,10 +2074,10 @@
20552074
"@babel/helper-string-parser" "^7.25.9"
20562075
"@babel/helper-validator-identifier" "^7.25.9"
20572076

2058-
"@babel/types@^7.26.0":
2059-
version "7.26.0"
2060-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
2061-
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
2077+
"@babel/types@^7.26.5", "@babel/types@^7.26.7":
2078+
version "7.26.7"
2079+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
2080+
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
20622081
dependencies:
20632082
"@babel/helper-string-parser" "^7.25.9"
20642083
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)