Skip to content

Commit 4e1fd27

Browse files
chore(deps): update dependency @babel/core to v7.26.10 (#277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 503b7ee commit 4e1fd27

File tree

1 file changed

+56
-28
lines changed

1 file changed

+56
-28
lines changed

yarn.lock

Lines changed: 56 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,33 @@
3232
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
3333

3434
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.5", "@babel/core@^7.9.6":
35-
version "7.26.9"
36-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
37-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
35+
version "7.26.10"
36+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
37+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
3838
dependencies:
3939
"@ampproject/remapping" "^2.2.0"
4040
"@babel/code-frame" "^7.26.2"
41-
"@babel/generator" "^7.26.9"
41+
"@babel/generator" "^7.26.10"
4242
"@babel/helper-compilation-targets" "^7.26.5"
4343
"@babel/helper-module-transforms" "^7.26.0"
44-
"@babel/helpers" "^7.26.9"
45-
"@babel/parser" "^7.26.9"
44+
"@babel/helpers" "^7.26.10"
45+
"@babel/parser" "^7.26.10"
4646
"@babel/template" "^7.26.9"
47-
"@babel/traverse" "^7.26.9"
48-
"@babel/types" "^7.26.9"
47+
"@babel/traverse" "^7.26.10"
48+
"@babel/types" "^7.26.10"
4949
convert-source-map "^2.0.0"
5050
debug "^4.1.0"
5151
gensync "^1.0.0-beta.2"
5252
json5 "^2.2.3"
5353
semver "^6.3.1"
5454

55-
"@babel/generator@^7.26.9":
56-
version "7.26.9"
57-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
58-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
55+
"@babel/generator@^7.26.10", "@babel/generator@^7.26.9":
56+
version "7.26.10"
57+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
58+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
5959
dependencies:
60-
"@babel/parser" "^7.26.9"
61-
"@babel/types" "^7.26.9"
60+
"@babel/parser" "^7.26.10"
61+
"@babel/types" "^7.26.10"
6262
"@jridgewell/gen-mapping" "^0.3.5"
6363
"@jridgewell/trace-mapping" "^0.3.25"
6464
jsesc "^3.0.2"
@@ -201,13 +201,13 @@
201201
"@babel/traverse" "^7.25.9"
202202
"@babel/types" "^7.25.9"
203203

204-
"@babel/helpers@^7.26.9":
205-
version "7.26.9"
206-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
207-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
204+
"@babel/helpers@^7.26.10":
205+
version "7.26.10"
206+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
207+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
208208
dependencies:
209209
"@babel/template" "^7.26.9"
210-
"@babel/types" "^7.26.9"
210+
"@babel/types" "^7.26.10"
211211

212212
"@babel/highlight@^7.10.4":
213213
version "7.25.9"
@@ -219,13 +219,20 @@
219219
js-tokens "^4.0.0"
220220
picocolors "^1.0.0"
221221

222-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.26.9":
222+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7":
223223
version "7.26.9"
224224
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
225225
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
226226
dependencies:
227227
"@babel/types" "^7.26.9"
228228

229+
"@babel/parser@^7.26.10", "@babel/parser@^7.26.9":
230+
version "7.26.10"
231+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
232+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
233+
dependencies:
234+
"@babel/types" "^7.26.10"
235+
229236
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
230237
version "7.25.9"
231238
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -877,7 +884,7 @@
877884
"@babel/parser" "^7.26.9"
878885
"@babel/types" "^7.26.9"
879886

880-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9":
887+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9":
881888
version "7.26.9"
882889
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
883890
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
@@ -890,14 +897,35 @@
890897
debug "^4.3.1"
891898
globals "^11.1.0"
892899

893-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
900+
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10":
901+
version "7.26.10"
902+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
903+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
904+
dependencies:
905+
"@babel/code-frame" "^7.26.2"
906+
"@babel/generator" "^7.26.10"
907+
"@babel/parser" "^7.26.10"
908+
"@babel/template" "^7.26.9"
909+
"@babel/types" "^7.26.10"
910+
debug "^4.3.1"
911+
globals "^11.1.0"
912+
913+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
894914
version "7.26.9"
895915
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
896916
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
897917
dependencies:
898918
"@babel/helper-string-parser" "^7.25.9"
899919
"@babel/helper-validator-identifier" "^7.25.9"
900920

921+
"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9":
922+
version "7.26.10"
923+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
924+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
925+
dependencies:
926+
"@babel/helper-string-parser" "^7.25.9"
927+
"@babel/helper-validator-identifier" "^7.25.9"
928+
901929
"@bcoe/v8-coverage@^0.2.3":
902930
version "0.2.3"
903931
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2223,9 +2251,9 @@ camelcase@^6.0.0:
22232251
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
22242252

22252253
caniuse-lite@^1.0.30001688:
2226-
version "1.0.30001703"
2227-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001703.tgz#977cb4920598c158f491ecf4f4f2cfed9e354718"
2228-
integrity sha512-kRlAGTRWgPsOj7oARC9m1okJEXdL/8fekFVcxA8Hl7GH4r/sN4OJn/i6Flde373T50KS7Y37oFbMwlE8+F42kQ==
2254+
version "1.0.30001705"
2255+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001705.tgz#dc3510bcdef261444ca944b7be9c8d0bb7fafeef"
2256+
integrity sha512-S0uyMMiYvA7CxNgomYBwwwPUnWzFD83f3B1ce5jHUfHTH//QL6hHsreI8RVC5606R4ssqravelYO5TU6t8sEyg==
22292257

22302258
capture-exit@^2.0.0:
22312259
version "2.0.0"
@@ -2763,9 +2791,9 @@ eastasianwidth@^0.2.0:
27632791
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
27642792

27652793
electron-to-chromium@^1.5.73:
2766-
version "1.5.113"
2767-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.113.tgz#1175b8ba4170541e44e9afa8b992e5bbfff0d150"
2768-
integrity sha512-wjT2O4hX+wdWPJ76gWSkMhcHAV2PTMX+QetUCPYEdCIe+cxmgzzSSiGRCKW8nuh4mwKZlpv0xvoW7OF2X+wmHg==
2794+
version "1.5.119"
2795+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.119.tgz#4e105e419209b33e1c44b4d1b5fc6fb27fac0209"
2796+
integrity sha512-Ku4NMzUjz3e3Vweh7PhApPrZSS4fyiCIbcIrG9eKrriYVLmbMepETR/v6SU7xPm98QTqMSYiCwfO89QNjXLkbQ==
27692797

27702798
elliptic@^6.5.3, elliptic@^6.5.5:
27712799
version "6.6.1"

0 commit comments

Comments
 (0)