From 056d594fae44a2b62d752e7bd15d32d2520b862f Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 7 Oct 2021 17:13:10 +0200 Subject: [PATCH] Downgrade node-fetch from v3 to v2 --- accounts/package.json | 2 +- accounts/pkg/assets/embed.go | 4 ++-- accounts/yarn.lock | 41 ++++++++++++++++++++---------------- settings/package.json | 2 +- settings/pkg/assets/embed.go | 4 ++-- settings/yarn.lock | 41 ++++++++++++++++++++---------------- 6 files changed, 52 insertions(+), 42 deletions(-) diff --git a/accounts/package.json b/accounts/package.json index cf66e79bc..78a6bfece 100644 --- a/accounts/package.json +++ b/accounts/package.json @@ -54,7 +54,7 @@ "nightwatch": "1.7.11", "nightwatch-api": "3.0.2", "nightwatch-vrt": "^0.2.10", - "node-fetch": "^3.0.0", + "node-fetch": "^2.6.1", "qs": "^6.10.1", "rimraf": "^3.0.0", "rollup": "^2.55.1", diff --git a/accounts/pkg/assets/embed.go b/accounts/pkg/assets/embed.go index 793adf687..4ab8b346f 100644 --- a/accounts/pkg/assets/embed.go +++ b/accounts/pkg/assets/embed.go @@ -1,5 +1,5 @@ -// Code generated by fileb0x at "2021-10-07 13:09:15.942182 +0200 CEST m=+0.027081268" from config file "embed.yml" DO NOT EDIT. -// modification hash(877cde2c16b5c3486177d177660d5b19.8058aec596c5fb73022d09bb97af796e) +// Code generated by fileb0x at "2021-10-07 17:11:28.050221 +0200 CEST m=+0.008210226" from config file "embed.yml" DO NOT EDIT. +// modification hash(ba7eba3c9542ba714f68a0977834a154.8058aec596c5fb73022d09bb97af796e) package assets diff --git a/accounts/yarn.lock b/accounts/yarn.lock index 3e3679587..32ca7ffdd 100644 --- a/accounts/yarn.lock +++ b/accounts/yarn.lock @@ -2978,7 +2978,7 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -data-uri-to-buffer@3, data-uri-to-buffer@^3.0.1: +data-uri-to-buffer@3: version "3.0.1" resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz#594b8973938c5bc2c33046535785341abc4f3636" integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og== @@ -3801,13 +3801,6 @@ fastparse@^1.1.2: resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9" integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== -fetch-blob@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.1.2.tgz#6bc438675f3851ecea51758ac91f6a1cd1bacabd" - integrity sha512-hunJbvy/6OLjCD0uuhLdp0mMPzP/yd2ssd1t2FCJsaA7wkWhpbp9xfuNVpv7Ll4jFhzp6T4LAupSiV9uOeg0VQ== - dependencies: - web-streams-polyfill "^3.0.3" - figures@^3.0.0, figures@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" @@ -5743,13 +5736,12 @@ node-environment-flags@1.0.5: object.getownpropertydescriptors "^2.0.3" semver "^5.7.0" -node-fetch@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.0.0.tgz#79da7146a520036f2c5f644e4a26095f17e411ea" - integrity sha512-bKMI+C7/T/SPU1lKnbQbwxptpCrG9ashG+VkytmXCPZyuM9jB6VU+hY0oi4lC8LxTtAeWdckNCTa3nrGsAdA3Q== +node-fetch@^2.6.1: + version "2.6.5" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd" + integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ== dependencies: - data-uri-to-buffer "^3.0.1" - fetch-blob "^3.1.2" + whatwg-url "^5.0.0" node-gyp@^7.1.0: version "7.1.2" @@ -7897,6 +7889,11 @@ tough-cookie@^2.3.3, tough-cookie@~2.5.0: psl "^1.1.28" punycode "^2.1.1" +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= + ts-dedent@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5" @@ -8258,10 +8255,18 @@ wcwidth@^1.0.1: dependencies: defaults "^1.0.3" -web-streams-polyfill@^3.0.3: - version "3.1.1" - resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.1.1.tgz#1516f2d4ea8f1bdbfed15eb65cb2df87098c8364" - integrity sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q== +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= + +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" which-boxed-primitive@^1.0.1: version "1.0.2" diff --git a/settings/package.json b/settings/package.json index b272fcf53..e40eb480f 100644 --- a/settings/package.json +++ b/settings/package.json @@ -55,7 +55,7 @@ "nightwatch": "1.7.11", "nightwatch-api": "3.0.2", "nightwatch-vrt": "^0.2.10", - "node-fetch": "^3.0.0", + "node-fetch": "^2.6.1", "qs": "^6.10.1", "rimraf": "^3.0.0", "rollup": "^2.55.1", diff --git a/settings/pkg/assets/embed.go b/settings/pkg/assets/embed.go index e24a70834..926faf7fa 100644 --- a/settings/pkg/assets/embed.go +++ b/settings/pkg/assets/embed.go @@ -1,5 +1,5 @@ -// Code generated by fileb0x at "2021-10-07 13:08:42.790605 +0200 CEST m=+0.021004975" from config file "embed.yml" DO NOT EDIT. -// modification hash(d99fa601cf36e7bf1fb86fc52dcbdd78.8058aec596c5fb73022d09bb97af796e) +// Code generated by fileb0x at "2021-10-07 17:12:51.082096 +0200 CEST m=+0.021968312" from config file "embed.yml" DO NOT EDIT. +// modification hash(8ffae0dee7cba6cc9ae8f3f9b8452f03.8058aec596c5fb73022d09bb97af796e) package assets diff --git a/settings/yarn.lock b/settings/yarn.lock index 62d858de0..dd0464425 100644 --- a/settings/yarn.lock +++ b/settings/yarn.lock @@ -2770,7 +2770,7 @@ dashdash@^1.12.0: dependencies: assert-plus "^1.0.0" -data-uri-to-buffer@3, data-uri-to-buffer@^3.0.1: +data-uri-to-buffer@3: version "3.0.1" resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz#594b8973938c5bc2c33046535785341abc4f3636" integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og== @@ -3580,13 +3580,6 @@ fastparse@^1.1.2: resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9" integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== -fetch-blob@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/fetch-blob/-/fetch-blob-3.1.2.tgz#6bc438675f3851ecea51758ac91f6a1cd1bacabd" - integrity sha512-hunJbvy/6OLjCD0uuhLdp0mMPzP/yd2ssd1t2FCJsaA7wkWhpbp9xfuNVpv7Ll4jFhzp6T4LAupSiV9uOeg0VQ== - dependencies: - web-streams-polyfill "^3.0.3" - figures@^3.0.0, figures@^3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" @@ -5531,13 +5524,12 @@ node-environment-flags@1.0.5: object.getownpropertydescriptors "^2.0.3" semver "^5.7.0" -node-fetch@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.0.0.tgz#79da7146a520036f2c5f644e4a26095f17e411ea" - integrity sha512-bKMI+C7/T/SPU1lKnbQbwxptpCrG9ashG+VkytmXCPZyuM9jB6VU+hY0oi4lC8LxTtAeWdckNCTa3nrGsAdA3Q== +node-fetch@^2.6.1: + version "2.6.5" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd" + integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ== dependencies: - data-uri-to-buffer "^3.0.1" - fetch-blob "^3.1.2" + whatwg-url "^5.0.0" node-gyp@^7.1.0: version "7.1.2" @@ -7545,6 +7537,11 @@ tough-cookie@^2.3.3, tough-cookie@~2.5.0: psl "^1.1.28" punycode "^2.1.1" +tr46@~0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= + ts-dedent@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5" @@ -7872,10 +7869,18 @@ wcwidth@^1.0.1: dependencies: defaults "^1.0.3" -web-streams-polyfill@^3.0.3: - version "3.1.1" - resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.1.1.tgz#1516f2d4ea8f1bdbfed15eb65cb2df87098c8364" - integrity sha512-Czi3fG883e96T4DLEPRvufrF2ydhOOW1+1a6c3gNjH2aIh50DNFBdfwh2AKoOf1rXvpvavAoA11Qdq9+BKjE0Q== +webidl-conversions@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= + +whatwg-url@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= + dependencies: + tr46 "~0.0.3" + webidl-conversions "^3.0.0" which-boxed-primitive@^1.0.2: version "1.0.2"