Skip to content

Commit a4349dc

Browse files
build(deps-dev): bump @babel/core from 7.26.9 to 7.26.10 (#1640)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.9 to 7.26.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4b08e7 commit a4349dc

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
@@ -35,7 +35,7 @@
3535
"watch": "yarn clean && rollup -c --environment DEVELOPMENT --watch"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.26.9",
38+
"@babel/core": "^7.26.10",
3939
"@babel/preset-env": "^7.26.9",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.21",

yarn.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,34 @@
3434
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
3535
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
3636

37-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.9":
38-
version "7.26.9"
39-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
40-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
37+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.26.10":
38+
version "7.26.10"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
40+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
4141
dependencies:
4242
"@ampproject/remapping" "^2.2.0"
4343
"@babel/code-frame" "^7.26.2"
44-
"@babel/generator" "^7.26.9"
44+
"@babel/generator" "^7.26.10"
4545
"@babel/helper-compilation-targets" "^7.26.5"
4646
"@babel/helper-module-transforms" "^7.26.0"
47-
"@babel/helpers" "^7.26.9"
48-
"@babel/parser" "^7.26.9"
47+
"@babel/helpers" "^7.26.10"
48+
"@babel/parser" "^7.26.10"
4949
"@babel/template" "^7.26.9"
50-
"@babel/traverse" "^7.26.9"
51-
"@babel/types" "^7.26.9"
50+
"@babel/traverse" "^7.26.10"
51+
"@babel/types" "^7.26.10"
5252
convert-source-map "^2.0.0"
5353
debug "^4.1.0"
5454
gensync "^1.0.0-beta.2"
5555
json5 "^2.2.3"
5656
semver "^6.3.1"
5757

58-
"@babel/generator@^7.26.9", "@babel/generator@^7.7.2":
59-
version "7.26.9"
60-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
61-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
58+
"@babel/generator@^7.26.10", "@babel/generator@^7.7.2":
59+
version "7.26.10"
60+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
61+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
6262
dependencies:
63-
"@babel/parser" "^7.26.9"
64-
"@babel/types" "^7.26.9"
63+
"@babel/parser" "^7.26.10"
64+
"@babel/types" "^7.26.10"
6565
"@jridgewell/gen-mapping" "^0.3.5"
6666
"@jridgewell/trace-mapping" "^0.3.25"
6767
jsesc "^3.0.2"
@@ -237,20 +237,20 @@
237237
"@babel/traverse" "^7.25.9"
238238
"@babel/types" "^7.25.9"
239239

240-
"@babel/helpers@^7.26.9":
241-
version "7.26.9"
242-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
243-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
240+
"@babel/helpers@^7.26.10":
241+
version "7.26.10"
242+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
243+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
244244
dependencies:
245245
"@babel/template" "^7.26.9"
246-
"@babel/types" "^7.26.9"
246+
"@babel/types" "^7.26.10"
247247

248-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.26.9":
249-
version "7.26.9"
250-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
251-
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
248+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9":
249+
version "7.26.10"
250+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
251+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
252252
dependencies:
253-
"@babel/types" "^7.26.9"
253+
"@babel/types" "^7.26.10"
254254

255255
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
256256
version "7.25.9"
@@ -903,23 +903,23 @@
903903
"@babel/parser" "^7.26.9"
904904
"@babel/types" "^7.26.9"
905905

906-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9":
907-
version "7.26.9"
908-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
909-
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
906+
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.8":
907+
version "7.26.10"
908+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
909+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
910910
dependencies:
911911
"@babel/code-frame" "^7.26.2"
912-
"@babel/generator" "^7.26.9"
913-
"@babel/parser" "^7.26.9"
912+
"@babel/generator" "^7.26.10"
913+
"@babel/parser" "^7.26.10"
914914
"@babel/template" "^7.26.9"
915-
"@babel/types" "^7.26.9"
915+
"@babel/types" "^7.26.10"
916916
debug "^4.3.1"
917917
globals "^11.1.0"
918918

919-
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@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":
920-
version "7.26.9"
921-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
922-
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
919+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@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":
920+
version "7.26.10"
921+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
922+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
923923
dependencies:
924924
"@babel/helper-string-parser" "^7.25.9"
925925
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)