npm(deps): bump the dependencies-patch-and-minor group

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


Updates `axios` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.13.2...v1.13.3)

Updates `typescript-eslint` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-patch-and-minor
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  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]
2026-01-27 00:33:37 +00:00
committed by GitHub
parent 896ef28cbb
commit c861199021
2 changed files with 68 additions and 68 deletions

View File

@ -11,7 +11,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"axios": "^1.13.2",
"axios": "^1.13.3",
"debug": "^4.4.3",
"node-cron": "^4.2.1",
"nodemon": "^3.1.11",
@ -24,6 +24,6 @@
"eslint": "^9.39.2",
"eslint-plugin-perfectionist": "^4.15.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1"
"typescript-eslint": "^8.54.0"
}
}