diff --git a/backend/package-lock.json b/backend/package-lock.json index 58fd2ca7f..badf2d9e5 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -46,7 +46,7 @@ "@types/express": "^4.17.21", "@types/jest": "^29.5.14", "@types/nanoid": "^3.0.0", - "@types/node": "^22.10.1", + "@types/node": "^22.10.8", "@types/supertest": "^6.0.2", "@types/uuid": "^10.0.0", "@types/ws": "^8.5.13", @@ -3143,9 +3143,9 @@ } }, "node_modules/@types/node": { - "version": "22.10.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", - "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "version": "22.10.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.8.tgz", + "integrity": "sha512-rk+QvAEGsbX/ZPiiyel6hJHNUS9cnSbPWVaZLvE+Er3tLqQFzWMz9JOfWW7XUmKvRPfxJfbl3qYWve+RGXncFw==", "license": "MIT", "dependencies": { "undici-types": "~6.20.0" diff --git a/backend/package.json b/backend/package.json index 2af33c1a4..c118a5f0b 100644 --- a/backend/package.json +++ b/backend/package.json @@ -65,7 +65,7 @@ "@types/express": "^4.17.21", "@types/jest": "^29.5.14", "@types/nanoid": "^3.0.0", - "@types/node": "^22.10.1", + "@types/node": "^22.10.8", "@types/supertest": "^6.0.2", "@types/uuid": "^10.0.0", "@types/ws": "^8.5.13",