Skip to content

Commit d9771bb

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: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5222e4 commit d9771bb

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"mongodb": "4.0.0-beta.5",
3434
"monitorss": "6.13.19",
3535
"node-cache": "5.1.2",
36-
"node-fetch": "2.6.1",
36+
"node-fetch": "2.6.7",
3737
"openai": "2.0.2",
3838
"polish-plurals": "1.1.0",
3939
"request": "2.88.2",

yarn.lock

+24-4
Original file line numberDiff line numberDiff line change
@@ -3656,10 +3656,12 @@ node-cleanup@^2.1.2:
36563656
resolved "https://registry.yarnpkg.com/node-cleanup/-/node-cleanup-2.1.2.tgz#7ac19abd297e09a7f72a71545d951b517e4dde2c"
36573657
integrity sha1-esGavSl+Caf3KnFUXZUbUX5N3iw=
36583658

3659-
[email protected], node-fetch@^2.6.1:
3660-
version "2.6.1"
3661-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
3662-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
3659+
[email protected], node-fetch@^2.6.1:
3660+
version "2.6.7"
3661+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3662+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3663+
dependencies:
3664+
whatwg-url "^5.0.0"
36633665

36643666
node-gyp-build@^4.1.0, node-gyp-build@^4.2.0:
36653667
version "4.2.3"
@@ -5007,6 +5009,11 @@ tough-cookie@^2.3.3, tough-cookie@~2.5.0:
50075009
psl "^1.1.28"
50085010
punycode "^2.1.1"
50095011

5012+
tr46@~0.0.3:
5013+
version "0.0.3"
5014+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5015+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5016+
50105017
50115018
version "10.0.0"
50125019
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.0.0.tgz#05f10b9a716b0b624129ad44f0ea05dac84ba3be"
@@ -5212,6 +5219,19 @@ [email protected]:
52125219
core-util-is "1.0.2"
52135220
extsprintf "^1.2.0"
52145221

5222+
webidl-conversions@^3.0.0:
5223+
version "3.0.1"
5224+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5225+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5226+
5227+
whatwg-url@^5.0.0:
5228+
version "5.0.0"
5229+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5230+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5231+
dependencies:
5232+
tr46 "~0.0.3"
5233+
webidl-conversions "^3.0.0"
5234+
52155235
which-boxed-primitive@^1.0.2:
52165236
version "1.0.2"
52175237
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)