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

Commit abd3eae

Browse files
committed
fix(deps): update dependency node-fetch to v2.6.1 [security]
1 parent 98fa907 commit abd3eae

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

package-lock.json

+3-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.1",
3939
"url-pattern": "1.0.3",
4040
"whatwg-url": "7.0.0"
4141
},

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -4389,7 +4389,12 @@ 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.1"
4394+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
4395+
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
4396+
4397+
node-fetch@^2.3.0:
43934398
version "2.6.0"
43944399
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
43954400
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==

0 commit comments

Comments
 (0)