Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#1419)
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-DOMPURIFY-1035544

Co-authored-by: 沈唁 <52o@qq52o.cn>
  • Loading branch information
snyk-bot and sy-records committed Nov 16, 2020
1 parent e75a19c commit 69b6907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -54,7 +54,7 @@
"*.js": "eslint --fix"
},
"dependencies": {
"dompurify": "^2.0.8",
"dompurify": "^2.2.2",
"marked": "^1.2.2",
"medium-zoom": "^1.0.6",
"opencollective-postinstall": "^2.0.2",
Expand Down

1 comment on commit 69b6907

@vercel
Copy link

@vercel vercel bot commented on 69b6907 Nov 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.