From 12bdeb1a775c61ba7b766c18f88e2f1cf7877b1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:26:47 +0000 Subject: [PATCH] Update dependency @types/node to v20 --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e8beab7..34408f35 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.2", - "@types/node": "18.17.19", + "@types/node": "20.9.0", "@types/pixelmatch": "5.2.6", "@types/pngjs": "6.0.4", "@types/progress": "2.0.7", @@ -563,9 +563,12 @@ "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": "20.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz", + "integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/pixelmatch": { "version": "5.2.6", @@ -5858,6 +5861,11 @@ "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==" + }, "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 85ff5206..1e1418cf 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.2", - "@types/node": "18.17.19", + "@types/node": "20.9.0", "@types/pixelmatch": "5.2.6", "@types/pngjs": "6.0.4", "@types/progress": "2.0.7",