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-NTHCHECK-1586032
- https://snyk.io/vuln/SNYK-JS-CSSWHAT-1298035
  • Loading branch information
snyk-bot committed Aug 10, 2024
1 parent 708f358 commit 1b7c62f
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 77 deletions.
217 changes: 141 additions & 76 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 @@ -15,7 +15,7 @@
"autoprefixer": "^10.2.5",
"bcrypt": "^5.0.1",
"bootstrap": "^4.6.0",
"cheerio": "^1.0.0-rc.6",
"cheerio": "^1.0.0",
"connect-ensure-login": "^0.1.1",
"connect-roles": "^3.1.2",
"cookie-parser": "~1.4.5",
Expand Down

0 comments on commit 1b7c62f

Please sign in to comment.