Skip to content

Commit 75e67e9

Browse files
authored
Merge pull request #1588 from bervProject/dependabot/npm_and_yarn/babel/core-7.26.10
build(deps-dev): bump @babel/core from 7.26.9 to 7.26.10
2 parents 6d6c3c2 + 68eb7b4 commit 75e67e9

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"vuex": "^4.1.0"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "^7.26.9",
27+
"@babel/core": "^7.26.10",
2828
"@types/crypto-js": "^4.2.2",
2929
"@types/jest": "^29.5.14",
3030
"@typescript-eslint/eslint-plugin": "^8.26.1",

yarn.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -48,34 +48,34 @@
4848
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
4949
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
5050

51-
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.26.9", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
52-
version "7.26.9"
53-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
54-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
51+
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.26.10", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
52+
version "7.26.10"
53+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
54+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
5555
dependencies:
5656
"@ampproject/remapping" "^2.2.0"
5757
"@babel/code-frame" "^7.26.2"
58-
"@babel/generator" "^7.26.9"
58+
"@babel/generator" "^7.26.10"
5959
"@babel/helper-compilation-targets" "^7.26.5"
6060
"@babel/helper-module-transforms" "^7.26.0"
61-
"@babel/helpers" "^7.26.9"
62-
"@babel/parser" "^7.26.9"
61+
"@babel/helpers" "^7.26.10"
62+
"@babel/parser" "^7.26.10"
6363
"@babel/template" "^7.26.9"
64-
"@babel/traverse" "^7.26.9"
65-
"@babel/types" "^7.26.9"
64+
"@babel/traverse" "^7.26.10"
65+
"@babel/types" "^7.26.10"
6666
convert-source-map "^2.0.0"
6767
debug "^4.1.0"
6868
gensync "^1.0.0-beta.2"
6969
json5 "^2.2.3"
7070
semver "^6.3.1"
7171

72-
"@babel/generator@^7.26.9", "@babel/generator@^7.7.2":
73-
version "7.26.9"
74-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
75-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
72+
"@babel/generator@^7.26.10", "@babel/generator@^7.7.2":
73+
version "7.26.10"
74+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
75+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
7676
dependencies:
77-
"@babel/parser" "^7.26.9"
78-
"@babel/types" "^7.26.9"
77+
"@babel/parser" "^7.26.10"
78+
"@babel/types" "^7.26.10"
7979
"@jridgewell/gen-mapping" "^0.3.5"
8080
"@jridgewell/trace-mapping" "^0.3.25"
8181
jsesc "^3.0.2"
@@ -322,20 +322,20 @@
322322
"@babel/traverse" "^7.16.8"
323323
"@babel/types" "^7.16.8"
324324

325-
"@babel/helpers@^7.26.9":
326-
version "7.26.9"
327-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
328-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
325+
"@babel/helpers@^7.26.10":
326+
version "7.26.10"
327+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
328+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
329329
dependencies:
330330
"@babel/template" "^7.26.9"
331-
"@babel/types" "^7.26.9"
331+
"@babel/types" "^7.26.10"
332332

333-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.3", "@babel/parser@^7.26.9":
334-
version "7.26.9"
335-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
336-
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
333+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.3", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9":
334+
version "7.26.10"
335+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
336+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
337337
dependencies:
338-
"@babel/types" "^7.26.9"
338+
"@babel/types" "^7.26.10"
339339

340340
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
341341
version "7.16.7"
@@ -1017,23 +1017,23 @@
10171017
"@babel/parser" "^7.26.9"
10181018
"@babel/types" "^7.26.9"
10191019

1020-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.9", "@babel/traverse@^7.7.2":
1021-
version "7.26.9"
1022-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1023-
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1020+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.7.2":
1021+
version "7.26.10"
1022+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
1023+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
10241024
dependencies:
10251025
"@babel/code-frame" "^7.26.2"
1026-
"@babel/generator" "^7.26.9"
1027-
"@babel/parser" "^7.26.9"
1026+
"@babel/generator" "^7.26.10"
1027+
"@babel/parser" "^7.26.10"
10281028
"@babel/template" "^7.26.9"
1029-
"@babel/types" "^7.26.9"
1029+
"@babel/types" "^7.26.10"
10301030
debug "^4.3.1"
10311031
globals "^11.1.0"
10321032

1033-
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.6", "@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1034-
version "7.26.9"
1035-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
1036-
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
1033+
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.18.6", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1034+
version "7.26.10"
1035+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1036+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
10371037
dependencies:
10381038
"@babel/helper-string-parser" "^7.25.9"
10391039
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)