diff --git a/cli/package.json b/cli/package.json index 5483fd15..3120a2ef 100644 --- a/cli/package.json +++ b/cli/package.json @@ -70,7 +70,7 @@ "execa": "5.0.0", "fs-extra": "9.0.1", "lodash": "4.17.20", - "node-fetch": "2.6.1", + "node-fetch": "2.6.7", "npm-package-arg": "8.1.0", "npm-run-path": "4.0.1", "p-defer": "3.0.0", diff --git a/cloud/package.json b/cloud/package.json index 84bc25b9..02b7abe0 100644 --- a/cloud/package.json +++ b/cloud/package.json @@ -81,7 +81,7 @@ "json-stable-stringify": "1.0.1", "jsonschema": "1.4.0", "lodash": "4.17.20", - "node-fetch": "2.6.1", + "node-fetch": "2.6.7", "randomstring": "1.1.5", "shellwords-ts": "3.0.0", "swagger-client": "3.12.0", diff --git a/systemtest/package.json b/systemtest/package.json index e53e46a2..810cac7b 100644 --- a/systemtest/package.json +++ b/systemtest/package.json @@ -44,7 +44,7 @@ "fs-extra": "9.0.1", "mocha": "8.2.1", "mocha-slow-options": "0.0.2", - "node-fetch": "2.6.1" + "node-fetch": "2.6.7" }, "scripts": { "build": "tsc -p tsconfig.json", diff --git a/utils/package.json b/utils/package.json index c2c2f3f4..4c3bcc0d 100644 --- a/utils/package.json +++ b/utils/package.json @@ -46,7 +46,7 @@ "json-stable-stringify": "1.0.1", "json5-with-undefined": "2.1.301", "lodash": "4.17.20", - "node-fetch": "2.6.1", + "node-fetch": "2.6.7", "npm-run-path": "4.0.1", "p-defer": "3.0.0", "tar": "6.0.5", diff --git a/yarn.lock b/yarn.lock index c63e5c0a..5141b574 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8580,11 +8580,18 @@ node-fetch@2.6.0: resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== -node-fetch@2.6.1, node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.1: +node-fetch@2.6.1: version "2.6.1" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== +node-fetch@2.6.7, node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.1: + version "2.6.7" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== + dependencies: + whatwg-url "^5.0.0" + node-fetch@^1.0.1: version "1.7.3" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" @@ -11442,6 +11449,11 @@ tr46@^1.0.1: dependencies: punycode "^2.1.0" +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== + traverse@^0.6.6, traverse@~0.6.6: version "0.6.6" resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137" @@ -12070,6 +12082,11 @@ weak-map@~1.0.x: resolved "https://registry.yarnpkg.com/weak-map/-/weak-map-1.0.5.tgz#79691584d98607f5070bd3b70a40e6bb22e401eb" integrity sha1-eWkVhNmGB/UHC9O3CkDmuyLkAes= +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== + webidl-conversions@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" @@ -12104,6 +12121,14 @@ whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0: resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" + whatwg-url@^7.0.0: version "7.1.0" resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06"