Skip to content

Commit 0019766

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

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
@@ -71,7 +71,7 @@
7171
},
7272
"dependencies": {},
7373
"devDependencies": {
74-
"@babel/core": "7.26.9",
74+
"@babel/core": "7.26.10",
7575
"@babel/preset-env": "7.26.9",
7676
"@commitlint/cli": "19.8.0",
7777
"@js-library/commitlint-config": "0.0.4",

yarn.lock

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

75-
"@babel/[email protected].9":
76-
version "7.26.9"
77-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
78-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
75+
"@babel/[email protected].10":
76+
version "7.26.10"
77+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
78+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
7979
dependencies:
8080
"@ampproject/remapping" "^2.2.0"
8181
"@babel/code-frame" "^7.26.2"
82-
"@babel/generator" "^7.26.9"
82+
"@babel/generator" "^7.26.10"
8383
"@babel/helper-compilation-targets" "^7.26.5"
8484
"@babel/helper-module-transforms" "^7.26.0"
85-
"@babel/helpers" "^7.26.9"
86-
"@babel/parser" "^7.26.9"
85+
"@babel/helpers" "^7.26.10"
86+
"@babel/parser" "^7.26.10"
8787
"@babel/template" "^7.26.9"
88-
"@babel/traverse" "^7.26.9"
89-
"@babel/types" "^7.26.9"
88+
"@babel/traverse" "^7.26.10"
89+
"@babel/types" "^7.26.10"
9090
convert-source-map "^2.0.0"
9191
debug "^4.1.0"
9292
gensync "^1.0.0-beta.2"
@@ -133,6 +133,17 @@
133133
"@jridgewell/trace-mapping" "^0.3.25"
134134
jsesc "^3.0.2"
135135

136+
"@babel/generator@^7.26.10":
137+
version "7.26.10"
138+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
139+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
140+
dependencies:
141+
"@babel/parser" "^7.26.10"
142+
"@babel/types" "^7.26.10"
143+
"@jridgewell/gen-mapping" "^0.3.5"
144+
"@jridgewell/trace-mapping" "^0.3.25"
145+
jsesc "^3.0.2"
146+
136147
"@babel/generator@^7.26.8":
137148
version "7.26.8"
138149
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
@@ -144,17 +155,6 @@
144155
"@jridgewell/trace-mapping" "^0.3.25"
145156
jsesc "^3.0.2"
146157

147-
"@babel/generator@^7.26.9":
148-
version "7.26.9"
149-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
150-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
151-
dependencies:
152-
"@babel/parser" "^7.26.9"
153-
"@babel/types" "^7.26.9"
154-
"@jridgewell/gen-mapping" "^0.3.5"
155-
"@jridgewell/trace-mapping" "^0.3.25"
156-
jsesc "^3.0.2"
157-
158158
"@babel/helper-annotate-as-pure@^7.16.0":
159159
version "7.16.0"
160160
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -596,13 +596,13 @@
596596
"@babel/traverse" "^7.16.5"
597597
"@babel/types" "^7.16.0"
598598

599-
"@babel/helpers@^7.26.9":
600-
version "7.26.9"
601-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
602-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
599+
"@babel/helpers@^7.26.10":
600+
version "7.26.10"
601+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
602+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
603603
dependencies:
604604
"@babel/template" "^7.26.9"
605-
"@babel/types" "^7.26.9"
605+
"@babel/types" "^7.26.10"
606606

607607
"@babel/highlight@^7.16.0":
608608
version "7.16.0"
@@ -644,6 +644,13 @@
644644
dependencies:
645645
"@babel/types" "^7.25.9"
646646

647+
"@babel/parser@^7.26.10":
648+
version "7.26.10"
649+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
650+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
651+
dependencies:
652+
"@babel/types" "^7.26.10"
653+
647654
"@babel/parser@^7.26.8":
648655
version "7.26.8"
649656
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
@@ -1940,6 +1947,19 @@
19401947
debug "^4.3.1"
19411948
globals "^11.1.0"
19421949

1950+
"@babel/traverse@^7.26.10":
1951+
version "7.26.10"
1952+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
1953+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
1954+
dependencies:
1955+
"@babel/code-frame" "^7.26.2"
1956+
"@babel/generator" "^7.26.10"
1957+
"@babel/parser" "^7.26.10"
1958+
"@babel/template" "^7.26.9"
1959+
"@babel/types" "^7.26.10"
1960+
debug "^4.3.1"
1961+
globals "^11.1.0"
1962+
19431963
"@babel/traverse@^7.26.8":
19441964
version "7.26.8"
19451965
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
@@ -1953,19 +1973,6 @@
19531973
debug "^4.3.1"
19541974
globals "^11.1.0"
19551975

1956-
"@babel/traverse@^7.26.9":
1957-
version "7.26.9"
1958-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1959-
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1960-
dependencies:
1961-
"@babel/code-frame" "^7.26.2"
1962-
"@babel/generator" "^7.26.9"
1963-
"@babel/parser" "^7.26.9"
1964-
"@babel/template" "^7.26.9"
1965-
"@babel/types" "^7.26.9"
1966-
debug "^4.3.1"
1967-
globals "^11.1.0"
1968-
19691976
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
19701977
version "7.16.0"
19711978
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1990,6 +1997,14 @@
19901997
"@babel/helper-string-parser" "^7.25.9"
19911998
"@babel/helper-validator-identifier" "^7.25.9"
19921999

2000+
"@babel/types@^7.26.10":
2001+
version "7.26.10"
2002+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
2003+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
2004+
dependencies:
2005+
"@babel/helper-string-parser" "^7.25.9"
2006+
"@babel/helper-validator-identifier" "^7.25.9"
2007+
19932008
"@babel/types@^7.26.8":
19942009
version "7.26.8"
19952010
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"

0 commit comments

Comments
 (0)