Anix 7adad57df1
fix: upgrade dompurify from 2.2.3 to 2.2.6 (#1482)
Snyk has created this PR to upgrade dompurify from 2.2.3 to 2.2.6.

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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2021-01-29 08:34:44 +08:00

25 lines
560 B
JSON

{
"name": "docsify-server-renderer",
"version": "4.11.6",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",
"email": "cinwell.li@gmail.com",
"url": "https://github.com/QingWei-Li"
},
"homepage": "https://docsify.js.org",
"license": "MIT",
"repository": "docsifyjs/docsify",
"main": "build.js",
"scripts": {
"test": "echo 'hello'"
},
"dependencies": {
"debug": "^4.3.2",
"docsify": "^4.11.6",
"dompurify": "^2.2.6",
"node-fetch": "^2.6.0",
"resolve-pathname": "^3.0.0"
}
}