mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
fix: upgrade dompurify from 2.1.0 to 2.1.1 (#1402)
Snyk has created this PR to upgrade dompurify from 2.1.0 to 2.1.1. See this package in npm: https://www.npmjs.com/package/dompurify See this project in Snyk: https://app.snyk.io/org/anikethsaha/project/6efe7e04-4e52-497e-8ad5-570733cc577a?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
parent
1863d8edb7
commit
8cf9fd8150
@ -45,9 +45,9 @@
|
||||
}
|
||||
},
|
||||
"dompurify": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.1.0.tgz",
|
||||
"integrity": "sha512-wKExRhOwUnfm1icoISSXnlmM1P2l07W2tFQqbU+8oySnvy7tHwj2iHJ1kJQi8EfcTlojsHKESOJwCGVJmNUdPQ=="
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.1.1.tgz",
|
||||
"integrity": "sha512-NijiNVkS/OL8mdQL1hUbCD6uty/cgFpmNiuFxrmJ5YPH2cXrPKIewoixoji56rbZ6XBPmtM8GA8/sf9unlSuwg=="
|
||||
},
|
||||
"good-listener": {
|
||||
"version": "1.2.2",
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
"dependencies": {
|
||||
"debug": "^4.3.0",
|
||||
"docsify": "^4.11.6",
|
||||
"dompurify": "^2.1.0",
|
||||
"dompurify": "^2.1.1",
|
||||
"node-fetch": "^2.6.0",
|
||||
"resolve-pathname": "^3.0.0"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user