diff --git a/package-lock.json b/package-lock.json index db2c18b9..3e145252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@lerna-lite/cli": "3.8.0", "@lerna-lite/publish": "3.8.0", "@types/jest": "29.5.12", - "@types/node": "20.16.1", + "@types/node": "20.16.2", "eslint": "9.9.1", "husky": "9.1.5", "jest": "29.7.0", @@ -3900,9 +3900,9 @@ } }, "node_modules/@types/node": { - "version": "20.16.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.1.tgz", - "integrity": "sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==", + "version": "20.16.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.2.tgz", + "integrity": "sha512-91s/n4qUPV/wg8eE9KHYW1kouTfDk2FPGjXbBMfRWP/2vg1rCXNQL1OCabwGs0XSdukuK+MwCDXE30QpSeMUhQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3910,9 +3910,9 @@ } }, "node_modules/@types/node/node_modules/undici-types": { - "version": "6.19.6", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz", - "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==", + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 868a2020..37efde9d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@lerna-lite/cli": "3.8.0", "@lerna-lite/publish": "3.8.0", "@types/jest": "29.5.12", - "@types/node": "20.16.1", + "@types/node": "20.16.2", "eslint": "9.9.1", "husky": "9.1.5", "jest": "29.7.0",