Skip to content

Commit ee229e5

Browse files
fix(deps): update dependency @babel/parser to ^7.25.8
1 parent 6598fc4 commit ee229e5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prh"
3535
],
3636
"dependencies": {
37-
"@babel/parser": "^7.25.7",
37+
"@babel/parser": "^7.25.8",
3838
"prh": "^5.4.4",
3939
"textlint-rule-helper": "^2.3.1"
4040
},

yarn.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,13 @@
509509
dependencies:
510510
"@babel/types" "^7.25.7"
511511

512+
"@babel/parser@^7.25.8":
513+
version "7.25.8"
514+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2"
515+
integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==
516+
dependencies:
517+
"@babel/types" "^7.25.8"
518+
512519
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7":
513520
version "7.25.7"
514521
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.7.tgz#93969ac50ef4d68b2504b01b758af714e4cbdd64"
@@ -1182,6 +1189,15 @@
11821189
"@babel/helper-validator-identifier" "^7.25.7"
11831190
to-fast-properties "^2.0.0"
11841191

1192+
"@babel/types@^7.25.8":
1193+
version "7.25.8"
1194+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
1195+
integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==
1196+
dependencies:
1197+
"@babel/helper-string-parser" "^7.25.7"
1198+
"@babel/helper-validator-identifier" "^7.25.7"
1199+
to-fast-properties "^2.0.0"
1200+
11851201
"@isaacs/cliui@^8.0.2":
11861202
version "8.0.2"
11871203
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"

0 commit comments

Comments
 (0)