From 892bc7aaed51660aaba2967c7678398ce27b1328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 12:05:32 +0000 Subject: [PATCH 1/2] chore(deps): bump cross-fetch from 3.0.6 to 3.1.2 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.6 to 3.1.2. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](https://github.com/lquixada/cross-fetch/compare/v3.0.6...v3.1.2) Signed-off-by: dependabot[bot] --- yarn.lock | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 16e5a9686e1a3..5315c753a7057 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1978,6 +1978,7 @@ "@backstage/catalog-client" "^0.3.8" "@backstage/catalog-model" "^0.7.4" "@backstage/core" "^0.7.3" + "@backstage/errors" "^0.1.1" "@backstage/integration" "^0.5.1" "@backstage/integration-react" "^0.1.1" "@backstage/plugin-catalog-react" "^0.1.3" @@ -2002,6 +2003,7 @@ "@backstage/catalog-client" "^0.3.8" "@backstage/catalog-model" "^0.7.4" "@backstage/core" "^0.7.3" + "@backstage/errors" "^0.1.1" "@backstage/integration" "^0.5.1" "@backstage/integration-react" "^0.1.1" "@backstage/plugin-catalog-react" "^0.1.3" @@ -10759,13 +10761,20 @@ cross-env@^7.0.0: dependencies: cross-spawn "^7.0.1" -cross-fetch@3.0.6, cross-fetch@^3.0.4, cross-fetch@^3.0.5, cross-fetch@^3.0.6: +cross-fetch@3.0.6: version "3.0.6" resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.6.tgz#3a4040bc8941e653e0e9cf17f29ebcd177d3365c" integrity sha512-KBPUbqgFjzWlVcURG+Svp9TlhA5uliYtiNx/0r8nv0pdypeQCRJ9IaSIc3q/x3q8t3F75cHuwxVql1HFGHCNJQ== dependencies: node-fetch "2.6.1" +cross-fetch@^3.0.4, cross-fetch@^3.0.5, cross-fetch@^3.0.6: + version "3.1.2" + resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.2.tgz#ee0c2f18844c4fde36150c2a4ddc068d20c1bc41" + integrity sha512-+JhD65rDNqLbGmB3Gzs3HrEKC0aQnD+XA3SY6RjgkF88jV2q5cTc5+CwxlS3sdmLk98gpPt5CF9XRnPdlxZe6w== + dependencies: + node-fetch "2.6.1" + cross-spawn@7.0.1: version "7.0.1" resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14" From 61f94434cd1f1770454444238500d99279ded1d7 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 31 Mar 2021 09:54:38 +0200 Subject: [PATCH 2/2] chore: fixing resolution to be the fixed cross-fetch package Signed-off-by: blam --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 5315c753a7057..c3ef30a692719 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10769,9 +10769,9 @@ cross-fetch@3.0.6: node-fetch "2.6.1" cross-fetch@^3.0.4, cross-fetch@^3.0.5, cross-fetch@^3.0.6: - version "3.1.2" - resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.2.tgz#ee0c2f18844c4fde36150c2a4ddc068d20c1bc41" - integrity sha512-+JhD65rDNqLbGmB3Gzs3HrEKC0aQnD+XA3SY6RjgkF88jV2q5cTc5+CwxlS3sdmLk98gpPt5CF9XRnPdlxZe6w== + version "3.1.3" + resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.3.tgz#b8e7d5f19161c4a0ca916f707978848786043afb" + integrity sha512-2i6v88DTqVBNODyjD9U6Ycn/uSZNvyHe25cIbo2fFnAACAsaLTJsd23miRWiR5NuiGXR9wpJ9d40/9WAhjDIrw== dependencies: node-fetch "2.6.1"