diff --git a/package-lock.json b/package-lock.json index 1798b80..0d0eeef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@stylistic/eslint-plugin": "^1.8.0", "@types/fs-extra": "^11.0.4", "@types/mocha": "^10.0.6", - "@types/node": "^20.12.7", + "@types/node": "^20.12.8", "@typescript-eslint/eslint-plugin": "^7.8.0", "eslint-plugin-import": "^2.29.1", "rimraf": "^5.0.5" @@ -884,9 +884,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.12.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", - "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", + "version": "20.12.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.8.tgz", + "integrity": "sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==", "dependencies": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index 843af28..f9b1a4a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@stylistic/eslint-plugin": "^1.8.0", "@types/fs-extra": "^11.0.4", "@types/mocha": "^10.0.6", - "@types/node": "^20.12.7", + "@types/node": "^20.12.8", "@typescript-eslint/eslint-plugin": "^7.8.0", "eslint-plugin-import": "^2.29.1", "rimraf": "^5.0.5"