diff --git a/package-lock.json b/package-lock.json index 09f779a..139082b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "which": "bin/which.js" }, "devDependencies": { - "@types/node": "^20.6.5", + "@types/node": "^20.7.1", "c8": "^8.0.1", "eslint": "^8.50.0", "typedoc": "^0.25.1", @@ -53,9 +53,9 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.1.tgz", - "integrity": "sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.9.0.tgz", + "integrity": "sha512-zJmuCWj2VLBt4c25CfBIbMZLGLyhkvs7LznyVX5HfpzeocThgIj5XQK4L+g3U36mMcx8bPMhGyPpwCATamC4jQ==", "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" @@ -202,9 +202,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.6.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.5.tgz", - "integrity": "sha512-2qGq5LAOTh9izcc0+F+dToFigBWiK1phKPt7rNhOqJSr35y8rlIBjDwGtFSgAI6MGIhjwOVNSQZVdJsZJ2uR1w==", + "version": "20.7.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.7.1.tgz", + "integrity": "sha512-LT+OIXpp2kj4E2S/p91BMe+VgGX2+lfO+XTpfXhh+bCk2LkQtHZSub8ewFBMGP5ClysPjTDFa4sMI8Q3n4T0wg==", "dev": true }, "node_modules/acorn": { diff --git a/package.json b/package.json index 17e6e26..c3dc0e5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "which": "./bin/which.js" }, "devDependencies": { - "@types/node": "^20.6.5", + "@types/node": "^20.7.1", "c8": "^8.0.1", "eslint": "^8.50.0", "typedoc": "^0.25.1",