diff --git a/package-lock.json b/package-lock.json index fbc7f5c4..01274fda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/http-string-parser": "0.0.33", "@types/jest": "29.5.12", "@types/mockjs": "1.0.10", - "@types/node": "20.12.11", + "@types/node": "20.14.4", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "7.8.0", "@typescript-eslint/parser": "7.8.0", @@ -1324,8 +1324,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.12.11", - "integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==", + "version": "20.14.4", + "integrity": "sha512-1ChboN+57suCT2t/f8lwtPY/k3qTpuD/qnqQuYoBg6OQOcPyaw7PiZVdGpaZYAvhDDtqrt0oAaM8+oSu1xsUGw==", + "license": "MIT", "dependencies": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index e54d99ad..de10e5b2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/http-string-parser": "0.0.33", "@types/jest": "29.5.12", "@types/mockjs": "1.0.10", - "@types/node": "20.12.11", + "@types/node": "20.14.4", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "7.8.0", "@typescript-eslint/parser": "7.8.0",