Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#724)
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-SANITIZEHTML-2957526

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
jekabs-karklins and snyk-bot authored Sep 1, 2022
1 parent a30d65f commit bfd2c5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -74,7 +74,7 @@
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"sanitize-html": "^2.7.0",
"sanitize-html": "^2.7.1",
"simple-oauth2": "^4.3.0",
"soap": "^0.40.0",
"sparkpost": "^2.1.4",
Expand Down

0 comments on commit bfd2c5b

Please sign in to comment.