mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
fix: package.json & package-lock.json to reduce vulnerabilities (#1419)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-1035544 Co-authored-by: 沈唁 <52o@qq52o.cn>
This commit is contained in:
parent
e75a19ca05
commit
69b6907c86
6
package-lock.json
generated
6
package-lock.json
generated
@ -7215,9 +7215,9 @@
|
||||
}
|
||||
},
|
||||
"dompurify": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.1.1.tgz",
|
||||
"integrity": "sha512-NijiNVkS/OL8mdQL1hUbCD6uty/cgFpmNiuFxrmJ5YPH2cXrPKIewoixoji56rbZ6XBPmtM8GA8/sf9unlSuwg=="
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.2.tgz",
|
||||
"integrity": "sha512-BsGR4nDLaC5CNBnyT5I+d5pOeaoWvgVeg6Gq/aqmKYWMPR07131u60I80BvExLAJ0FQEIBQ1BTicw+C5+jOyrg=="
|
||||
},
|
||||
"domutils": {
|
||||
"version": "1.7.0",
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
"*.js": "eslint --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"dompurify": "^2.0.8",
|
||||
"dompurify": "^2.2.2",
|
||||
"marked": "^1.2.2",
|
||||
"medium-zoom": "^1.0.6",
|
||||
"opencollective-postinstall": "^2.0.2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user