Skip to content

Commit

Permalink
Update eslint requirement in the all-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.

Updates `eslint` to 9.16.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.14.0...v9.16.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 7e2fff6 commit 0986fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@fetch-mock/jest": "^0.2.6",
"@jhwelch/mmm-eslint-config": "^1.0.0",
"eslint": "^9.14.0",
"eslint": "^9.16.0",
"jest": "^29.7.0",
"nunjucks": "^3.2.4"
},
Expand Down

0 comments on commit 0986fe8

Please sign in to comment.