mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 21:29:12 +00:00
Use node-fetch >=3.1.0 in khoj obsidian plugin to avoid security vulnerability
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user