From a3e8123629e22000be56dcd33f6337b336edb118 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 22:39:23 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v18 --- package-lock.json | 40 +++++++--------------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3161fdca5..6f0fc8f05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "@types/inquirer": "8.2.6", "@types/jest": "27.5.2", "@types/lodash": "4.14.195", - "@types/node": "12.20.55", + "@types/node": "18.18.5", "@types/object-hash": "2.2.1", "@types/sha256": "0.2.0", "@types/uuid": "8.3.4", @@ -2632,13 +2632,6 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, - "node_modules/@graphql-tools/executor-http/node_modules/@types/node": { - "version": "18.15.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", - "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==", - "optional": true, - "peer": true - }, "node_modules/@graphql-tools/executor-http/node_modules/@whatwg-node/fetch": { "version": "0.8.5", "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.8.5.tgz", @@ -5023,9 +5016,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "12.20.55", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz", - "integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==" + "version": "18.18.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.5.tgz", + "integrity": "sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==" }, "node_modules/@types/node-fetch": { "version": "2.6.4", @@ -5522,12 +5515,6 @@ "web-streams-polyfill": "^3.2.1" } }, - "node_modules/@whatwg-node/fetch/node_modules/@types/node": { - "version": "18.15.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", - "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==", - "peer": true - }, "node_modules/@whatwg-node/fetch/node_modules/@whatwg-node/node-fetch": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.0.5.tgz", @@ -18947,13 +18934,6 @@ "value-or-promise": "^1.0.12" }, "dependencies": { - "@types/node": { - "version": "18.15.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", - "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==", - "optional": true, - "peer": true - }, "@whatwg-node/fetch": { "version": "0.8.5", "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.8.5.tgz", @@ -21074,9 +21054,9 @@ "dev": true }, "@types/node": { - "version": "12.20.55", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz", - "integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==" + "version": "18.18.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.5.tgz", + "integrity": "sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==" }, "@types/node-fetch": { "version": "2.6.4", @@ -21463,12 +21443,6 @@ "web-streams-polyfill": "^3.2.1" }, "dependencies": { - "@types/node": { - "version": "18.15.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", - "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==", - "peer": true - }, "@whatwg-node/node-fetch": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.0.5.tgz", diff --git a/package.json b/package.json index af2c8b213..53c99ec12 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/inquirer": "8.2.6", "@types/jest": "27.5.2", "@types/lodash": "4.14.195", - "@types/node": "12.20.55", + "@types/node": "18.18.5", "@types/object-hash": "2.2.1", "@types/sha256": "0.2.0", "@types/uuid": "8.3.4",