Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit e99002e

Browse files
chore(deps): bump cross-fetch from 3.1.4 to 3.1.5
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](lquixada/cross-fetch@v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8388ba3 commit e99002e

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

yarn.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -897,11 +897,11 @@ cosmiconfig@^7.0.0:
897897
yaml "^1.10.0"
898898

899899
cross-fetch@^3.0.0:
900-
version "3.1.4"
901-
resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz"
902-
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
900+
version "3.1.5"
901+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
902+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
903903
dependencies:
904-
node-fetch "2.6.1"
904+
node-fetch "2.6.7"
905905

906906
cross-spawn@^6.0.5:
907907
version "6.0.5"
@@ -2675,15 +2675,10 @@ nice-try@^1.0.4:
26752675
resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz"
26762676
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
26772677

2678-
node-fetch@2.6.1:
2679-
version "2.6.1"
2680-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
2681-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
2682-
2683-
node-fetch@^2.6.1:
2684-
version "2.6.5"
2685-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.5.tgz"
2686-
integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==
2678+
node-fetch@2.6.7, node-fetch@^2.6.1:
2679+
version "2.6.7"
2680+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2681+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
26872682
dependencies:
26882683
whatwg-url "^5.0.0"
26892684

@@ -3674,7 +3669,7 @@ touch@^3.1.0:
36743669

36753670
tr46@~0.0.3:
36763671
version "0.0.3"
3677-
resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz"
3672+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
36783673
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
36793674

36803675
trim-newlines@^2.0.0:
@@ -3847,12 +3842,12 @@ validate-npm-package-license@^3.0.1:
38473842

38483843
webidl-conversions@^3.0.0:
38493844
version "3.0.1"
3850-
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
3845+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
38513846
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
38523847

38533848
whatwg-url@^5.0.0:
38543849
version "5.0.0"
3855-
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
3850+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
38563851
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
38573852
dependencies:
38583853
tr46 "~0.0.3"

0 commit comments

Comments
 (0)