Skip to content

Commit e4c53c0

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

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
"@async-iterable-iterator/async-iterable-to-array": "^0.0.1"
7373
},
7474
"devDependencies": {
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
@@ -50,10 +50,10 @@
5050
"@babel/highlight" "^7.25.9"
5151
picocolors "^1.0.0"
5252

53-
"@babel/code-frame@^7.26.0":
54-
version "7.26.0"
55-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
56-
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
53+
"@babel/code-frame@^7.26.2":
54+
version "7.26.2"
55+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
56+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
5757
dependencies:
5858
"@babel/helper-validator-identifier" "^7.25.9"
5959
js-tokens "^4.0.0"
@@ -74,26 +74,26 @@
7474
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
7575
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
7676

77-
"@babel/compat-data@^7.26.0":
78-
version "7.26.0"
79-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
80-
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
77+
"@babel/compat-data@^7.26.5":
78+
version "7.26.5"
79+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
80+
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
8181

82-
"@babel/[email protected].0":
83-
version "7.26.0"
84-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
85-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
82+
"@babel/[email protected].7":
83+
version "7.26.7"
84+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24"
85+
integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==
8686
dependencies:
8787
"@ampproject/remapping" "^2.2.0"
88-
"@babel/code-frame" "^7.26.0"
89-
"@babel/generator" "^7.26.0"
90-
"@babel/helper-compilation-targets" "^7.25.9"
88+
"@babel/code-frame" "^7.26.2"
89+
"@babel/generator" "^7.26.5"
90+
"@babel/helper-compilation-targets" "^7.26.5"
9191
"@babel/helper-module-transforms" "^7.26.0"
92-
"@babel/helpers" "^7.26.0"
93-
"@babel/parser" "^7.26.0"
92+
"@babel/helpers" "^7.26.7"
93+
"@babel/parser" "^7.26.7"
9494
"@babel/template" "^7.25.9"
95-
"@babel/traverse" "^7.25.9"
96-
"@babel/types" "^7.26.0"
95+
"@babel/traverse" "^7.26.7"
96+
"@babel/types" "^7.26.7"
9797
convert-source-map "^2.0.0"
9898
debug "^4.1.0"
9999
gensync "^1.0.0-beta.2"
@@ -140,13 +140,13 @@
140140
"@jridgewell/trace-mapping" "^0.3.25"
141141
jsesc "^3.0.2"
142142

143-
"@babel/generator@^7.26.0":
144-
version "7.26.0"
145-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
146-
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
143+
"@babel/generator@^7.26.5":
144+
version "7.26.5"
145+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
146+
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
147147
dependencies:
148-
"@babel/parser" "^7.26.0"
149-
"@babel/types" "^7.26.0"
148+
"@babel/parser" "^7.26.5"
149+
"@babel/types" "^7.26.5"
150150
"@jridgewell/gen-mapping" "^0.3.5"
151151
"@jridgewell/trace-mapping" "^0.3.25"
152152
jsesc "^3.0.2"
@@ -180,14 +180,6 @@
180180
"@babel/helper-explode-assignable-expression" "^7.16.0"
181181
"@babel/types" "^7.16.0"
182182

183-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.9":
184-
version "7.25.9"
185-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz#f41752fe772a578e67286e6779a68a5a92de1ee9"
186-
integrity sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==
187-
dependencies:
188-
"@babel/traverse" "^7.25.9"
189-
"@babel/types" "^7.25.9"
190-
191183
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.3":
192184
version "7.16.3"
193185
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
@@ -220,6 +212,17 @@
220212
lru-cache "^5.1.1"
221213
semver "^6.3.1"
222214

215+
"@babel/helper-compilation-targets@^7.26.5":
216+
version "7.26.5"
217+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
218+
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
219+
dependencies:
220+
"@babel/compat-data" "^7.26.5"
221+
"@babel/helper-validator-option" "^7.25.9"
222+
browserslist "^4.24.0"
223+
lru-cache "^5.1.1"
224+
semver "^6.3.1"
225+
223226
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.16.5":
224227
version "7.16.5"
225228
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.5.tgz#5d1bcd096792c1ebec6249eebc6358eec55d0cad"
@@ -441,6 +444,11 @@
441444
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
442445
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
443446

447+
"@babel/helper-plugin-utils@^7.26.5":
448+
version "7.26.5"
449+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
450+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
451+
444452
"@babel/helper-remap-async-to-generator@^7.16.5":
445453
version "7.16.5"
446454
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.5.tgz#e706646dc4018942acb4b29f7e185bc246d65ac3"
@@ -589,13 +597,13 @@
589597
"@babel/traverse" "^7.16.5"
590598
"@babel/types" "^7.16.0"
591599

592-
"@babel/helpers@^7.26.0":
593-
version "7.26.0"
594-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
595-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
600+
"@babel/helpers@^7.26.7":
601+
version "7.26.7"
602+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
603+
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
596604
dependencies:
597605
"@babel/template" "^7.25.9"
598-
"@babel/types" "^7.26.0"
606+
"@babel/types" "^7.26.7"
599607

600608
"@babel/highlight@^7.16.0":
601609
version "7.16.0"
@@ -637,12 +645,12 @@
637645
dependencies:
638646
"@babel/types" "^7.25.9"
639647

640-
"@babel/parser@^7.26.0":
641-
version "7.26.0"
642-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.0.tgz#710a75a7d805a8f72753154e451474e9795b121c"
643-
integrity sha512-aP8x5pIw3xvYr/sXT+SEUwyhrXT8rUJRZltK/qN3Db80dcKpTett8cJxHyjk+xYSVXvNnl2SfcJVjbwxpOSscA==
648+
"@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
649+
version "7.26.7"
650+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c"
651+
integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==
644652
dependencies:
645-
"@babel/types" "^7.26.0"
653+
"@babel/types" "^7.26.7"
646654

647655
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
648656
version "7.25.9"
@@ -1029,12 +1037,12 @@
10291037
dependencies:
10301038
"@babel/helper-plugin-utils" "^7.16.5"
10311039

1032-
"@babel/plugin-transform-block-scoped-functions@^7.25.9":
1033-
version "7.25.9"
1034-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz#5700691dbd7abb93de300ca7be94203764fce458"
1035-
integrity sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==
1040+
"@babel/plugin-transform-block-scoped-functions@^7.26.5":
1041+
version "7.26.5"
1042+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
1043+
integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
10361044
dependencies:
1037-
"@babel/helper-plugin-utils" "^7.25.9"
1045+
"@babel/helper-plugin-utils" "^7.26.5"
10381046

10391047
"@babel/plugin-transform-block-scoping@^7.16.5":
10401048
version "7.16.5"
@@ -1174,12 +1182,11 @@
11741182
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.5"
11751183
"@babel/helper-plugin-utils" "^7.16.5"
11761184

1177-
"@babel/plugin-transform-exponentiation-operator@^7.25.9":
1178-
version "7.25.9"
1179-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz#ece47b70d236c1d99c263a1e22b62dc20a4c8b0f"
1180-
integrity sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==
1185+
"@babel/plugin-transform-exponentiation-operator@^7.26.3":
1186+
version "7.26.3"
1187+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
1188+
integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
11811189
dependencies:
1182-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.9"
11831190
"@babel/helper-plugin-utils" "^7.25.9"
11841191

11851192
"@babel/plugin-transform-export-namespace-from@^7.25.9":
@@ -1298,14 +1305,13 @@
12981305
"@babel/helper-simple-access" "^7.16.0"
12991306
babel-plugin-dynamic-import-node "^2.3.3"
13001307

1301-
"@babel/plugin-transform-modules-commonjs@^7.25.9":
1302-
version "7.25.9"
1303-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz#d165c8c569a080baf5467bda88df6425fc060686"
1304-
integrity sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==
1308+
"@babel/plugin-transform-modules-commonjs@^7.26.3":
1309+
version "7.26.3"
1310+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
1311+
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
13051312
dependencies:
1306-
"@babel/helper-module-transforms" "^7.25.9"
1313+
"@babel/helper-module-transforms" "^7.26.0"
13071314
"@babel/helper-plugin-utils" "^7.25.9"
1308-
"@babel/helper-simple-access" "^7.25.9"
13091315

13101316
"@babel/plugin-transform-modules-systemjs@^7.16.5":
13111317
version "7.16.5"
@@ -1373,12 +1379,12 @@
13731379
dependencies:
13741380
"@babel/helper-plugin-utils" "^7.25.9"
13751381

1376-
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
1377-
version "7.25.9"
1378-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz#bcb1b0d9e948168102d5f7104375ca21c3266949"
1379-
integrity sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==
1382+
"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6":
1383+
version "7.26.6"
1384+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
1385+
integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
13801386
dependencies:
1381-
"@babel/helper-plugin-utils" "^7.25.9"
1387+
"@babel/helper-plugin-utils" "^7.26.5"
13821388

13831389
"@babel/plugin-transform-numeric-separator@^7.25.9":
13841390
version "7.25.9"
@@ -1607,12 +1613,12 @@
16071613
dependencies:
16081614
"@babel/helper-plugin-utils" "^7.16.5"
16091615

1610-
"@babel/plugin-transform-typeof-symbol@^7.25.9":
1611-
version "7.25.9"
1612-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
1613-
integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
1616+
"@babel/plugin-transform-typeof-symbol@^7.26.7":
1617+
version "7.26.7"
1618+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937"
1619+
integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==
16141620
dependencies:
1615-
"@babel/helper-plugin-utils" "^7.25.9"
1621+
"@babel/helper-plugin-utils" "^7.26.5"
16161622

16171623
"@babel/plugin-transform-unicode-escapes@^7.16.5":
16181624
version "7.16.5"
@@ -1660,14 +1666,14 @@
16601666
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
16611667
"@babel/helper-plugin-utils" "^7.25.9"
16621668

1663-
"@babel/[email protected].0":
1664-
version "7.26.0"
1665-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
1666-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
1669+
"@babel/[email protected].7":
1670+
version "7.26.7"
1671+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
1672+
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
16671673
dependencies:
1668-
"@babel/compat-data" "^7.26.0"
1669-
"@babel/helper-compilation-targets" "^7.25.9"
1670-
"@babel/helper-plugin-utils" "^7.25.9"
1674+
"@babel/compat-data" "^7.26.5"
1675+
"@babel/helper-compilation-targets" "^7.26.5"
1676+
"@babel/helper-plugin-utils" "^7.26.5"
16711677
"@babel/helper-validator-option" "^7.25.9"
16721678
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
16731679
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
@@ -1681,7 +1687,7 @@
16811687
"@babel/plugin-transform-arrow-functions" "^7.25.9"
16821688
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
16831689
"@babel/plugin-transform-async-to-generator" "^7.25.9"
1684-
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
1690+
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
16851691
"@babel/plugin-transform-block-scoping" "^7.25.9"
16861692
"@babel/plugin-transform-class-properties" "^7.25.9"
16871693
"@babel/plugin-transform-class-static-block" "^7.26.0"
@@ -1692,7 +1698,7 @@
16921698
"@babel/plugin-transform-duplicate-keys" "^7.25.9"
16931699
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
16941700
"@babel/plugin-transform-dynamic-import" "^7.25.9"
1695-
"@babel/plugin-transform-exponentiation-operator" "^7.25.9"
1701+
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
16961702
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
16971703
"@babel/plugin-transform-for-of" "^7.25.9"
16981704
"@babel/plugin-transform-function-name" "^7.25.9"
@@ -1701,12 +1707,12 @@
17011707
"@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
17021708
"@babel/plugin-transform-member-expression-literals" "^7.25.9"
17031709
"@babel/plugin-transform-modules-amd" "^7.25.9"
1704-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
1710+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
17051711
"@babel/plugin-transform-modules-systemjs" "^7.25.9"
17061712
"@babel/plugin-transform-modules-umd" "^7.25.9"
17071713
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
17081714
"@babel/plugin-transform-new-target" "^7.25.9"
1709-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
1715+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6"
17101716
"@babel/plugin-transform-numeric-separator" "^7.25.9"
17111717
"@babel/plugin-transform-object-rest-spread" "^7.25.9"
17121718
"@babel/plugin-transform-object-super" "^7.25.9"
@@ -1723,7 +1729,7 @@
17231729
"@babel/plugin-transform-spread" "^7.25.9"
17241730
"@babel/plugin-transform-sticky-regex" "^7.25.9"
17251731
"@babel/plugin-transform-template-literals" "^7.25.9"
1726-
"@babel/plugin-transform-typeof-symbol" "^7.25.9"
1732+
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
17271733
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
17281734
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
17291735
"@babel/plugin-transform-unicode-regex" "^7.25.9"
@@ -1910,6 +1916,19 @@
19101916
debug "^4.3.1"
19111917
globals "^11.1.0"
19121918

1919+
"@babel/traverse@^7.26.7":
1920+
version "7.26.7"
1921+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
1922+
integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==
1923+
dependencies:
1924+
"@babel/code-frame" "^7.26.2"
1925+
"@babel/generator" "^7.26.5"
1926+
"@babel/parser" "^7.26.7"
1927+
"@babel/template" "^7.25.9"
1928+
"@babel/types" "^7.26.7"
1929+
debug "^4.3.1"
1930+
globals "^11.1.0"
1931+
19131932
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
19141933
version "7.16.0"
19151934
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1934,10 +1953,10 @@
19341953
"@babel/helper-string-parser" "^7.25.9"
19351954
"@babel/helper-validator-identifier" "^7.25.9"
19361955

1937-
"@babel/types@^7.26.0":
1938-
version "7.26.0"
1939-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1940-
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
1956+
"@babel/types@^7.26.5", "@babel/types@^7.26.7":
1957+
version "7.26.7"
1958+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
1959+
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
19411960
dependencies:
19421961
"@babel/helper-string-parser" "^7.25.9"
19431962
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)