Skip to content

Commit 35c3851

Browse files
Bump node-fetch from 2.6.1 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb083ea commit 35c3851

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

yarn.lock

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,9 +1791,11 @@ neo-async@^2.6.0:
17911791
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
17921792

17931793
node-fetch@^2.6.1:
1794-
version "2.6.1"
1795-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1796-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
1794+
version "2.6.7"
1795+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
1796+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
1797+
dependencies:
1798+
whatwg-url "^5.0.0"
17971799

17981800
normalize-package-data@^2.3.2:
17991801
version "2.5.0"
@@ -2137,10 +2139,10 @@ rc@^1.2.8:
21372139
minimist "^1.2.0"
21382140
strip-json-comments "~2.0.1"
21392141

2140-
react-native-events@^1.0.20:
2141-
version "1.0.20"
2142-
resolved "https://registry.yarnpkg.com/react-native-events/-/react-native-events-1.0.20.tgz#e5eeb39b016f9663304991b4dd681395d964e4de"
2143-
integrity sha512-HzH+5FqzybUW48AZZYFQdvgrAqn9RyILKIPnCj6SjJIwUYnrP0lQ5c3pWcVdC1ZP1j7BPUDaUyHmatcOqOegJw==
2142+
react-native-events@^1.0.21:
2143+
version "1.0.21"
2144+
resolved "https://registry.yarnpkg.com/react-native-events/-/react-native-events-1.0.21.tgz#d1fbe492a3321d09c630da5132dad10a5312b823"
2145+
integrity sha512-qBolATOf+xzUkYOlOK3I4Nm/l6Y5vtng8dAM9TPHy170NSKKpsgirAnaCO82+nEkniEanm+Nb/cP4pFVPQAeaQ==
21442146
dependencies:
21452147
events "^3.0.0"
21462148

@@ -2611,6 +2613,11 @@ tough-cookie@~2.5.0:
26112613
psl "^1.1.28"
26122614
punycode "^2.1.1"
26132615

2616+
tr46@~0.0.3:
2617+
version "0.0.3"
2618+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
2619+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
2620+
26142621
tree-kill@^1.2.2:
26152622
version "1.2.2"
26162623
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
@@ -2785,6 +2792,19 @@ wcwidth@^1.0.1:
27852792
dependencies:
27862793
defaults "^1.0.3"
27872794

2795+
webidl-conversions@^3.0.0:
2796+
version "3.0.1"
2797+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
2798+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
2799+
2800+
whatwg-url@^5.0.0:
2801+
version "5.0.0"
2802+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
2803+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
2804+
dependencies:
2805+
tr46 "~0.0.3"
2806+
webidl-conversions "^3.0.0"
2807+
27882808
which-module@^2.0.0:
27892809
version "2.0.0"
27902810
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)