fix: packages/docsify-server-renderer/package.json & packages/docsify-server-renderer/package-lock.json to reduce vulnerabilities (#1418)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-DOMPURIFY-1035544
This commit is contained in:
Snyk bot 2020-11-05 03:04:19 +02:00 committed by GitHub
parent 8cf9fd8150
commit 58fbca00eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -45,9 +45,9 @@
} }
}, },
"dompurify": { "dompurify": {
"version": "2.1.1", "version": "2.2.2",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.1.1.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.2.tgz",
"integrity": "sha512-NijiNVkS/OL8mdQL1hUbCD6uty/cgFpmNiuFxrmJ5YPH2cXrPKIewoixoji56rbZ6XBPmtM8GA8/sf9unlSuwg==" "integrity": "sha512-BsGR4nDLaC5CNBnyT5I+d5pOeaoWvgVeg6Gq/aqmKYWMPR07131u60I80BvExLAJ0FQEIBQ1BTicw+C5+jOyrg=="
}, },
"good-listener": { "good-listener": {
"version": "1.2.2", "version": "1.2.2",

View File

@ -17,7 +17,7 @@
"dependencies": { "dependencies": {
"debug": "^4.3.0", "debug": "^4.3.0",
"docsify": "^4.11.6", "docsify": "^4.11.6",
"dompurify": "^2.1.1", "dompurify": "^2.2.2",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"resolve-pathname": "^3.0.0" "resolve-pathname": "^3.0.0"
} }