Skip to content

Commit cfd34b9

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

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
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {},
7171
"devDependencies": {
72-
"@babel/core": "7.26.9",
72+
"@babel/core": "7.26.10",
7373
"@babel/preset-env": "7.26.9",
7474
"@commitlint/cli": "19.8.0",
7575
"@comparison-searching/specification": "1.1.0",

yarn.lock

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

85-
"@babel/[email protected].9":
86-
version "7.26.9"
87-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
88-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
85+
"@babel/[email protected].10":
86+
version "7.26.10"
87+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
88+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
8989
dependencies:
9090
"@ampproject/remapping" "^2.2.0"
9191
"@babel/code-frame" "^7.26.2"
92-
"@babel/generator" "^7.26.9"
92+
"@babel/generator" "^7.26.10"
9393
"@babel/helper-compilation-targets" "^7.26.5"
9494
"@babel/helper-module-transforms" "^7.26.0"
95-
"@babel/helpers" "^7.26.9"
96-
"@babel/parser" "^7.26.9"
95+
"@babel/helpers" "^7.26.10"
96+
"@babel/parser" "^7.26.10"
9797
"@babel/template" "^7.26.9"
98-
"@babel/traverse" "^7.26.9"
99-
"@babel/types" "^7.26.9"
98+
"@babel/traverse" "^7.26.10"
99+
"@babel/types" "^7.26.10"
100100
convert-source-map "^2.0.0"
101101
debug "^4.1.0"
102102
gensync "^1.0.0-beta.2"
@@ -143,6 +143,17 @@
143143
"@jridgewell/trace-mapping" "^0.3.25"
144144
jsesc "^3.0.2"
145145

146+
"@babel/generator@^7.26.10":
147+
version "7.26.10"
148+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
149+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
150+
dependencies:
151+
"@babel/parser" "^7.26.10"
152+
"@babel/types" "^7.26.10"
153+
"@jridgewell/gen-mapping" "^0.3.5"
154+
"@jridgewell/trace-mapping" "^0.3.25"
155+
jsesc "^3.0.2"
156+
146157
"@babel/generator@^7.26.8":
147158
version "7.26.8"
148159
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
@@ -154,17 +165,6 @@
154165
"@jridgewell/trace-mapping" "^0.3.25"
155166
jsesc "^3.0.2"
156167

157-
"@babel/generator@^7.26.9":
158-
version "7.26.9"
159-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
160-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
161-
dependencies:
162-
"@babel/parser" "^7.26.9"
163-
"@babel/types" "^7.26.9"
164-
"@jridgewell/gen-mapping" "^0.3.5"
165-
"@jridgewell/trace-mapping" "^0.3.25"
166-
jsesc "^3.0.2"
167-
168168
"@babel/helper-annotate-as-pure@^7.16.7":
169169
version "7.16.7"
170170
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -598,13 +598,13 @@
598598
"@babel/traverse" "^7.17.9"
599599
"@babel/types" "^7.17.0"
600600

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

609609
"@babel/highlight@^7.16.7":
610610
version "7.17.9"
@@ -646,6 +646,13 @@
646646
dependencies:
647647
"@babel/types" "^7.25.9"
648648

649+
"@babel/parser@^7.26.10":
650+
version "7.26.10"
651+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
652+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
653+
dependencies:
654+
"@babel/types" "^7.26.10"
655+
649656
"@babel/parser@^7.26.8":
650657
version "7.26.8"
651658
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
@@ -1943,6 +1950,19 @@
19431950
debug "^4.3.1"
19441951
globals "^11.1.0"
19451952

1953+
"@babel/traverse@^7.26.10":
1954+
version "7.26.10"
1955+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
1956+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
1957+
dependencies:
1958+
"@babel/code-frame" "^7.26.2"
1959+
"@babel/generator" "^7.26.10"
1960+
"@babel/parser" "^7.26.10"
1961+
"@babel/template" "^7.26.9"
1962+
"@babel/types" "^7.26.10"
1963+
debug "^4.3.1"
1964+
globals "^11.1.0"
1965+
19461966
"@babel/traverse@^7.26.8":
19471967
version "7.26.8"
19481968
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
@@ -1956,19 +1976,6 @@
19561976
debug "^4.3.1"
19571977
globals "^11.1.0"
19581978

1959-
"@babel/traverse@^7.26.9":
1960-
version "7.26.9"
1961-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1962-
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1963-
dependencies:
1964-
"@babel/code-frame" "^7.26.2"
1965-
"@babel/generator" "^7.26.9"
1966-
"@babel/parser" "^7.26.9"
1967-
"@babel/template" "^7.26.9"
1968-
"@babel/types" "^7.26.9"
1969-
debug "^4.3.1"
1970-
globals "^11.1.0"
1971-
19721979
"@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.4.4":
19731980
version "7.17.10"
19741981
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4"
@@ -1993,6 +2000,14 @@
19932000
"@babel/helper-string-parser" "^7.25.9"
19942001
"@babel/helper-validator-identifier" "^7.25.9"
19952002

2003+
"@babel/types@^7.26.10":
2004+
version "7.26.10"
2005+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
2006+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
2007+
dependencies:
2008+
"@babel/helper-string-parser" "^7.25.9"
2009+
"@babel/helper-validator-identifier" "^7.25.9"
2010+
19962011
"@babel/types@^7.26.8":
19972012
version "7.26.8"
19982013
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"

0 commit comments

Comments
 (0)