Use node-fetch >=3.1.0 in khoj obsidian plugin to avoid security vulnerability

This commit is contained in:
Debanjum Singh Solanky
2023-07-06 13:01:05 -07:00
parent d688ddf92c
commit a2c668268f
4 changed files with 31 additions and 13 deletions

View File

@@ -28,6 +28,6 @@
},
"dependencies": {
"@types/node-fetch": "^2.6.4",
"node-fetch": "3.0.0"
"node-fetch": "^3.1.0"
}
}