diff --git a/package-lock.json b/package-lock.json index 5621cb3d..4146ce4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@eslint/js": "^9.22.0", "@stylistic/eslint-plugin": "^4.2.0", "@types/jest": "^29.5.14", - "@types/node": "^22.13.10", + "@types/node": "^22.13.11", "@types/unzipper": "^0.10.11", "@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/parser": "^8.23.0", @@ -2072,9 +2072,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.13.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz", - "integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==", + "version": "22.13.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.11.tgz", + "integrity": "sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==", "license": "MIT", "dependencies": { "undici-types": "~6.20.0" @@ -9980,9 +9980,9 @@ "dev": true }, "@types/node": { - "version": "22.13.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz", - "integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==", + "version": "22.13.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.11.tgz", + "integrity": "sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==", "requires": { "undici-types": "~6.20.0" } diff --git a/package.json b/package.json index 23cd1fb6..0cbfb81a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@eslint/js": "^9.22.0", "@stylistic/eslint-plugin": "^4.2.0", "@types/jest": "^29.5.14", - "@types/node": "^22.13.10", + "@types/node": "^22.13.11", "@types/unzipper": "^0.10.11", "@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/parser": "^8.23.0",