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-PROPERTYEXPR-598800
  • Loading branch information
snyk-bot committed Mar 29, 2021
1 parent cdc5749 commit da3cccc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
34 changes: 20 additions & 14 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 @@ -51,6 +51,6 @@
"sprintf-js": "^1.1.2",
"typescript": "^4.2.3",
"webpack": "^4.46.0",
"yup": "^0.27.0"
"yup": "^0.28.2"
}
}

0 comments on commit da3cccc

Please sign in to comment.