Merge pull request #21 from BenElferink/dependabot/npm_and_yarn/server/types/node-22.10.10

Bump @types/node from 22.10.7 to 22.10.10 in /server
This commit is contained in:
Ben Elferink
2025-01-27 19:30:06 +02:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
"@types/cors": "^2.8.17", "@types/cors": "^2.8.17",
"@types/express": "^5.0.0", "@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.8", "@types/jsonwebtoken": "^9.0.8",
"@types/node": "^22.10.7", "@types/node": "^22.10.10",
"typescript": "^5.7.3" "typescript": "^5.7.3"
} }
}, },
@@ -190,10 +190,11 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.10.7", "version": "22.10.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.7.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.10.tgz",
"integrity": "sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==", "integrity": "sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"undici-types": "~6.20.0" "undici-types": "~6.20.0"
} }

View File

@@ -23,7 +23,7 @@
"@types/cors": "^2.8.17", "@types/cors": "^2.8.17",
"@types/express": "^5.0.0", "@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.8", "@types/jsonwebtoken": "^9.0.8",
"@types/node": "^22.10.7", "@types/node": "^22.10.10",
"typescript": "^5.7.3" "typescript": "^5.7.3"
} }
} }