Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 969b212

Browse files
Bump @babel/parser from 7.21.4 to 7.25.8
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.21.4 to 7.25.8. - [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.25.8/packages/babel-parser) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ffc857 commit 969b212

1 file changed

Lines changed: 20 additions & 13 deletions

File tree

yarn.lock

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -246,16 +246,21 @@
246246
dependencies:
247247
"@babel/types" "^7.18.6"
248248

249-
"@babel/helper-string-parser@^7.19.4":
250-
version "7.19.4"
251-
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz"
252-
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
249+
"@babel/helper-string-parser@^7.25.7":
250+
version "7.25.7"
251+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
252+
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
253253

254254
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
255255
version "7.19.1"
256256
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
257257
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
258258

259+
"@babel/helper-validator-identifier@^7.25.7":
260+
version "7.25.7"
261+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
262+
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
263+
259264
"@babel/helper-validator-option@^7.21.0":
260265
version "7.21.0"
261266
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz"
@@ -290,9 +295,11 @@
290295
js-tokens "^4.0.0"
291296

292297
"@babel/parser@^7.0.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.18.8", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
293-
version "7.21.4"
294-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz"
295-
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
298+
version "7.25.8"
299+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
300+
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
301+
dependencies:
302+
"@babel/types" "^7.25.8"
296303

297304
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
298305
version "7.18.6"
@@ -1060,13 +1067,13 @@
10601067
debug "^4.1.0"
10611068
globals "^11.1.0"
10621069

1063-
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.8", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.4.4":
1064-
version "7.21.4"
1065-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.21.4.tgz"
1066-
integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
1070+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.8", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.25.8", "@babel/types@^7.4.4":
1071+
version "7.25.8"
1072+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
1073+
integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==
10671074
dependencies:
1068-
"@babel/helper-string-parser" "^7.19.4"
1069-
"@babel/helper-validator-identifier" "^7.19.1"
1075+
"@babel/helper-string-parser" "^7.25.7"
1076+
"@babel/helper-validator-identifier" "^7.25.7"
10701077
to-fast-properties "^2.0.0"
10711078

10721079
"@cnakazawa/watch@^1.0.3":

0 commit comments

Comments
 (0)