diff --git a/package-lock.json b/package-lock.json index 00e4475b..3de6f0e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/json-templates": "3.0.0", "@types/lodash": "4.14.194", "@types/node": "16.18.32", - "@types/node-fetch": "2.6.4", + "@types/node-fetch": "2.6.11", "@types/pino": "7.0.4", "@types/ssh2": "^1.11.6", "@types/url-join": "4.0.1", @@ -41,7 +41,7 @@ "json-templates": "4.2.0", "lodash": "4.17.21", "nexus": "1.3.0", - "node-fetch": "2.6.11", + "node-fetch": "2.7.0", "node-ssh": "^13.0.0", "pino": "8.11.0", "pino-pretty": "9.4.0", @@ -193,21 +193,6 @@ "@types/serve-static": "*" } }, - "node_modules/@apollo/server/node_modules/@types/node": { - "version": "20.11.16", - "license": "MIT", - "dependencies": { - "undici-types": "~5.26.4" - } - }, - "node_modules/@apollo/server/node_modules/@types/node-fetch": { - "version": "2.6.11", - "license": "MIT", - "dependencies": { - "@types/node": "*", - "form-data": "^4.0.0" - } - }, "node_modules/@apollo/server/node_modules/body-parser": { "version": "1.20.1", "license": "MIT", @@ -277,40 +262,10 @@ "node": ">= 0.10.0" } }, - "node_modules/@apollo/server/node_modules/form-data": { - "version": "4.0.0", - "license": "MIT", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/@apollo/server/node_modules/ms": { "version": "2.0.0", "license": "MIT" }, - "node_modules/@apollo/server/node_modules/node-fetch": { - "version": "2.7.0", - "license": "MIT", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, "node_modules/@apollo/usage-reporting-protobuf": { "version": "4.1.1", "license": "MIT", @@ -547,25 +502,6 @@ "node": ">=14" } }, - "node_modules/@ardatan/sync-fetch/node_modules/node-fetch": { - "version": "2.7.0", - "dev": true, - "license": "MIT", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, "node_modules/@babel/code-frame": { "version": "7.23.5", "dev": true, @@ -3324,18 +3260,12 @@ "license": "MIT" }, "node_modules/@types/node-fetch": { - "version": "2.6.4", - "license": "MIT", + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.11.tgz", + "integrity": "sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==", "dependencies": { "@types/node": "*", - "form-data": "^3.0.0" - } - }, - "node_modules/@types/node-fetch/node_modules/@types/node": { - "version": "20.11.16", - "license": "MIT", - "dependencies": { - "undici-types": "~5.26.4" + "form-data": "^4.0.0" } }, "node_modules/@types/object-path": { @@ -4941,24 +4871,6 @@ "node-fetch": "^2.6.12" } }, - "node_modules/cross-fetch/node_modules/node-fetch": { - "version": "2.7.0", - "license": "MIT", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, "node_modules/cross-spawn": { "version": "7.0.3", "dev": true, @@ -6204,8 +6116,9 @@ } }, "node_modules/form-data": { - "version": "3.0.1", - "license": "MIT", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -8734,8 +8647,9 @@ } }, "node_modules/node-fetch": { - "version": "2.6.11", - "license": "MIT", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dependencies": { "whatwg-url": "^5.0.0" }, @@ -11556,19 +11470,6 @@ "@types/serve-static": "*" } }, - "@types/node": { - "version": "20.11.16", - "requires": { - "undici-types": "~5.26.4" - } - }, - "@types/node-fetch": { - "version": "2.6.11", - "requires": { - "@types/node": "*", - "form-data": "^4.0.0" - } - }, "body-parser": { "version": "1.20.1", "requires": { @@ -11628,22 +11529,8 @@ "vary": "~1.1.2" } }, - "form-data": { - "version": "4.0.0", - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - }, "ms": { "version": "2.0.0" - }, - "node-fetch": { - "version": "2.7.0", - "requires": { - "whatwg-url": "^5.0.0" - } } } }, @@ -11801,15 +11688,6 @@ "dev": true, "requires": { "node-fetch": "^2.6.1" - }, - "dependencies": { - "node-fetch": { - "version": "2.7.0", - "dev": true, - "requires": { - "whatwg-url": "^5.0.0" - } - } } }, "@babel/code-frame": { @@ -13751,18 +13629,12 @@ "version": "16.18.32" }, "@types/node-fetch": { - "version": "2.6.4", + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.11.tgz", + "integrity": "sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==", "requires": { "@types/node": "*", - "form-data": "^3.0.0" - }, - "dependencies": { - "@types/node": { - "version": "20.11.16", - "requires": { - "undici-types": "~5.26.4" - } - } + "form-data": "^4.0.0" } }, "@types/object-path": { @@ -14773,14 +14645,6 @@ "version": "3.1.8", "requires": { "node-fetch": "^2.6.12" - }, - "dependencies": { - "node-fetch": { - "version": "2.7.0", - "requires": { - "whatwg-url": "^5.0.0" - } - } } }, "cross-spawn": { @@ -15606,7 +15470,9 @@ } }, "form-data": { - "version": "3.0.1", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", "requires": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -17191,7 +17057,9 @@ "dev": true }, "node-fetch": { - "version": "2.6.11", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "requires": { "whatwg-url": "^5.0.0" } diff --git a/package.json b/package.json index a844fa41..d232bf70 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/json-templates": "3.0.0", "@types/lodash": "4.14.194", "@types/node": "16.18.32", - "@types/node-fetch": "2.6.4", + "@types/node-fetch": "2.6.11", "@types/pino": "7.0.4", "@types/ssh2": "^1.11.6", "@types/url-join": "4.0.1", @@ -84,7 +84,7 @@ "json-templates": "4.2.0", "lodash": "4.17.21", "nexus": "1.3.0", - "node-fetch": "2.6.11", + "node-fetch": "2.7.0", "node-ssh": "^13.0.0", "pino": "8.11.0", "pino-pretty": "9.4.0",