Skip to content

Commit ac38fe8

Browse files
Update dependency @babel/core to ^7.26.10 (#527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4440812 commit ac38fe8

File tree

2 files changed

+70
-2
lines changed

2 files changed

+70
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"format": "yarn lint --fix & yarn prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "^7.26.9",
17+
"@babel/core": "^7.26.10",
1818
"@babel/preset-env": "^7.26.9",
1919
"@babel/preset-react": "^7.26.3",
2020
"@babel/preset-typescript": "^7.26.0",

yarn.lock

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
2525
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
2626

27-
"@babel/core@^7.16.0", "@babel/core@^7.26.9":
27+
"@babel/core@^7.16.0":
2828
version "7.26.9"
2929
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
3030
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
@@ -45,6 +45,27 @@
4545
json5 "^2.2.3"
4646
semver "^6.3.1"
4747

48+
"@babel/core@^7.26.10":
49+
version "7.26.10"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
51+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
52+
dependencies:
53+
"@ampproject/remapping" "^2.2.0"
54+
"@babel/code-frame" "^7.26.2"
55+
"@babel/generator" "^7.26.10"
56+
"@babel/helper-compilation-targets" "^7.26.5"
57+
"@babel/helper-module-transforms" "^7.26.0"
58+
"@babel/helpers" "^7.26.10"
59+
"@babel/parser" "^7.26.10"
60+
"@babel/template" "^7.26.9"
61+
"@babel/traverse" "^7.26.10"
62+
"@babel/types" "^7.26.10"
63+
convert-source-map "^2.0.0"
64+
debug "^4.1.0"
65+
gensync "^1.0.0-beta.2"
66+
json5 "^2.2.3"
67+
semver "^6.3.1"
68+
4869
"@babel/eslint-parser@^7.16.3":
4970
version "7.26.8"
5071
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz#55c4f4aae4970ae127f7a12369182ed6250e6f09"
@@ -54,6 +75,17 @@
5475
eslint-visitor-keys "^2.1.0"
5576
semver "^6.3.1"
5677

78+
"@babel/generator@^7.26.10":
79+
version "7.26.10"
80+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
81+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
82+
dependencies:
83+
"@babel/parser" "^7.26.10"
84+
"@babel/types" "^7.26.10"
85+
"@jridgewell/gen-mapping" "^0.3.5"
86+
"@jridgewell/trace-mapping" "^0.3.25"
87+
jsesc "^3.0.2"
88+
5789
"@babel/generator@^7.26.9":
5890
version "7.26.9"
5991
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
@@ -203,6 +235,14 @@
203235
"@babel/traverse" "^7.25.9"
204236
"@babel/types" "^7.25.9"
205237

238+
"@babel/helpers@^7.26.10":
239+
version "7.26.10"
240+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
241+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
242+
dependencies:
243+
"@babel/template" "^7.26.9"
244+
"@babel/types" "^7.26.10"
245+
206246
"@babel/helpers@^7.26.9":
207247
version "7.26.9"
208248
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
@@ -211,6 +251,13 @@
211251
"@babel/template" "^7.26.9"
212252
"@babel/types" "^7.26.9"
213253

254+
"@babel/parser@^7.26.10":
255+
version "7.26.10"
256+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
257+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
258+
dependencies:
259+
"@babel/types" "^7.26.10"
260+
214261
"@babel/parser@^7.26.9":
215262
version "7.26.9"
216263
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
@@ -987,6 +1034,19 @@
9871034
debug "^4.3.1"
9881035
globals "^11.1.0"
9891036

1037+
"@babel/traverse@^7.26.10":
1038+
version "7.26.10"
1039+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
1040+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
1041+
dependencies:
1042+
"@babel/code-frame" "^7.26.2"
1043+
"@babel/generator" "^7.26.10"
1044+
"@babel/parser" "^7.26.10"
1045+
"@babel/template" "^7.26.9"
1046+
"@babel/types" "^7.26.10"
1047+
debug "^4.3.1"
1048+
globals "^11.1.0"
1049+
9901050
"@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.4.4":
9911051
version "7.26.9"
9921052
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
@@ -995,6 +1055,14 @@
9951055
"@babel/helper-string-parser" "^7.25.9"
9961056
"@babel/helper-validator-identifier" "^7.25.9"
9971057

1058+
"@babel/types@^7.26.10":
1059+
version "7.26.10"
1060+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1061+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1062+
dependencies:
1063+
"@babel/helper-string-parser" "^7.25.9"
1064+
"@babel/helper-validator-identifier" "^7.25.9"
1065+
9981066
"@discoveryjs/json-ext@^0.6.1":
9991067
version "0.6.3"
10001068
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz#f13c7c205915eb91ae54c557f5e92bddd8be0e83"

0 commit comments

Comments
 (0)