Adding dependency-fix with npm commnads in package.json

"dependency-fix": "npm fund && npm audit fix --force",
This commit is contained in:
niclaz 2024-08-23 21:44:35 +02:00 committed by GitHub
parent fe535d9df2
commit 729f112f7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"events-ext": "deno run --allow-all utils/events-ext.js",
"db-repo": "deno run --allow-all utils/db-repo.js",
"gen-images": "deno run --allow-all utils/gen-images.js",
"dependency-fix": "npm fund && npm audit fix --force",
"sync-all": "npm run core && npm run contribs && npm run articles && npm run talks && npm run explorer && npm run events-ext && npm run db-repo"
},
"dependencies": {