Skip to content

Commit 0672928

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 ab63267 commit 0672928

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
@@ -34,7 +34,7 @@
3434
"monitorss": "6.13.19",
3535
"natural": "5.1.13",
3636
"node-cache": "5.1.2",
37-
"node-fetch": "2.6.1",
37+
"node-fetch": "2.6.7",
3838
"openai": "2.0.2",
3939
"polish-plurals": "1.1.0",
4040
"request": "2.88.2",

yarn.lock

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

3690-
[email protected], node-fetch@^2.6.1:
3691-
version "2.6.1"
3692-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
3693-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
3690+
[email protected], node-fetch@^2.6.1:
3691+
version "2.6.7"
3692+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
3693+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
3694+
dependencies:
3695+
whatwg-url "^5.0.0"
36943696

36953697
node-gyp-build@^4.1.0, node-gyp-build@^4.2.0:
36963698
version "4.2.3"
@@ -5053,6 +5055,11 @@ tough-cookie@^2.3.3, tough-cookie@~2.5.0:
50535055
psl "^1.1.28"
50545056
punycode "^2.1.1"
50555057

5058+
tr46@~0.0.3:
5059+
version "0.0.3"
5060+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5061+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
5062+
50565063
50575064
version "10.0.0"
50585065
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.0.0.tgz#05f10b9a716b0b624129ad44f0ea05dac84ba3be"
@@ -5263,6 +5270,19 @@ [email protected]:
52635270
core-util-is "1.0.2"
52645271
extsprintf "^1.2.0"
52655272

5273+
webidl-conversions@^3.0.0:
5274+
version "3.0.1"
5275+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5276+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
5277+
5278+
whatwg-url@^5.0.0:
5279+
version "5.0.0"
5280+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5281+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
5282+
dependencies:
5283+
tr46 "~0.0.3"
5284+
webidl-conversions "^3.0.0"
5285+
52665286
which-boxed-primitive@^1.0.2:
52675287
version "1.0.2"
52685288
resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"

0 commit comments

Comments
 (0)