Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180
  • Loading branch information
snyk-bot committed Jul 31, 2022
commit 162b6c60da0076c373405e96cf3a2c1e8451a26d
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"mdast-util-from-markdown": "^0.8.5",
"mdast-util-to-string": "^2.0.0",
"morgan": "^1.10.0",
"next": "^11.0.0",
"node-fetch": "^2.6.1",
"next": "^12.0.9",
"node-fetch": "^3.2.10",
"parse5": "^6.0.1",
"port-used": "^2.0.8",
"rate-limit-redis": "^2.1.0",
Expand Down