Skip to content

Commit b8a8e18

Browse files
build(deps-dev): bump @babel/core from 7.26.8 to 7.26.9 (#1635)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.26.8 to 7.26.9. - [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.9/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 6cfed80 commit b8a8e18

File tree

2 files changed

+46
-52
lines changed

2 files changed

+46
-52
lines changed

package.json

+1-1
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.8",
38+
"@babel/core": "^7.26.9",
3939
"@babel/preset-env": "^7.26.9",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.20",

yarn.lock

+45-51
Original file line numberDiff line numberDiff line change
@@ -34,35 +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.8":
38-
version "7.26.8"
39-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e"
40-
integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ==
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==
4141
dependencies:
4242
"@ampproject/remapping" "^2.2.0"
4343
"@babel/code-frame" "^7.26.2"
44-
"@babel/generator" "^7.26.8"
44+
"@babel/generator" "^7.26.9"
4545
"@babel/helper-compilation-targets" "^7.26.5"
4646
"@babel/helper-module-transforms" "^7.26.0"
47-
"@babel/helpers" "^7.26.7"
48-
"@babel/parser" "^7.26.8"
49-
"@babel/template" "^7.26.8"
50-
"@babel/traverse" "^7.26.8"
51-
"@babel/types" "^7.26.8"
52-
"@types/gensync" "^1.0.0"
47+
"@babel/helpers" "^7.26.9"
48+
"@babel/parser" "^7.26.9"
49+
"@babel/template" "^7.26.9"
50+
"@babel/traverse" "^7.26.9"
51+
"@babel/types" "^7.26.9"
5352
convert-source-map "^2.0.0"
5453
debug "^4.1.0"
5554
gensync "^1.0.0-beta.2"
5655
json5 "^2.2.3"
5756
semver "^6.3.1"
5857

59-
"@babel/generator@^7.26.8", "@babel/generator@^7.7.2":
60-
version "7.26.8"
61-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab"
62-
integrity sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA==
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==
6362
dependencies:
64-
"@babel/parser" "^7.26.8"
65-
"@babel/types" "^7.26.8"
63+
"@babel/parser" "^7.26.9"
64+
"@babel/types" "^7.26.9"
6665
"@jridgewell/gen-mapping" "^0.3.5"
6766
"@jridgewell/trace-mapping" "^0.3.25"
6867
jsesc "^3.0.2"
@@ -238,20 +237,20 @@
238237
"@babel/traverse" "^7.25.9"
239238
"@babel/types" "^7.25.9"
240239

241-
"@babel/helpers@^7.26.7":
242-
version "7.26.7"
243-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
244-
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
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==
245244
dependencies:
246-
"@babel/template" "^7.25.9"
247-
"@babel/types" "^7.26.7"
245+
"@babel/template" "^7.26.9"
246+
"@babel/types" "^7.26.9"
248247

249-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.26.8":
250-
version "7.26.8"
251-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
252-
integrity sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw==
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==
253252
dependencies:
254-
"@babel/types" "^7.26.8"
253+
"@babel/types" "^7.26.9"
255254

256255
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
257256
version "7.25.9"
@@ -895,32 +894,32 @@
895894
dependencies:
896895
regenerator-runtime "^0.13.4"
897896

898-
"@babel/template@^7.25.9", "@babel/template@^7.26.8", "@babel/template@^7.3.3":
899-
version "7.26.8"
900-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.8.tgz#db3898f47a17bab2f4c78ec1d0de38527c2ffe19"
901-
integrity sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q==
897+
"@babel/template@^7.25.9", "@babel/template@^7.26.9", "@babel/template@^7.3.3":
898+
version "7.26.9"
899+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
900+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
902901
dependencies:
903902
"@babel/code-frame" "^7.26.2"
904-
"@babel/parser" "^7.26.8"
905-
"@babel/types" "^7.26.8"
903+
"@babel/parser" "^7.26.9"
904+
"@babel/types" "^7.26.9"
906905

907-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8":
908-
version "7.26.8"
909-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
910-
integrity sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA==
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==
911910
dependencies:
912911
"@babel/code-frame" "^7.26.2"
913-
"@babel/generator" "^7.26.8"
914-
"@babel/parser" "^7.26.8"
915-
"@babel/template" "^7.26.8"
916-
"@babel/types" "^7.26.8"
912+
"@babel/generator" "^7.26.9"
913+
"@babel/parser" "^7.26.9"
914+
"@babel/template" "^7.26.9"
915+
"@babel/types" "^7.26.9"
917916
debug "^4.3.1"
918917
globals "^11.1.0"
919918

920-
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.25.9", "@babel/types@^7.26.7", "@babel/types@^7.26.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
921-
version "7.26.8"
922-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"
923-
integrity sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA==
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==
924923
dependencies:
925924
"@babel/helper-string-parser" "^7.25.9"
926925
"@babel/helper-validator-identifier" "^7.25.9"
@@ -1780,11 +1779,6 @@
17801779
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
17811780
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
17821781

1783-
"@types/gensync@^1.0.0":
1784-
version "1.0.4"
1785-
resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b"
1786-
integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA==
1787-
17881782
"@types/graceful-fs@^4.1.3":
17891783
version "4.1.5"
17901784
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"

0 commit comments

Comments
 (0)