Skip to content

Commit 9c5b3bc

Browse files
chore(deps-dev): bump @babel/core from 7.25.9 to 7.26.0 (#12038)
1 parent bc078ea commit 9c5b3bc

File tree

2 files changed

+41
-50
lines changed

2 files changed

+41
-50
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"web-specs": "^3.23.0"
152152
},
153153
"devDependencies": {
154-
"@babel/core": "^7.25.9",
154+
"@babel/core": "^7.26.0",
155155
"@babel/eslint-parser": "^7.25.9",
156156
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
157157
"@babel/preset-env": "^7.26.0",

Diff for: yarn.lock

+40-49
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,35 @@
1010
"@jridgewell/gen-mapping" "^0.3.5"
1111
"@jridgewell/trace-mapping" "^0.3.24"
1212

13-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.25.9":
14-
version "7.25.9"
15-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.9.tgz#895b6c7e04a7271a0cbfd575d2e8131751914cc7"
16-
integrity sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ==
13+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
14+
version "7.26.0"
15+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
16+
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
1717
dependencies:
18-
"@babel/highlight" "^7.25.9"
18+
"@babel/helper-validator-identifier" "^7.25.9"
19+
js-tokens "^4.0.0"
1920
picocolors "^1.0.0"
2021

2122
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.9", "@babel/compat-data@^7.26.0":
2223
version "7.26.0"
2324
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
2425
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
2526

26-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.21.3", "@babel/core@^7.23.9", "@babel/core@^7.25.9":
27-
version "7.25.9"
28-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.9.tgz#855a4cddcec4158f3f7afadacdab2a7de8af7434"
29-
integrity sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==
27+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.21.3", "@babel/core@^7.23.9", "@babel/core@^7.26.0":
28+
version "7.26.0"
29+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
30+
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
3031
dependencies:
3132
"@ampproject/remapping" "^2.2.0"
32-
"@babel/code-frame" "^7.25.9"
33-
"@babel/generator" "^7.25.9"
33+
"@babel/code-frame" "^7.26.0"
34+
"@babel/generator" "^7.26.0"
3435
"@babel/helper-compilation-targets" "^7.25.9"
35-
"@babel/helper-module-transforms" "^7.25.9"
36-
"@babel/helpers" "^7.25.9"
37-
"@babel/parser" "^7.25.9"
36+
"@babel/helper-module-transforms" "^7.26.0"
37+
"@babel/helpers" "^7.26.0"
38+
"@babel/parser" "^7.26.0"
3839
"@babel/template" "^7.25.9"
3940
"@babel/traverse" "^7.25.9"
40-
"@babel/types" "^7.25.9"
41+
"@babel/types" "^7.26.0"
4142
convert-source-map "^2.0.0"
4243
debug "^4.1.0"
4344
gensync "^1.0.0-beta.2"
@@ -53,12 +54,13 @@
5354
eslint-visitor-keys "^2.1.0"
5455
semver "^6.3.1"
5556

56-
"@babel/generator@^7.25.9", "@babel/generator@^7.7.2":
57-
version "7.25.9"
58-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.9.tgz#c7e828ebe0c2baba103b712924699c9e8a6e32f0"
59-
integrity sha512-omlUGkr5EaoIJrhLf9CJ0TvjBRpd9+AXRG//0GEQ9THSo8wPiTlbpy1/Ow8ZTrbXpjd9FHXfbFQx32I04ht0FA==
57+
"@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.7.2":
58+
version "7.26.0"
59+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
60+
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
6061
dependencies:
61-
"@babel/types" "^7.25.9"
62+
"@babel/parser" "^7.26.0"
63+
"@babel/types" "^7.26.0"
6264
"@jridgewell/gen-mapping" "^0.3.5"
6365
"@jridgewell/trace-mapping" "^0.3.25"
6466
jsesc "^3.0.2"
@@ -183,13 +185,12 @@
183185
"@babel/traverse" "^7.25.9"
184186
"@babel/types" "^7.25.9"
185187

186-
"@babel/helper-module-transforms@^7.25.9":
187-
version "7.25.9"
188-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.9.tgz#12e4fb2969197ef6d78ea8a2f24375ce85b425fb"
189-
integrity sha512-TvLZY/F3+GvdRYFZFyxMvnsKi+4oJdgZzU3BoGN9Uc2d9C6zfNwJcKKhjqLAhK8i46mv93jsO74fDh3ih6rpHA==
188+
"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0":
189+
version "7.26.0"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
191+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
190192
dependencies:
191193
"@babel/helper-module-imports" "^7.25.9"
192-
"@babel/helper-simple-access" "^7.25.9"
193194
"@babel/helper-validator-identifier" "^7.25.9"
194195
"@babel/traverse" "^7.25.9"
195196

@@ -292,30 +293,20 @@
292293
"@babel/traverse" "^7.25.9"
293294
"@babel/types" "^7.25.9"
294295

295-
"@babel/helpers@^7.25.9":
296-
version "7.25.9"
297-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.9.tgz#9e26aa6fbefdbca4f8c8a1d66dc6f1c00ddadb0a"
298-
integrity sha512-oKWp3+usOJSzDZOucZUAMayhPz/xVjzymyDzUN8dk0Wd3RWMlGLXi07UCQ/CgQVb8LvXx3XBajJH4XGgkt7H7g==
296+
"@babel/helpers@^7.26.0":
297+
version "7.26.0"
298+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
299+
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
299300
dependencies:
300301
"@babel/template" "^7.25.9"
301-
"@babel/types" "^7.25.9"
302+
"@babel/types" "^7.26.0"
302303

303-
"@babel/highlight@^7.25.9":
304-
version "7.25.9"
305-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.9.tgz#8141ce68fc73757946f983b343f1231f4691acc6"
306-
integrity sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==
304+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
305+
version "7.26.1"
306+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.1.tgz#44e02499960df2cdce2c456372a3e8e0c3c5c975"
307+
integrity sha512-reoQYNiAJreZNsJzyrDNzFQ+IQ5JFiIzAHJg9bn94S3l+4++J7RsIhNMoB+lgP/9tpmiAQqspv+xfdxTSzREOw==
307308
dependencies:
308-
"@babel/helper-validator-identifier" "^7.25.9"
309-
chalk "^2.4.2"
310-
js-tokens "^4.0.0"
311-
picocolors "^1.0.0"
312-
313-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9":
314-
version "7.25.9"
315-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.9.tgz#8fcaa079ac7458facfddc5cd705cc8005e4d3817"
316-
integrity sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg==
317-
dependencies:
318-
"@babel/types" "^7.25.9"
309+
"@babel/types" "^7.26.0"
319310

320311
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
321312
version "7.25.9"
@@ -1170,10 +1161,10 @@
11701161
debug "^4.3.1"
11711162
globals "^11.1.0"
11721163

1173-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1174-
version "7.25.9"
1175-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.9.tgz#620f35ea1f4233df529ec9a2668d2db26574deee"
1176-
integrity sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ==
1164+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1165+
version "7.26.0"
1166+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff"
1167+
integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==
11771168
dependencies:
11781169
"@babel/helper-string-parser" "^7.25.9"
11791170
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)