Skip to content

Commit 1c7d9f9

Browse files
fix(deps): update dependency @babel/parser to ^7.26.10
1 parent 3c45e62 commit 1c7d9f9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: 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.26.9",
37+
"@babel/parser": "^7.26.10",
3838
"prh": "^5.4.4",
3939
"textlint-rule-helper": "^2.3.1"
4040
},

Diff for: yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -381,12 +381,12 @@
381381
dependencies:
382382
"@babel/types" "^7.26.0"
383383

384-
"@babel/parser@^7.26.9":
385-
version "7.26.9"
386-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
387-
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
384+
"@babel/parser@^7.26.10":
385+
version "7.26.10"
386+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
387+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
388388
dependencies:
389-
"@babel/types" "^7.26.9"
389+
"@babel/types" "^7.26.10"
390390

391391
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
392392
version "7.25.9"
@@ -1029,10 +1029,10 @@
10291029
"@babel/helper-string-parser" "^7.25.9"
10301030
"@babel/helper-validator-identifier" "^7.25.9"
10311031

1032-
"@babel/types@^7.26.9":
1033-
version "7.26.9"
1034-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
1035-
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
1032+
"@babel/types@^7.26.10":
1033+
version "7.26.10"
1034+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1035+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
10361036
dependencies:
10371037
"@babel/helper-string-parser" "^7.25.9"
10381038
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)