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 8e0bb6c7a2af2c9d374ec811d26d9cc6960d6a80
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"mdast-util-from-markdown": "^1.2.0",
"mdast-util-to-string": "^3.1.0",
"morgan": "^1.10.0",
"next": "^11.1.3",
"node-fetch": "^3.2.0",
"next": "^12.0.9",
"node-fetch": "^3.2.10",
"parse5": "^6.0.1",
"port-used": "^2.0.8",
"react": "^17.0.2",
Expand Down