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

Commit ab0a624

Browse files
chore(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: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ce4655 commit ab0a624

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"mongoose": "^5.11.10",
4848
"morgan": "^1.10.0",
4949
"node-cron": "^2.0.3",
50-
"node-fetch": "^2.6.1"
50+
"node-fetch": "^2.6.7"
5151
}
5252
}

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,10 +2326,12 @@ node-cron@^2.0.3:
23262326
opencollective-postinstall "^2.0.0"
23272327
tz-offset "0.0.1"
23282328

2329-
node-fetch@^2.6.1:
2330-
version "2.6.1"
2331-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
2332-
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
2329+
node-fetch@^2.6.1, node-fetch@^2.6.7:
2330+
version "2.6.7"
2331+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2332+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
2333+
dependencies:
2334+
whatwg-url "^5.0.0"
23332335

23342336
node-pre-gyp@^0.11.0:
23352337
version "0.11.0"
@@ -3294,6 +3296,11 @@ tr46@^3.0.0:
32943296
dependencies:
32953297
punycode "^2.1.1"
32963298

3299+
tr46@~0.0.3:
3300+
version "0.0.3"
3301+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3302+
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
3303+
32973304
ts-node@^9.1.1:
32983305
version "9.1.1"
32993306
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
@@ -3476,6 +3483,11 @@ w3c-xmlserializer@^3.0.0:
34763483
dependencies:
34773484
xml-name-validator "^4.0.0"
34783485

3486+
webidl-conversions@^3.0.0:
3487+
version "3.0.1"
3488+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3489+
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=
3490+
34793491
webidl-conversions@^7.0.0:
34803492
version "7.0.0"
34813493
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
@@ -3501,6 +3513,14 @@ whatwg-url@^10.0.0:
35013513
tr46 "^3.0.0"
35023514
webidl-conversions "^7.0.0"
35033515

3516+
whatwg-url@^5.0.0:
3517+
version "5.0.0"
3518+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3519+
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
3520+
dependencies:
3521+
tr46 "~0.0.3"
3522+
webidl-conversions "^3.0.0"
3523+
35043524
which@^2.0.1:
35053525
version "2.0.2"
35063526
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"

0 commit comments

Comments
 (0)