Skip to content

Commit 5ac8237

Browse files
authored
fix: upgrade dompurify from 2.3.0 to 2.3.1 (#1635)
Snyk has created this PR to upgrade dompurify from 2.3.0 to 2.3.1. See this package in npm: https://www.npmjs.com/package/dompurify See this project in Snyk: https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=upgrade-pr
1 parent e88c239 commit 5ac8237

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/docsify-server-renderer/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docsify-server-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"debug": "^4.3.2",
1919
"docsify": "^4.12.1",
20-
"dompurify": "^2.3.0",
20+
"dompurify": "^2.3.1",
2121
"node-fetch": "^2.6.0",
2222
"resolve-pathname": "^3.0.0"
2323
}

0 commit comments

Comments
 (0)