build(deps): bump eslint and rewire (#22872)

Bumps [eslint](https://github.com/eslint/eslint) to 9.39.2 and updates ancestor dependency [rewire](https://github.com/jhnns/rewire). These dependencies need to be updated together.


Updates `eslint` from 4.19.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v4.19.1...v9.39.2)

Updates `rewire` from 4.0.1 to 9.0.1
- [Release notes](https://github.com/jhnns/rewire/releases)
- [Changelog](https://github.com/jhnns/rewire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jhnns/rewire/compare/v4.0.1...v9.0.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: indirect
- dependency-name: rewire
  dependency-version: 9.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-02 14:49:58 +08:00
committed by GitHub
parent 34dc09b676
commit 3c052d8b64
2 changed files with 1360 additions and 1417 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@
"form-data": "^2.5.0",
"inversify": "^5.0.1",
"reflect-metadata": "^0.1.13",
"rewire": "^4.0.1",
"rewire": "^9.0.1",
"ts-node": "^8.10.2",
"ts-petstore-client": "file:../../builds/inversify"
},