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-MINIMIST-2429795
- https://snyk.io/vuln/SNYK-JS-MINIMIST-559764
  • Loading branch information
snyk-bot committed Nov 27, 2023
1 parent 552d553 commit b9b8662
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 32 deletions.
222 changes: 191 additions & 31 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 @@ -24,7 +24,7 @@
"dependencies": {
"async": "^0.9.0",
"debug": "^2.1.3",
"handlebars": "^4.1.0",
"handlebars": "^4.7.4",
"lodash": "^4.17.11",
"pg": "^4.3.0",
"xregexp": "^2.0.0"
Expand Down

0 comments on commit b9b8662

Please sign in to comment.