npm(deps-dev): bump the dependencies-patch-and-minor group with 2 updates

Bumps the dependencies-patch-and-minor group with 2 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint).


Updates `@eslint/js` from 9.15.0 to 9.16.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/commits/v9.16.0/packages/js)

Updates `eslint` from 9.15.0 to 9.16.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.15.0...v9.16.0)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-patch-and-minor
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-29 23:38:50 +00:00
committed by GitHub
parent abca0f5448
commit c5bfd7ce2f
2 changed files with 13 additions and 11 deletions

View File

@ -13,7 +13,7 @@
"license": "ISC",
"description": "",
"devDependencies": {
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.1",
"@vitest/coverage-istanbul": "^2.1.6",
@ -21,7 +21,7 @@
"cheerio": "^1.0.0",
"daisyui": "^4.12.14",
"debug": "^4.3.6",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"globals": "^15.12.0",
"nodemon": "^3.1.7",
"postcss": "^8.4.41",