Skip to content

Commit 2dfe626

Browse files
fix(deps): update dependency @babel/parser to ^7.25.6
1 parent e9ad685 commit 2dfe626

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prh"
3535
],
3636
"dependencies": {
37-
"@babel/parser": "^7.25.4",
37+
"@babel/parser": "^7.25.6",
3838
"prh": "^5.4.4",
3939
"textlint-rule-helper": "^2.3.1"
4040
},

yarn.lock

+16
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,13 @@
395395
dependencies:
396396
"@babel/types" "^7.25.4"
397397

398+
"@babel/parser@^7.25.6":
399+
version "7.25.6"
400+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f"
401+
integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==
402+
dependencies:
403+
"@babel/types" "^7.25.6"
404+
398405
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
399406
version "7.25.3"
400407
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
@@ -1187,6 +1194,15 @@
11871194
"@babel/helper-validator-identifier" "^7.24.7"
11881195
to-fast-properties "^2.0.0"
11891196

1197+
"@babel/types@^7.25.6":
1198+
version "7.25.6"
1199+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6"
1200+
integrity sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==
1201+
dependencies:
1202+
"@babel/helper-string-parser" "^7.24.8"
1203+
"@babel/helper-validator-identifier" "^7.24.7"
1204+
to-fast-properties "^2.0.0"
1205+
11901206
"@isaacs/cliui@^8.0.2":
11911207
version "8.0.2"
11921208
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"

0 commit comments

Comments
 (0)