Skip to content

Commit 837f028

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

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
@@ -73,7 +73,7 @@
7373
},
7474
"dependencies": {},
7575
"devDependencies": {
76-
"@babel/core": "7.26.9",
76+
"@babel/core": "7.26.10",
7777
"@babel/preset-env": "7.26.9",
7878
"@commitlint/cli": "19.8.0",
7979
"@iterable-iterator/list": "1.0.1",

yarn.lock

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

82-
"@babel/[email protected].9":
83-
version "7.26.9"
84-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
85-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
82+
"@babel/[email protected].10":
83+
version "7.26.10"
84+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
85+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
8686
dependencies:
8787
"@ampproject/remapping" "^2.2.0"
8888
"@babel/code-frame" "^7.26.2"
89-
"@babel/generator" "^7.26.9"
89+
"@babel/generator" "^7.26.10"
9090
"@babel/helper-compilation-targets" "^7.26.5"
9191
"@babel/helper-module-transforms" "^7.26.0"
92-
"@babel/helpers" "^7.26.9"
93-
"@babel/parser" "^7.26.9"
92+
"@babel/helpers" "^7.26.10"
93+
"@babel/parser" "^7.26.10"
9494
"@babel/template" "^7.26.9"
95-
"@babel/traverse" "^7.26.9"
96-
"@babel/types" "^7.26.9"
95+
"@babel/traverse" "^7.26.10"
96+
"@babel/types" "^7.26.10"
9797
convert-source-map "^2.0.0"
9898
debug "^4.1.0"
9999
gensync "^1.0.0-beta.2"
@@ -140,6 +140,17 @@
140140
"@jridgewell/trace-mapping" "^0.3.25"
141141
jsesc "^3.0.2"
142142

143+
"@babel/generator@^7.26.10":
144+
version "7.26.10"
145+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
146+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
147+
dependencies:
148+
"@babel/parser" "^7.26.10"
149+
"@babel/types" "^7.26.10"
150+
"@jridgewell/gen-mapping" "^0.3.5"
151+
"@jridgewell/trace-mapping" "^0.3.25"
152+
jsesc "^3.0.2"
153+
143154
"@babel/generator@^7.26.8":
144155
version "7.26.8"
145156
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
@@ -151,17 +162,6 @@
151162
"@jridgewell/trace-mapping" "^0.3.25"
152163
jsesc "^3.0.2"
153164

154-
"@babel/generator@^7.26.9":
155-
version "7.26.9"
156-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
157-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
158-
dependencies:
159-
"@babel/parser" "^7.26.9"
160-
"@babel/types" "^7.26.9"
161-
"@jridgewell/gen-mapping" "^0.3.5"
162-
"@jridgewell/trace-mapping" "^0.3.25"
163-
jsesc "^3.0.2"
164-
165165
"@babel/helper-annotate-as-pure@^7.16.7":
166166
version "7.16.7"
167167
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -603,13 +603,13 @@
603603
"@babel/traverse" "^7.17.0"
604604
"@babel/types" "^7.17.0"
605605

606-
"@babel/helpers@^7.26.9":
607-
version "7.26.9"
608-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
609-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
606+
"@babel/helpers@^7.26.10":
607+
version "7.26.10"
608+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
609+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
610610
dependencies:
611611
"@babel/template" "^7.26.9"
612-
"@babel/types" "^7.26.9"
612+
"@babel/types" "^7.26.10"
613613

614614
"@babel/highlight@^7.16.7":
615615
version "7.16.10"
@@ -651,6 +651,13 @@
651651
dependencies:
652652
"@babel/types" "^7.25.9"
653653

654+
"@babel/parser@^7.26.10":
655+
version "7.26.10"
656+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
657+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
658+
dependencies:
659+
"@babel/types" "^7.26.10"
660+
654661
"@babel/parser@^7.26.8":
655662
version "7.26.8"
656663
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
@@ -1948,6 +1955,19 @@
19481955
debug "^4.3.1"
19491956
globals "^11.1.0"
19501957

1958+
"@babel/traverse@^7.26.10":
1959+
version "7.26.10"
1960+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
1961+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
1962+
dependencies:
1963+
"@babel/code-frame" "^7.26.2"
1964+
"@babel/generator" "^7.26.10"
1965+
"@babel/parser" "^7.26.10"
1966+
"@babel/template" "^7.26.9"
1967+
"@babel/types" "^7.26.10"
1968+
debug "^4.3.1"
1969+
globals "^11.1.0"
1970+
19511971
"@babel/traverse@^7.26.8":
19521972
version "7.26.8"
19531973
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
@@ -1961,19 +1981,6 @@
19611981
debug "^4.3.1"
19621982
globals "^11.1.0"
19631983

1964-
"@babel/traverse@^7.26.9":
1965-
version "7.26.9"
1966-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1967-
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1968-
dependencies:
1969-
"@babel/code-frame" "^7.26.2"
1970-
"@babel/generator" "^7.26.9"
1971-
"@babel/parser" "^7.26.9"
1972-
"@babel/template" "^7.26.9"
1973-
"@babel/types" "^7.26.9"
1974-
debug "^4.3.1"
1975-
globals "^11.1.0"
1976-
19771984
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.4.4":
19781985
version "7.17.0"
19791986
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
@@ -1998,6 +2005,14 @@
19982005
"@babel/helper-string-parser" "^7.25.9"
19992006
"@babel/helper-validator-identifier" "^7.25.9"
20002007

2008+
"@babel/types@^7.26.10":
2009+
version "7.26.10"
2010+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
2011+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
2012+
dependencies:
2013+
"@babel/helper-string-parser" "^7.25.9"
2014+
"@babel/helper-validator-identifier" "^7.25.9"
2015+
20012016
"@babel/types@^7.26.8":
20022017
version "7.26.8"
20032018
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"

0 commit comments

Comments
 (0)