Skip to content

Commit e0e70c5

Browse files
⬆️ deps: Upgrade dependency @babel/core to v7.26.10. (#440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35ca6c5 commit e0e70c5

File tree

2 files changed

+54
-39
lines changed

2 files changed

+54
-39
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"dependencies": {},
8080
"devDependencies": {
8181
"@babel/cli": "7.26.4",
82-
"@babel/core": "7.26.9",
82+
"@babel/core": "7.26.10",
8383
"@babel/preset-env": "7.26.9",
8484
"@commitlint/cli": "19.8.0",
8585
"@iterable-iterator/zip": "1.0.1",

yarn.lock

+53-38
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,21 @@
8383
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
8484
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
8585

86-
"@babel/[email protected].9":
87-
version "7.26.9"
88-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
89-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
86+
"@babel/[email protected].10":
87+
version "7.26.10"
88+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
89+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
9090
dependencies:
9191
"@ampproject/remapping" "^2.2.0"
9292
"@babel/code-frame" "^7.26.2"
93-
"@babel/generator" "^7.26.9"
93+
"@babel/generator" "^7.26.10"
9494
"@babel/helper-compilation-targets" "^7.26.5"
9595
"@babel/helper-module-transforms" "^7.26.0"
96-
"@babel/helpers" "^7.26.9"
97-
"@babel/parser" "^7.26.9"
96+
"@babel/helpers" "^7.26.10"
97+
"@babel/parser" "^7.26.10"
9898
"@babel/template" "^7.26.9"
99-
"@babel/traverse" "^7.26.9"
100-
"@babel/types" "^7.26.9"
99+
"@babel/traverse" "^7.26.10"
100+
"@babel/types" "^7.26.10"
101101
convert-source-map "^2.0.0"
102102
debug "^4.1.0"
103103
gensync "^1.0.0-beta.2"
@@ -123,6 +123,17 @@
123123
"@jridgewell/trace-mapping" "^0.3.25"
124124
jsesc "^3.0.2"
125125

126+
"@babel/generator@^7.26.10":
127+
version "7.26.10"
128+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
129+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
130+
dependencies:
131+
"@babel/parser" "^7.26.10"
132+
"@babel/types" "^7.26.10"
133+
"@jridgewell/gen-mapping" "^0.3.5"
134+
"@jridgewell/trace-mapping" "^0.3.25"
135+
jsesc "^3.0.2"
136+
126137
"@babel/generator@^7.26.8":
127138
version "7.26.8"
128139
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
@@ -134,17 +145,6 @@
134145
"@jridgewell/trace-mapping" "^0.3.25"
135146
jsesc "^3.0.2"
136147

137-
"@babel/generator@^7.26.9":
138-
version "7.26.9"
139-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
140-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
141-
dependencies:
142-
"@babel/parser" "^7.26.9"
143-
"@babel/types" "^7.26.9"
144-
"@jridgewell/gen-mapping" "^0.3.5"
145-
"@jridgewell/trace-mapping" "^0.3.25"
146-
jsesc "^3.0.2"
147-
148148
"@babel/helper-annotate-as-pure@^7.18.6":
149149
version "7.18.6"
150150
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -389,13 +389,13 @@
389389
"@babel/traverse" "^7.25.9"
390390
"@babel/types" "^7.25.9"
391391

392-
"@babel/helpers@^7.26.9":
393-
version "7.26.9"
394-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
395-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
392+
"@babel/helpers@^7.26.10":
393+
version "7.26.10"
394+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
395+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
396396
dependencies:
397397
"@babel/template" "^7.26.9"
398-
"@babel/types" "^7.26.9"
398+
"@babel/types" "^7.26.10"
399399

400400
"@babel/highlight@^7.16.0":
401401
version "7.16.0"
@@ -437,6 +437,13 @@
437437
dependencies:
438438
"@babel/types" "^7.25.9"
439439

440+
"@babel/parser@^7.26.10":
441+
version "7.26.10"
442+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
443+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
444+
dependencies:
445+
"@babel/types" "^7.26.10"
446+
440447
"@babel/parser@^7.26.8":
441448
version "7.26.8"
442449
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
@@ -1035,6 +1042,19 @@
10351042
debug "^4.3.1"
10361043
globals "^11.1.0"
10371044

1045+
"@babel/traverse@^7.26.10":
1046+
version "7.26.10"
1047+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
1048+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
1049+
dependencies:
1050+
"@babel/code-frame" "^7.26.2"
1051+
"@babel/generator" "^7.26.10"
1052+
"@babel/parser" "^7.26.10"
1053+
"@babel/template" "^7.26.9"
1054+
"@babel/types" "^7.26.10"
1055+
debug "^4.3.1"
1056+
globals "^11.1.0"
1057+
10381058
"@babel/traverse@^7.26.8":
10391059
version "7.26.8"
10401060
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
@@ -1048,19 +1068,6 @@
10481068
debug "^4.3.1"
10491069
globals "^11.1.0"
10501070

1051-
"@babel/traverse@^7.26.9":
1052-
version "7.26.9"
1053-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1054-
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1055-
dependencies:
1056-
"@babel/code-frame" "^7.26.2"
1057-
"@babel/generator" "^7.26.9"
1058-
"@babel/parser" "^7.26.9"
1059-
"@babel/template" "^7.26.9"
1060-
"@babel/types" "^7.26.9"
1061-
debug "^4.3.1"
1062-
globals "^11.1.0"
1063-
10641071
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
10651072
version "7.16.0"
10661073
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1085,6 +1092,14 @@
10851092
"@babel/helper-string-parser" "^7.25.9"
10861093
"@babel/helper-validator-identifier" "^7.25.9"
10871094

1095+
"@babel/types@^7.26.10":
1096+
version "7.26.10"
1097+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1098+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1099+
dependencies:
1100+
"@babel/helper-string-parser" "^7.25.9"
1101+
"@babel/helper-validator-identifier" "^7.25.9"
1102+
10881103
"@babel/types@^7.26.8":
10891104
version "7.26.8"
10901105
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"

0 commit comments

Comments
 (0)