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

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-03 23:10:03 +08:00
committed by GitHub
parent a25bed78cd
commit de3bbd5e4e
2 changed files with 1019 additions and 1708 deletions

View File

@@ -3,7 +3,7 @@
"dependencies": {
"@types/rewire": "^2.5.28",
"form-data": "^2.5.0",
"rewire": "^4.0.1",
"rewire": "^9.0.1",
"ts-node": "^3.3.0",
"ts-petstore-client": "file:../../builds/object_params"
},