Skip to content

Commit

Permalink
Bump @babel/eslint-parser from 7.21.3 to 7.25.1
Browse files Browse the repository at this point in the history
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.21.3 to 7.25.1.
- [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.1/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent c093823 commit f671e08
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint": "^8"
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3",
"@babel/eslint-parser": "^7.25.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^8.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-react-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "^8"
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3",
"@babel/eslint-parser": "^7.25.1",
"eslint-config-godaddy-react": "^9.0.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flowtype": "^8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-godaddy-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "^8"
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3",
"@babel/eslint-parser": "^7.25.1",
"eslint-config-godaddy": "^7.1.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
Expand Down

0 comments on commit f671e08

Please sign in to comment.