diff --git a/package-lock.json b/package-lock.json index e03df58..69813aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@kth/eslint-config-kth": "^3.6.0", "@types/express": "^4.17.23", "@types/jest": "^29.5.14", - "@types/node": "^20.19.17", + "@types/node": "^24.6.1", "eslint": "^8.57.1", "husky": "^9.1.7", "jest": "^29.7.0", @@ -1777,13 +1777,13 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.19.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.17.tgz", - "integrity": "sha512-gfehUI8N1z92kygssiuWvLiwcbOB3IRktR6hTDgJlXMYh5OvkPSRmgfoBUmfZt+vhwJtX7v1Yw4KvvAf7c5QKQ==", + "version": "24.6.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.1.tgz", + "integrity": "sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.13.0" } }, "node_modules/@types/qs": { @@ -9244,9 +9244,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 5485719..1558424 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@kth/eslint-config-kth": "^3.6.0", "@types/express": "^4.17.23", "@types/jest": "^29.5.14", - "@types/node": "^20.19.17", + "@types/node": "^24.6.1", "eslint": "^8.57.1", "husky": "^9.1.7", "jest": "^29.7.0",