diff --git a/package-lock.json b/package-lock.json index a7fc8a56..ff9c09a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/adm-zip": "^0.5.5", "@types/github-slugger": "^1.3.0", "@types/jest": "^29.5.12", - "@types/node": "^20.12.12", + "@types/node": "^20.14.8", "@types/picomatch": "^2.3.3", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^7.9.0", @@ -1651,9 +1651,9 @@ } }, "node_modules/@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "20.14.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.8.tgz", + "integrity": "sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==", "dependencies": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index 3f156422..6cf9db24 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/adm-zip": "^0.5.5", "@types/github-slugger": "^1.3.0", "@types/jest": "^29.5.12", - "@types/node": "^20.12.12", + "@types/node": "^20.14.8", "@types/picomatch": "^2.3.3", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^7.9.0",