Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 9068a90

Browse files
fix(deps): update dependency node-fetch to v2.6.7 [security]
1 parent 98fa907 commit 9068a90

File tree

3 files changed

+54
-5
lines changed

3 files changed

+54
-5
lines changed

package-lock.json

+27-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"micro": "9.3.4",
3636
"micro-cors": "0.1.1",
3737
"microrouter": "3.1.3",
38-
"node-fetch": "2.6.0",
38+
"node-fetch": "2.6.7",
3939
"url-pattern": "1.0.3",
4040
"whatwg-url": "7.0.0"
4141
},

yarn.lock

+26-1
Original file line numberDiff line numberDiff line change
@@ -4389,7 +4389,14 @@ node-fetch-npm@^2.0.2:
43894389
json-parse-better-errors "^1.0.0"
43904390
safe-buffer "^5.1.1"
43914391

4392-
[email protected], node-fetch@^2.3.0:
4392+
4393+
version "2.6.7"
4394+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
4395+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
4396+
dependencies:
4397+
whatwg-url "^5.0.0"
4398+
4399+
node-fetch@^2.3.0:
43934400
version "2.6.0"
43944401
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
43954402
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
@@ -6404,6 +6411,11 @@ tr46@^1.0.1:
64046411
dependencies:
64056412
punycode "^2.1.0"
64066413

6414+
tr46@~0.0.3:
6415+
version "0.0.3"
6416+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
6417+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
6418+
64076419
traverse@~0.6.6:
64086420
version "0.6.6"
64096421
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
@@ -6685,6 +6697,11 @@ wcwidth@^1.0.0:
66856697
dependencies:
66866698
defaults "^1.0.3"
66876699

6700+
webidl-conversions@^3.0.0:
6701+
version "3.0.1"
6702+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
6703+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
6704+
66886705
webidl-conversions@^4.0.2:
66896706
version "4.0.2"
66906707
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
@@ -6711,6 +6728,14 @@ [email protected], whatwg-url@^7.0.0:
67116728
tr46 "^1.0.1"
67126729
webidl-conversions "^4.0.2"
67136730

6731+
whatwg-url@^5.0.0:
6732+
version "5.0.0"
6733+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
6734+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
6735+
dependencies:
6736+
tr46 "~0.0.3"
6737+
webidl-conversions "^3.0.0"
6738+
67146739
whatwg-url@^6.4.1:
67156740
version "6.5.0"
67166741
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8"

0 commit comments

Comments
 (0)