Skip to content

Commit ea674bf

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

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
@@ -73,8 +73,8 @@
7373
"@array-like/alloc": "0.0.1",
7474
"@array-like/copy": "0.0.1",
7575
"@array-like/fill": "0.0.1",
76-
"@babel/core": "7.26.0",
77-
"@babel/preset-env": "7.26.0",
76+
"@babel/core": "7.26.7",
77+
"@babel/preset-env": "7.26.7",
7878
"@commitlint/cli": "19.6.1",
7979
"@js-library/commitlint-config": "0.0.4",
8080
"@node-loader/babel": "2.1.0",

yarn.lock

Lines changed: 104 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@
6565
"@babel/highlight" "^7.25.9"
6666
picocolors "^1.0.0"
6767

68-
"@babel/code-frame@^7.26.0":
69-
version "7.26.0"
70-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
71-
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
68+
"@babel/code-frame@^7.26.2":
69+
version "7.26.2"
70+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
71+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
7272
dependencies:
7373
"@babel/helper-validator-identifier" "^7.25.9"
7474
js-tokens "^4.0.0"
@@ -89,26 +89,26 @@
8989
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
9090
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
9191

92-
"@babel/compat-data@^7.26.0":
93-
version "7.26.0"
94-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
95-
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
92+
"@babel/compat-data@^7.26.5":
93+
version "7.26.5"
94+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
95+
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
9696

97-
"@babel/[email protected].0":
98-
version "7.26.0"
99-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
100-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
97+
"@babel/[email protected].7":
98+
version "7.26.7"
99+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24"
100+
integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==
101101
dependencies:
102102
"@ampproject/remapping" "^2.2.0"
103-
"@babel/code-frame" "^7.26.0"
104-
"@babel/generator" "^7.26.0"
105-
"@babel/helper-compilation-targets" "^7.25.9"
103+
"@babel/code-frame" "^7.26.2"
104+
"@babel/generator" "^7.26.5"
105+
"@babel/helper-compilation-targets" "^7.26.5"
106106
"@babel/helper-module-transforms" "^7.26.0"
107-
"@babel/helpers" "^7.26.0"
108-
"@babel/parser" "^7.26.0"
107+
"@babel/helpers" "^7.26.7"
108+
"@babel/parser" "^7.26.7"
109109
"@babel/template" "^7.25.9"
110-
"@babel/traverse" "^7.25.9"
111-
"@babel/types" "^7.26.0"
110+
"@babel/traverse" "^7.26.7"
111+
"@babel/types" "^7.26.7"
112112
convert-source-map "^2.0.0"
113113
debug "^4.1.0"
114114
gensync "^1.0.0-beta.2"
@@ -155,13 +155,13 @@
155155
"@jridgewell/trace-mapping" "^0.3.25"
156156
jsesc "^3.0.2"
157157

158-
"@babel/generator@^7.26.0":
159-
version "7.26.0"
160-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
161-
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
158+
"@babel/generator@^7.26.5":
159+
version "7.26.5"
160+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
161+
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
162162
dependencies:
163-
"@babel/parser" "^7.26.0"
164-
"@babel/types" "^7.26.0"
163+
"@babel/parser" "^7.26.5"
164+
"@babel/types" "^7.26.5"
165165
"@jridgewell/gen-mapping" "^0.3.5"
166166
"@jridgewell/trace-mapping" "^0.3.25"
167167
jsesc "^3.0.2"
@@ -195,14 +195,6 @@
195195
"@babel/helper-explode-assignable-expression" "^7.16.0"
196196
"@babel/types" "^7.16.0"
197197

198-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.9":
199-
version "7.25.9"
200-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz#f41752fe772a578e67286e6779a68a5a92de1ee9"
201-
integrity sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==
202-
dependencies:
203-
"@babel/traverse" "^7.25.9"
204-
"@babel/types" "^7.25.9"
205-
206198
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.3":
207199
version "7.16.3"
208200
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
@@ -235,6 +227,17 @@
235227
lru-cache "^5.1.1"
236228
semver "^6.3.1"
237229

230+
"@babel/helper-compilation-targets@^7.26.5":
231+
version "7.26.5"
232+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
233+
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
234+
dependencies:
235+
"@babel/compat-data" "^7.26.5"
236+
"@babel/helper-validator-option" "^7.25.9"
237+
browserslist "^4.24.0"
238+
lru-cache "^5.1.1"
239+
semver "^6.3.1"
240+
238241
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.16.5":
239242
version "7.16.5"
240243
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad"
@@ -456,6 +459,11 @@
456459
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
457460
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
458461

462+
"@babel/helper-plugin-utils@^7.26.5":
463+
version "7.26.5"
464+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
465+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
466+
459467
"@babel/helper-remap-async-to-generator@^7.16.5":
460468
version "7.16.5"
461469
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.5.tgz#e706646dc4018942acb4b29f7e185bc246d65ac3"
@@ -599,13 +607,13 @@
599607
"@babel/traverse" "^7.16.5"
600608
"@babel/types" "^7.16.0"
601609

602-
"@babel/helpers@^7.26.0":
603-
version "7.26.0"
604-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
605-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
610+
"@babel/helpers@^7.26.7":
611+
version "7.26.7"
612+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
613+
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
606614
dependencies:
607615
"@babel/template" "^7.25.9"
608-
"@babel/types" "^7.26.0"
616+
"@babel/types" "^7.26.7"
609617

610618
"@babel/highlight@^7.16.0":
611619
version "7.16.0"
@@ -647,12 +655,12 @@
647655
dependencies:
648656
"@babel/types" "^7.25.9"
649657

650-
"@babel/parser@^7.26.0":
651-
version "7.26.1"
652-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
653-
integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
658+
"@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
659+
version "7.26.7"
660+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c"
661+
integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==
654662
dependencies:
655-
"@babel/types" "^7.26.0"
663+
"@babel/types" "^7.26.7"
656664

657665
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
658666
version "7.25.9"
@@ -1039,12 +1047,12 @@
10391047
dependencies:
10401048
"@babel/helper-plugin-utils" "^7.16.5"
10411049

1042-
"@babel/plugin-transform-block-scoped-functions@^7.25.9":
1043-
version "7.25.9"
1044-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz#5700691dbd7abb93de300ca7be94203764fce458"
1045-
integrity sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==
1050+
"@babel/plugin-transform-block-scoped-functions@^7.26.5":
1051+
version "7.26.5"
1052+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
1053+
integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
10461054
dependencies:
1047-
"@babel/helper-plugin-utils" "^7.25.9"
1055+
"@babel/helper-plugin-utils" "^7.26.5"
10481056

10491057
"@babel/plugin-transform-block-scoping@^7.16.5":
10501058
version "7.16.5"
@@ -1184,12 +1192,11 @@
11841192
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.5"
11851193
"@babel/helper-plugin-utils" "^7.16.5"
11861194

1187-
"@babel/plugin-transform-exponentiation-operator@^7.25.9":
1188-
version "7.25.9"
1189-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz#ece47b70d236c1d99c263a1e22b62dc20a4c8b0f"
1190-
integrity sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==
1195+
"@babel/plugin-transform-exponentiation-operator@^7.26.3":
1196+
version "7.26.3"
1197+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
1198+
integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
11911199
dependencies:
1192-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.9"
11931200
"@babel/helper-plugin-utils" "^7.25.9"
11941201

11951202
"@babel/plugin-transform-export-namespace-from@^7.25.9":
@@ -1308,14 +1315,13 @@
13081315
"@babel/helper-simple-access" "^7.16.0"
13091316
babel-plugin-dynamic-import-node "^2.3.3"
13101317

1311-
"@babel/plugin-transform-modules-commonjs@^7.25.9":
1312-
version "7.25.9"
1313-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz#d165c8c569a080baf5467bda88df6425fc060686"
1314-
integrity sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==
1318+
"@babel/plugin-transform-modules-commonjs@^7.26.3":
1319+
version "7.26.3"
1320+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
1321+
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
13151322
dependencies:
1316-
"@babel/helper-module-transforms" "^7.25.9"
1323+
"@babel/helper-module-transforms" "^7.26.0"
13171324
"@babel/helper-plugin-utils" "^7.25.9"
1318-
"@babel/helper-simple-access" "^7.25.9"
13191325

13201326
"@babel/plugin-transform-modules-systemjs@^7.16.5":
13211327
version "7.16.5"
@@ -1383,12 +1389,12 @@
13831389
dependencies:
13841390
"@babel/helper-plugin-utils" "^7.25.9"
13851391

1386-
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
1387-
version "7.25.9"
1388-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz#bcb1b0d9e948168102d5f7104375ca21c3266949"
1389-
integrity sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==
1392+
"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6":
1393+
version "7.26.6"
1394+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
1395+
integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
13901396
dependencies:
1391-
"@babel/helper-plugin-utils" "^7.25.9"
1397+
"@babel/helper-plugin-utils" "^7.26.5"
13921398

13931399
"@babel/plugin-transform-numeric-separator@^7.25.9":
13941400
version "7.25.9"
@@ -1617,12 +1623,12 @@
16171623
dependencies:
16181624
"@babel/helper-plugin-utils" "^7.16.5"
16191625

1620-
"@babel/plugin-transform-typeof-symbol@^7.25.9":
1621-
version "7.25.9"
1622-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
1623-
integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
1626+
"@babel/plugin-transform-typeof-symbol@^7.26.7":
1627+
version "7.26.7"
1628+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937"
1629+
integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==
16241630
dependencies:
1625-
"@babel/helper-plugin-utils" "^7.25.9"
1631+
"@babel/helper-plugin-utils" "^7.26.5"
16261632

16271633
"@babel/plugin-transform-unicode-escapes@^7.16.5":
16281634
version "7.16.5"
@@ -1670,14 +1676,14 @@
16701676
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
16711677
"@babel/helper-plugin-utils" "^7.25.9"
16721678

1673-
"@babel/[email protected].0":
1674-
version "7.26.0"
1675-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
1676-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
1679+
"@babel/[email protected].7":
1680+
version "7.26.7"
1681+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
1682+
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
16771683
dependencies:
1678-
"@babel/compat-data" "^7.26.0"
1679-
"@babel/helper-compilation-targets" "^7.25.9"
1680-
"@babel/helper-plugin-utils" "^7.25.9"
1684+
"@babel/compat-data" "^7.26.5"
1685+
"@babel/helper-compilation-targets" "^7.26.5"
1686+
"@babel/helper-plugin-utils" "^7.26.5"
16811687
"@babel/helper-validator-option" "^7.25.9"
16821688
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
16831689
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
@@ -1691,7 +1697,7 @@
16911697
"@babel/plugin-transform-arrow-functions" "^7.25.9"
16921698
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
16931699
"@babel/plugin-transform-async-to-generator" "^7.25.9"
1694-
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
1700+
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
16951701
"@babel/plugin-transform-block-scoping" "^7.25.9"
16961702
"@babel/plugin-transform-class-properties" "^7.25.9"
16971703
"@babel/plugin-transform-class-static-block" "^7.26.0"
@@ -1702,7 +1708,7 @@
17021708
"@babel/plugin-transform-duplicate-keys" "^7.25.9"
17031709
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
17041710
"@babel/plugin-transform-dynamic-import" "^7.25.9"
1705-
"@babel/plugin-transform-exponentiation-operator" "^7.25.9"
1711+
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
17061712
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
17071713
"@babel/plugin-transform-for-of" "^7.25.9"
17081714
"@babel/plugin-transform-function-name" "^7.25.9"
@@ -1711,12 +1717,12 @@
17111717
"@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
17121718
"@babel/plugin-transform-member-expression-literals" "^7.25.9"
17131719
"@babel/plugin-transform-modules-amd" "^7.25.9"
1714-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
1720+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
17151721
"@babel/plugin-transform-modules-systemjs" "^7.25.9"
17161722
"@babel/plugin-transform-modules-umd" "^7.25.9"
17171723
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
17181724
"@babel/plugin-transform-new-target" "^7.25.9"
1719-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
1725+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6"
17201726
"@babel/plugin-transform-numeric-separator" "^7.25.9"
17211727
"@babel/plugin-transform-object-rest-spread" "^7.25.9"
17221728
"@babel/plugin-transform-object-super" "^7.25.9"
@@ -1733,7 +1739,7 @@
17331739
"@babel/plugin-transform-spread" "^7.25.9"
17341740
"@babel/plugin-transform-sticky-regex" "^7.25.9"
17351741
"@babel/plugin-transform-template-literals" "^7.25.9"
1736-
"@babel/plugin-transform-typeof-symbol" "^7.25.9"
1742+
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
17371743
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
17381744
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
17391745
"@babel/plugin-transform-unicode-regex" "^7.25.9"
@@ -1920,6 +1926,19 @@
19201926
debug "^4.3.1"
19211927
globals "^11.1.0"
19221928

1929+
"@babel/traverse@^7.26.7":
1930+
version "7.26.7"
1931+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
1932+
integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==
1933+
dependencies:
1934+
"@babel/code-frame" "^7.26.2"
1935+
"@babel/generator" "^7.26.5"
1936+
"@babel/parser" "^7.26.7"
1937+
"@babel/template" "^7.25.9"
1938+
"@babel/types" "^7.26.7"
1939+
debug "^4.3.1"
1940+
globals "^11.1.0"
1941+
19231942
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
19241943
version "7.16.0"
19251944
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1944,10 +1963,10 @@
19441963
"@babel/helper-string-parser" "^7.25.9"
19451964
"@babel/helper-validator-identifier" "^7.25.9"
19461965

1947-
"@babel/types@^7.26.0":
1948-
version "7.26.0"
1949-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1950-
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
1966+
"@babel/types@^7.26.5", "@babel/types@^7.26.7":
1967+
version "7.26.7"
1968+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
1969+
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
19511970
dependencies:
19521971
"@babel/helper-string-parser" "^7.25.9"
19531972
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)