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

@@ -31,6 +31,16 @@ esbuild.build({
'@lezer/common',
'@lezer/highlight',
'@lezer/lr',
'node:fs',
'node:path',
'node:util',
'node:url',
'node:http',
'node:https',
'node:stream',
'node:zlib',
'node:buffer',
'node:net',
...builtins],
format: 'cjs',
watch: !prod,