沈唁 0c9221e5a4
fix: upgrade debug from 4.3.3 to 4.3.4 (#1919)
Snyk has created this PR to upgrade debug from 4.3.3 to 4.3.4.

See this package in npm:
https://www.npmjs.com/package/debug

See this project in Snyk:
https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2022-11-01 21:19:07 +08:00

24 lines
533 B
JSON

{
"name": "docsify-server-renderer",
"version": "4.13.0",
"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.4",
"docsify": "^4.13.0",
"node-fetch": "^2.6.6",
"resolve-pathname": "^3.0.0"
}
}