0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

Bump eslint from 9.4.0 to 9.5.0

Bumps [eslint](https://github.com/eslint/eslint) from 9.4.0 to 9.5.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.4.0...v9.5.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-17 09:20:57 +00:00 committed by David Anson
parent a7a8fd8b35
commit d6e54397b4

View file

@ -30,7 +30,7 @@
"devDependencies": { "devDependencies": {
"@eslint/js": "9.5.0", "@eslint/js": "9.5.0",
"@vercel/ncc": "0.38.1", "@vercel/ncc": "0.38.1",
"eslint": "9.4.0", "eslint": "9.5.0",
"eslint-plugin-n": "17.9.0", "eslint-plugin-n": "17.9.0",
"eslint-plugin-unicorn": "53.0.0" "eslint-plugin-unicorn": "53.0.0"
} }