fix: Upgrade docsify from 4.12.0 to 4.12.1 (#1544)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOCSIFY-1066017
This commit is contained in:
Snyk bot 2021-03-23 05:49:01 +02:00 committed by GitHub
parent f19dc69aaf
commit d607f6d71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"clipboard": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.6.tgz",
"integrity": "sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg==",
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz",
"integrity": "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==",
"optional": true,
"requires": {
"good-listener": "^1.2.2",
@ -30,9 +30,9 @@
"optional": true
},
"docsify": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/docsify/-/docsify-4.12.0.tgz",
"integrity": "sha512-oLr48dLeJ8sTVQfL8HLFqd2sPPG8DNAOvYAXXJQr/+/K9uC2KDhoeu+GGj5U2uFGR5czF3oLvqNBxhEElg1wGw==",
"version": "4.12.1",
"resolved": "https://registry.npmjs.org/docsify/-/docsify-4.12.1.tgz",
"integrity": "sha512-7v4UlCYLTmb83leJLIlheQlQ8kDTbTxcpMttRg0Uf92Nl//m0AcKFHoLLo5HHS4UhnO0KhDV8SKCdTR279zI9A==",
"requires": {
"dompurify": "^2.2.6",
"marked": "^1.2.9",

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"debug": "^4.3.2",
"docsify": "^4.12.0",
"docsify": "^4.12.1",
"dompurify": "^2.2.6",
"node-fetch": "^2.6.0",
"resolve-pathname": "^3.0.0"