Skip to content

Commit ae4f57c

Browse files
Bump node-fetch from 2.6.1 to 2.6.7 in /slack-stream
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 a0f656b commit ae4f57c

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

slack-stream/yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,11 @@ nice-try@^1.0.4:
266266
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
267267

268268
node-fetch@^2.6.1:
269-
version "2.6.1"
270-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
271-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
269+
version "2.6.7"
270+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
271+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
272+
dependencies:
273+
whatwg-url "^5.0.0"
272274

273275
npm-run-path@^2.0.0:
274276
version "2.0.2"
@@ -342,6 +344,11 @@ strip-eof@^1.0.0:
342344
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
343345
integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
344346

347+
tr46@~0.0.3:
348+
version "0.0.3"
349+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
350+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
351+
345352
346353
version "0.0.6"
347354
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
@@ -359,6 +366,19 @@ universal-user-agent@^6.0.0:
359366
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"
360367
integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
361368

369+
webidl-conversions@^3.0.0:
370+
version "3.0.1"
371+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
372+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
373+
374+
whatwg-url@^5.0.0:
375+
version "5.0.0"
376+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
377+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
378+
dependencies:
379+
tr46 "~0.0.3"
380+
webidl-conversions "^3.0.0"
381+
362382
which@^1.2.9:
363383
version "1.3.1"
364384
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"

0 commit comments

Comments
 (0)