From 849a74b781fcdf5e1941c1adf99cd0dd29e095b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Aug 2022 03:52:15 +0000 Subject: [PATCH] fix: upgrade node-wget-fetch from 1.0.5 to 1.1.3 Snyk has created this PR to upgrade node-wget-fetch from 1.0.5 to 1.1.3. See this package in npm: https://www.npmjs.com/package/node-wget-fetch See this project in Snyk: https://app.snyk.io/org/techno-express/project/68132e55-e822-4eba-afb8-8dcc3504b4a4?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 36 +++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 657143d..a6ca96c 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.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } }, "node-stream-zip": { "version": "1.15.0", @@ -550,11 +553,11 @@ "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.3", + "resolved": "https://registry.npmjs.org/node-wget-fetch/-/node-wget-fetch-1.1.3.tgz", + "integrity": "sha512-TmjZeeL/zAcB4fpok2iJ6FLbjVzSsjKi7rdk0womqvUY2ouitsEN0kGekndshaB7ENnXocrcgUudpvB4Jo3+LA==", "requires": { - "node-fetch": "~2.6.1" + "node-fetch": "^2.6.7" } }, "normalize-path": { @@ -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": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + }, "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": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "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..9a67fc4 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.3", "system-installer": "^1.1.6", "when": "^3.7.8" },