diff --git a/package-lock.json b/package-lock.json index 657143d..65eedf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -539,9 +539,12 @@ "dev": true }, "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" + "version": "2.6.5", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz", + "integrity": "sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==", + "requires": { + "whatwg-url": "^5.0.0" + } }, "node-stream-zip": { "version": "1.15.0", @@ -550,9 +553,9 @@ "optional": true }, "node-wget-fetch": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/node-wget-fetch/-/node-wget-fetch-1.0.5.tgz", - "integrity": "sha512-OIHBPIhtIipSvJFe8a7lZxius6oXA4Au4PschqkDwWvhzBA9lKj2VDVLVI1KtYpSLO2fQxTdn8fljPOiA2CnKw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/node-wget-fetch/-/node-wget-fetch-1.1.0.tgz", + "integrity": "sha512-JLB8mYCi97SWfNt+XLex3d1/PmIgouN0rU+j6cWXbEvtASf3/LGyp73tORkZ6dFSMMphtw+4xfuANPMo+DmVqg==", "requires": { "node-fetch": "~2.6.1" } @@ -723,6 +726,11 @@ "is-number": "^7.0.0" } }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, "type-detect": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", @@ -734,6 +742,20 @@ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "when": { "version": "3.7.8", "resolved": "https://registry.npmjs.org/when/-/when-3.7.8.tgz", diff --git a/package.json b/package.json index 2e3063b..5436d86 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "cross-spawn": "^7.0.3", "fs-extra": "^9.1.0", "macos-release": "^2.5.0", - "node-wget-fetch": "1.0.5", + "node-wget-fetch": "1.1.0", "system-installer": "^1.1.6", "when": "^3.7.8" },