diff --git a/package-lock.json b/package-lock.json index f4508c645..6f37d59d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "@types/mocha": "10.0.10", "@types/mustache": "4.2.6", "@types/mz": "2.7.9", - "@types/node": "20.17.46", + "@types/node": "20.19.9", "@types/progress": "2.0.7", "@types/semver": "7.7.0", "@types/sinon-chai": "3.2.12", @@ -1890,13 +1890,13 @@ } }, "node_modules/@types/node": { - "version": "20.17.46", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.46.tgz", - "integrity": "sha512-0PQHLhZPWOxGW4auogW0eOQAuNIlCYvibIpG67ja0TOJ6/sehu+1en7sfceUn+QQtx4Rk3GxbLNwPh0Cav7TWw==", + "version": "20.19.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.9.tgz", + "integrity": "sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.21.0" } }, "node_modules/@types/normalize-package-data": { @@ -10043,9 +10043,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 3e61a9133..90077b148 100644 --- a/package.json +++ b/package.json @@ -278,7 +278,7 @@ "@types/mocha": "10.0.10", "@types/mustache": "4.2.6", "@types/mz": "2.7.9", - "@types/node": "20.17.46", + "@types/node": "20.19.9", "@types/progress": "2.0.7", "@types/semver": "7.7.0", "@types/sinon-chai": "3.2.12",