build(deps): bump eslint

Bumps the npm group with 1 update in the /lib/binding_web directory: [eslint](https://github.com/eslint/eslint).


Updates `eslint` from 10.8.1 to 10.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v10.8.1...v10.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-08-24 21:33:52 +00:00 committed by Christian Clason
parent f3a9521894
commit 129d8cd141
2 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@
"@vitest/coverage-v8": "^3.0.5",
"dts-buddy": "^0.8.3",
"esbuild": "^0.28.2",
"eslint": "^10.8.1",
"eslint": "^10.9.0",
"source-map": "^0.8.0",
"tsx": "^4.23.12",
"typescript": "^5.7.3",
@ -1952,9 +1952,9 @@
}
},
"node_modules/eslint": {
"version": "10.8.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.8.1.tgz",
"integrity": "sha512-wqA7W2jbsC/BnV9Iv1UZpKVFkO1AdNoSmYW8NWG4HNOBbkAMvIqDZ27pI2f07dqn583NcIC44ckjAcOXDL1QbQ==",
"version": "10.9.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.9.0.tgz",
"integrity": "sha512-5KeEOJZBfEVA47boFiBsf+6MmmJpffM7qEBg4pLla2e4nlKgdKlqCW0oSLOGsT8Wl5uCGJptLV1bkaiShj90Gw==",
"dev": true,
"license": "MIT",
"workspaces": [

View file

@ -80,7 +80,7 @@
"@vitest/coverage-v8": "^3.0.5",
"dts-buddy": "^0.8.3",
"esbuild": "^0.28.2",
"eslint": "^10.8.1",
"eslint": "^10.9.0",
"source-map": "^0.8.0",
"tsx": "^4.23.12",
"typescript": "^5.7.3",