Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
  • Loading branch information
snyk-bot committed Sep 13, 2024
1 parent ae340dc commit 1c890c9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 81 deletions.
107 changes: 27 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"seneca-promisify": ">=3"
},
"dependencies": {
"chokidar": "^3.6.0"
"chokidar": "^4.0.0"
}
}

0 comments on commit 1c890c9

Please sign in to comment.