mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-02 12:10:04 +08:00
62cd35ee83
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-1016634 Co-authored-by: 沈唁 <52o@qq52o.cn>
25 lines
561 B
JSON
25 lines
561 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.1.1",
|
|
"docsify": "^4.11.6",
|
|
"dompurify": "^2.0.17",
|
|
"node-fetch": "^2.6.0",
|
|
"resolve-pathname": "^3.0.0"
|
|
}
|
|
}
|