Skip to content

Commit 3f26657

Browse files
chore(deps): update dependency @babel/core to v7.26.10 (#660)
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 4fc2109 commit 3f26657

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
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@babel/cli": "7.26.4",
45-
"@babel/core": "7.26.9",
45+
"@babel/core": "7.26.10",
4646
"@babel/plugin-proposal-class-properties": "7.18.6",
4747
"@babel/preset-env": "7.26.9",
4848
"@babel/preset-typescript": "7.26.0",

yarn.lock

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

96-
"@babel/core@7.26.9":
97-
version "7.26.9"
98-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
99-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
96+
"@babel/core@7.26.10":
97+
version "7.26.10"
98+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
99+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
100100
dependencies:
101101
"@ampproject/remapping" "^2.2.0"
102102
"@babel/code-frame" "^7.26.2"
103-
"@babel/generator" "^7.26.9"
103+
"@babel/generator" "^7.26.10"
104104
"@babel/helper-compilation-targets" "^7.26.5"
105105
"@babel/helper-module-transforms" "^7.26.0"
106-
"@babel/helpers" "^7.26.9"
107-
"@babel/parser" "^7.26.9"
106+
"@babel/helpers" "^7.26.10"
107+
"@babel/parser" "^7.26.10"
108108
"@babel/template" "^7.26.9"
109-
"@babel/traverse" "^7.26.9"
110-
"@babel/types" "^7.26.9"
109+
"@babel/traverse" "^7.26.10"
110+
"@babel/types" "^7.26.10"
111111
convert-source-map "^2.0.0"
112112
debug "^4.1.0"
113113
gensync "^1.0.0-beta.2"
@@ -155,6 +155,17 @@
155155
"@jridgewell/trace-mapping" "^0.3.25"
156156
jsesc "^3.0.2"
157157

158+
"@babel/generator@^7.26.10":
159+
version "7.26.10"
160+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
161+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
162+
dependencies:
163+
"@babel/parser" "^7.26.10"
164+
"@babel/types" "^7.26.10"
165+
"@jridgewell/gen-mapping" "^0.3.5"
166+
"@jridgewell/trace-mapping" "^0.3.25"
167+
jsesc "^3.0.2"
168+
158169
"@babel/generator@^7.26.8":
159170
version "7.26.8"
160171
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
@@ -166,17 +177,6 @@
166177
"@jridgewell/trace-mapping" "^0.3.25"
167178
jsesc "^3.0.2"
168179

169-
"@babel/generator@^7.26.9":
170-
version "7.26.9"
171-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
172-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
173-
dependencies:
174-
"@babel/parser" "^7.26.9"
175-
"@babel/types" "^7.26.9"
176-
"@jridgewell/gen-mapping" "^0.3.5"
177-
"@jridgewell/trace-mapping" "^0.3.25"
178-
jsesc "^3.0.2"
179-
180180
"@babel/generator@^7.7.2":
181181
version "7.24.6"
182182
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7"
@@ -588,13 +588,13 @@
588588
"@babel/template" "^7.24.7"
589589
"@babel/types" "^7.24.7"
590590

591-
"@babel/helpers@^7.26.9":
592-
version "7.26.9"
593-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
594-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
591+
"@babel/helpers@^7.26.10":
592+
version "7.26.10"
593+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
594+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
595595
dependencies:
596596
"@babel/template" "^7.26.9"
597-
"@babel/types" "^7.26.9"
597+
"@babel/types" "^7.26.10"
598598

599599
"@babel/highlight@^7.14.5":
600600
version "7.18.6"
@@ -661,6 +661,13 @@
661661
dependencies:
662662
"@babel/types" "^7.25.9"
663663

664+
"@babel/parser@^7.26.10":
665+
version "7.26.10"
666+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
667+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
668+
dependencies:
669+
"@babel/types" "^7.26.10"
670+
664671
"@babel/parser@^7.26.8":
665672
version "7.26.8"
666673
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
@@ -1449,6 +1456,19 @@
14491456
debug "^4.3.1"
14501457
globals "^11.1.0"
14511458

1459+
"@babel/traverse@^7.26.10":
1460+
version "7.26.10"
1461+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
1462+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
1463+
dependencies:
1464+
"@babel/code-frame" "^7.26.2"
1465+
"@babel/generator" "^7.26.10"
1466+
"@babel/parser" "^7.26.10"
1467+
"@babel/template" "^7.26.9"
1468+
"@babel/types" "^7.26.10"
1469+
debug "^4.3.1"
1470+
globals "^11.1.0"
1471+
14521472
"@babel/traverse@^7.26.8":
14531473
version "7.26.8"
14541474
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
@@ -1462,19 +1482,6 @@
14621482
debug "^4.3.1"
14631483
globals "^11.1.0"
14641484

1465-
"@babel/traverse@^7.26.9":
1466-
version "7.26.9"
1467-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1468-
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1469-
dependencies:
1470-
"@babel/code-frame" "^7.26.2"
1471-
"@babel/generator" "^7.26.9"
1472-
"@babel/parser" "^7.26.9"
1473-
"@babel/template" "^7.26.9"
1474-
"@babel/types" "^7.26.9"
1475-
debug "^4.3.1"
1476-
globals "^11.1.0"
1477-
14781485
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
14791486
version "7.15.6"
14801487
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
@@ -1518,6 +1525,14 @@
15181525
"@babel/helper-string-parser" "^7.25.9"
15191526
"@babel/helper-validator-identifier" "^7.25.9"
15201527

1528+
"@babel/types@^7.26.10":
1529+
version "7.26.10"
1530+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1531+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1532+
dependencies:
1533+
"@babel/helper-string-parser" "^7.25.9"
1534+
"@babel/helper-validator-identifier" "^7.25.9"
1535+
15211536
"@babel/types@^7.26.8":
15221537
version "7.26.8"
15231538
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"

0 commit comments

Comments
 (0)