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-SIDEWAYFORMULA-3317169
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent b5826ac commit c5d783c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 33 deletions.
76 changes: 44 additions & 32 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 @@ -13,7 +13,7 @@
"dependencies": {
"commitizen": "^4.2.5",
"express": "^4.17.3",
"joi": "^17.4.2",
"joi": "^17.7.1",
"ramda": "^0.27.1"
},
"jest": {
Expand Down

0 comments on commit c5d783c

Please sign in to comment.