diff --git a/package-lock.json b/package-lock.json index c453bd09..4afbd23a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nrwl/cli": "15.9.3", "@nrwl/workspace": "17.2.0", "@types/jest": "^29.5.11", - "@types/node": "^18.19.3", + "@types/node": "^20.16.11", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", "cross-env": "^7.0.3", @@ -39,7 +39,7 @@ "typescript": "^5.3.3" }, "engines": { - "node": ">=18.19.0", + "node": ">=20.18.0", "npm": ">=9.9.2" } }, @@ -2566,11 +2566,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "18.19.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.3.tgz", - "integrity": "sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==", + "version": "20.16.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.11.tgz", + "integrity": "sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==", + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/qs": { @@ -12749,9 +12750,10 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "license": "MIT" }, "node_modules/union-value": { "version": "1.0.1", @@ -15429,11 +15431,11 @@ "version": "1.3.2" }, "@types/node": { - "version": "18.19.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.3.tgz", - "integrity": "sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==", + "version": "20.16.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.11.tgz", + "integrity": "sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==", "requires": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "@types/qs": { @@ -22584,9 +22586,9 @@ "dev": true }, "undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" }, "union-value": { "version": "1.0.1", diff --git a/package.json b/package.json index b4cb2017..8c5eeec5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@nrwl/cli": "15.9.3", "@nrwl/workspace": "17.2.0", "@types/jest": "^29.5.11", - "@types/node": "^18.19.3", + "@types/node": "^20.16.11", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", "cross-env": "^7.0.3", @@ -50,7 +50,7 @@ "typescript": "^5.3.3" }, "engines": { - "node": ">=18.19.0", + "node": ">=20.18.0", "npm": ">=9.9.2" } }