Skip to content

Commit bb3d52d

Browse files
Bump cross-fetch from 3.0.6 to 3.1.5 (#92)
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.6 to 3.1.5. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v3.0.6...v3.1.5) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b68ac0 commit bb3d52d

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

yarn.lock

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2707,11 +2707,11 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
27072707
sha.js "^2.4.8"
27082708

27092709
cross-fetch@^3.0.4:
2710-
version "3.0.6"
2711-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.6.tgz#3a4040bc8941e653e0e9cf17f29ebcd177d3365c"
2712-
integrity sha512-KBPUbqgFjzWlVcURG+Svp9TlhA5uliYtiNx/0r8nv0pdypeQCRJ9IaSIc3q/x3q8t3F75cHuwxVql1HFGHCNJQ==
2710+
version "3.2.0"
2711+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.2.0.tgz#34e9192f53bc757d6614304d9e5e6fb4edb782e3"
2712+
integrity sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==
27132713
dependencies:
2714-
node-fetch "2.6.1"
2714+
node-fetch "^2.7.0"
27152715

27162716
cross-spawn@5.1.0, cross-spawn@^5.0.1, cross-spawn@^5.1.0:
27172717
version "5.1.0"
@@ -6994,11 +6994,6 @@ no-case@^2.2.0:
69946994
dependencies:
69956995
lower-case "^1.1.1"
69966996

6997-
node-fetch@2.6.1:
6998-
version "2.6.1"
6999-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
7000-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
7001-
70026997
node-fetch@^1.0.1:
70036998
version "1.7.3"
70046999
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
@@ -7007,6 +7002,13 @@ node-fetch@^1.0.1:
70077002
encoding "^0.1.11"
70087003
is-stream "^1.0.1"
70097004

7005+
node-fetch@^2.7.0:
7006+
version "2.7.0"
7007+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
7008+
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
7009+
dependencies:
7010+
whatwg-url "^5.0.0"
7011+
70107012
node-forge@0.9.0:
70117013
version "0.9.0"
70127014
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.9.0.tgz#d624050edbb44874adca12bb9a52ec63cb782579"
@@ -10450,6 +10452,14 @@ whatwg-url@^4.3.0:
1045010452
tr46 "~0.0.3"
1045110453
webidl-conversions "^3.0.0"
1045210454

10455+
whatwg-url@^5.0.0:
10456+
version "5.0.0"
10457+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
10458+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
10459+
dependencies:
10460+
tr46 "~0.0.3"
10461+
webidl-conversions "^3.0.0"
10462+
1045310463
whet.extend@~0.9.9:
1045410464
version "0.9.9"
1045510465
resolved "https://registry.yarnpkg.com/whet.extend/-/whet.extend-0.9.9.tgz#f877d5bf648c97e5aa542fadc16d6a259b9c11a1"

0 commit comments

Comments
 (0)