From ab2675c3b4d9d69bea66572f06a4a42d5ddd3a4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 23:25:54 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 1c2a68f95..e0273e110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/jest": "29.5.6", "@types/lodash": "4.14.200", "@types/luxon": "3.3.3", - "@types/node": "18.18.6", + "@types/node": "20.9.0", "@types/pino": "7.0.4", "@types/sinonjs__fake-timers": "8.1.4", "@types/uuid": "9.0.6", @@ -1535,9 +1535,12 @@ } }, "node_modules/@types/node": { - "version": "18.18.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.6.tgz", - "integrity": "sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==" + "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/pino": { "version": "7.0.4", @@ -7520,6 +7523,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "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/unist-util-stringify-position": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", diff --git a/package.json b/package.json index de95e8a14..9678ee6fa 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/jest": "29.5.6", "@types/lodash": "4.14.200", "@types/luxon": "3.3.3", - "@types/node": "18.18.6", + "@types/node": "20.9.0", "@types/pino": "7.0.4", "@types/sinonjs__fake-timers": "8.1.4", "@types/uuid": "9.0.6",