diff --git a/package-lock.json b/package-lock.json index c8900e85..6eb06665 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/express": "4.17.21", "@types/html-minifier": "4.0.5", "@types/jasmine": "5.1.4", - "@types/node": "18.17.19", + "@types/node": "18.19.39", "@types/pixelmatch": "5.2.6", "@types/pngjs": "6.0.5", "@types/progress": "2.0.7", @@ -563,9 +563,13 @@ "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==" }, "node_modules/@types/node": { - "version": "18.17.19", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.19.tgz", - "integrity": "sha512-+pMhShR3Or5GR0/sp4Da7FnhVmTalWm81M6MkEldbwjETSaPalw138Z4KdpQaistvqQxLB7Cy4xwYdxpbSOs9Q==" + "version": "18.19.39", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.39.tgz", + "integrity": "sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/pixelmatch": { "version": "5.2.6", @@ -5893,6 +5897,12 @@ "ieee754": "^1.1.13" } }, + "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==", + "license": "MIT" + }, "node_modules/universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", diff --git a/package.json b/package.json index b627a3ba..8a468b7c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@types/express": "4.17.21", "@types/html-minifier": "4.0.5", "@types/jasmine": "5.1.4", - "@types/node": "18.17.19", + "@types/node": "18.19.39", "@types/pixelmatch": "5.2.6", "@types/pngjs": "6.0.5", "@types/progress": "2.0.7",