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

Commit d8df7d7

Browse files
build(deps): 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 7cecf30 commit d8df7d7

File tree

2 files changed

+93
-15
lines changed

2 files changed

+93
-15
lines changed

package-lock.json

Lines changed: 69 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2992,7 +2992,7 @@ get-stdin@^6.0.0:
29922992

29932993
get-stream@^3.0.0:
29942994
version "3.0.0"
2995-
resolved "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz"
2995+
resolved "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz"
29962996
integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
29972997

29982998
get-stream@^4.0.0, get-stream@^4.1.0:
@@ -4621,9 +4621,11 @@ node-fetch-npm@^2.0.2:
46214621
safe-buffer "^5.1.1"
46224622

46234623
node-fetch@^2.6.1:
4624-
version "2.6.1"
4625-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
4626-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4624+
version "2.6.7"
4625+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4626+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4627+
dependencies:
4628+
whatwg-url "^5.0.0"
46274629

46284630
node-gyp@^5.0.2, node-gyp@^5.1.0:
46294631
version "5.1.0"
@@ -6692,6 +6694,11 @@ tough-cookie@~2.4.3:
66926694
psl "^1.1.24"
66936695
punycode "^1.4.1"
66946696

6697+
tr46@~0.0.3:
6698+
version "0.0.3"
6699+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6700+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
6701+
66956702
traverse@~0.6.6:
66966703
version "0.6.6"
66976704
resolved "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz"
@@ -7025,6 +7032,19 @@ wcwidth@^1.0.0:
70257032
dependencies:
70267033
defaults "^1.0.3"
70277034

7035+
webidl-conversions@^3.0.0:
7036+
version "3.0.1"
7037+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
7038+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
7039+
7040+
whatwg-url@^5.0.0:
7041+
version "5.0.0"
7042+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
7043+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
7044+
dependencies:
7045+
tr46 "~0.0.3"
7046+
webidl-conversions "^3.0.0"
7047+
70287048
which-module@^2.0.0:
70297049
version "2.0.0"
70307050
resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz"

0 commit comments

Comments
 (0)