Skip to content

Commit 0dff0ec

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] <support@github.com>
1 parent 815b288 commit 0dff0ec

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package-lock.json

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

yarn.lock

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2943,8 +2943,10 @@ node-dir@^0.1.17:
29432943
minimatch "^3.0.2"
29442944

29452945
node-fetch@^2.2.0, node-fetch@^2.6.0:
2946-
version "2.6.1"
2947-
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
2946+
version "2.6.7"
2947+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
2948+
dependencies:
2949+
whatwg-url "^5.0.0"
29482950

29492951
node-int64@^0.4.0:
29502952
version "0.4.0"
@@ -3799,6 +3801,10 @@ toidentifier@1.0.0:
37993801
version "1.0.0"
38003802
resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz"
38013803

3804+
tr46@~0.0.3:
3805+
version "0.0.3"
3806+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
3807+
38023808
tslib@^2.0.1:
38033809
version "2.3.1"
38043810
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
@@ -3915,10 +3921,21 @@ wcwidth@^1.0.1:
39153921
dependencies:
39163922
defaults "^1.0.3"
39173923

3924+
webidl-conversions@^3.0.0:
3925+
version "3.0.1"
3926+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
3927+
39183928
whatwg-fetch@^3.0.0:
39193929
version "3.5.0"
39203930
resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz"
39213931

3932+
whatwg-url@^5.0.0:
3933+
version "5.0.0"
3934+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
3935+
dependencies:
3936+
tr46 "~0.0.3"
3937+
webidl-conversions "^3.0.0"
3938+
39223939
which-module@^2.0.0:
39233940
version "2.0.0"
39243941
resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz"

0 commit comments

Comments
 (0)