From 5df4b2cf7a56cde17f0a8fa3e75f4f6f87b4e8bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 00:09:03 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v18 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52a17f1f6..248e6dfdc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@types/express": "4.17.17", "@types/jest": "29.5.4", "@types/js-yaml": "4.0.5", - "@types/node": "16.18.44", + "@types/node": "18.17.9", "@types/serverless": "3.12.14", "@types/supertest": "2.0.12", "@types/uuid": "9.0.2", @@ -6151,9 +6151,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "16.18.44", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.44.tgz", - "integrity": "sha512-PZXtT+wqSMHnLPVExTh+tMt1VK+GvjRLsGZMbcQ4Mb/cG63xJig/TUmgrDa9aborl2i22UnpIzHYNu7s97NbBQ==" + "version": "18.17.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.9.tgz", + "integrity": "sha512-fxaKquqYcPOGwE7tC1anJaPJ0GHyOVzfA2oUoXECjBjrtsIz4YJvtNYsq8LUcjEUehEF+jGpx8Z+lFrtT6z0tg==" }, "node_modules/@types/node-fetch": { "version": "2.6.3", @@ -24908,9 +24908,9 @@ "dev": true }, "@types/node": { - "version": "16.18.44", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.44.tgz", - "integrity": "sha512-PZXtT+wqSMHnLPVExTh+tMt1VK+GvjRLsGZMbcQ4Mb/cG63xJig/TUmgrDa9aborl2i22UnpIzHYNu7s97NbBQ==" + "version": "18.17.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.9.tgz", + "integrity": "sha512-fxaKquqYcPOGwE7tC1anJaPJ0GHyOVzfA2oUoXECjBjrtsIz4YJvtNYsq8LUcjEUehEF+jGpx8Z+lFrtT6z0tg==" }, "@types/node-fetch": { "version": "2.6.3", diff --git a/package.json b/package.json index 800fecb9d..ffe2512a7 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@types/express": "4.17.17", "@types/jest": "29.5.4", "@types/js-yaml": "4.0.5", - "@types/node": "16.18.44", + "@types/node": "18.17.9", "@types/serverless": "3.12.14", "@types/supertest": "2.0.12", "@types/uuid": "9.0.2",