build(deps): bump @eslint/js from 9.5.0 to 9.6.0

Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.5.0 to 9.6.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.6.0/packages/js)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-02 03:48:30 +00:00 committed by GitHub
parent 9bbf625c15
commit c4dd01053e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 7 deletions

View file

@ -6,7 +6,7 @@
"main": "eslint.config.js",
"types": "./types/index.d.ts",
"dependencies": {
"@eslint/js": "9.5.0",
"@eslint/js": "9.6.0",
"eslint": "9.5.0",
"eslint-config-prettier": "9.1.0",
"globals": "15.6.0"

19
package-lock.json generated
View file

@ -1566,10 +1566,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.5.0.tgz",
"integrity": "sha512-A7+AOT2ICkodvtsWnxZP4Xxk3NbZ3VMHd8oihydLRGrJgqqdEz1qSeEgXYyT/Cu8h1TWWsQRejIx48mtjZ5y1w==",
"license": "MIT",
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.6.0.tgz",
"integrity": "sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
@ -7041,6 +7040,14 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/eslint/node_modules/@eslint/js": {
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.5.0.tgz",
"integrity": "sha512-A7+AOT2ICkodvtsWnxZP4Xxk3NbZ3VMHd8oihydLRGrJgqqdEz1qSeEgXYyT/Cu8h1TWWsQRejIx48mtjZ5y1w==",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/espree": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz",
@ -13852,10 +13859,10 @@
"version": "0.0.5",
"license": "Apache-2.0",
"dependencies": {
"@eslint/js": "9.5.0",
"@eslint/js": "9.6.0",
"eslint": "9.5.0",
"eslint-config-prettier": "9.1.0",
"globals": "^15.6.0"
"globals": "15.6.0"
},
"devDependencies": {
"@revi/prettier-config": "../prettier-config",