npm(deps-dev): bump @types/node

Bumps the dependencies-patch-and-minor group in /scraper with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 24.10.15 to 24.11.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.11.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-03-03 00:38:36 +00:00
committed by GitHub
parent 174b401522
commit b605b0b6dc
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
"devDependencies": {
"@eslint/js": "^9.39.3",
"@types/debug": "^4.1.12",
"@types/node": "^24.10.15",
"@types/node": "^24.11.0",
"eslint": "^9.39.3",
"eslint-plugin-perfectionist": "^4.15.1",
"typescript": "^5.9.3",
@@ -314,9 +314,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.10.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.15.tgz",
"integrity": "sha512-BgjLoRuSr0MTI5wA6gMw9Xy0sFudAaUuvrnjgGx9wZ522fYYLA5SYJ+1Y30vTcJEG+DRCyDHx/gzQVfofYzSdg==",
"version": "24.11.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.11.0.tgz",
"integrity": "sha512-fPxQqz4VTgPI/IQ+lj9r0h+fDR66bzoeMGHp8ASee+32OSGIkeASsoZuJixsQoVef1QJbeubcPBxKk22QVoWdw==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"

View File

@@ -21,7 +21,7 @@
"devDependencies": {
"@eslint/js": "^9.39.3",
"@types/debug": "^4.1.12",
"@types/node": "^24.10.15",
"@types/node": "^24.11.0",
"eslint": "^9.39.3",
"eslint-plugin-perfectionist": "^4.15.1",
"typescript": "^5.9.3",