Skip to content

Commit

Permalink
fix(deps): update dependency @babel/parser to ^7.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent eda43a4 commit 5191682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prh"
],
"dependencies": {
"@babel/parser": "^7.26.1",
"@babel/parser": "^7.26.2",
"prh": "^5.4.4",
"textlint-rule-helper": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
dependencies:
"@babel/types" "^7.26.0"

"@babel/parser@^7.26.0", "@babel/parser@^7.26.1", "@babel/parser@^7.26.2":
"@babel/parser@^7.26.0", "@babel/parser@^7.26.2":
version "7.26.2"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11"
integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==
Expand Down

0 comments on commit 5191682

Please sign in to comment.