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:
Snyk bot 2020-10-17 09:03:33 +03:00 committed by GitHub
parent 1863d8edb7
commit 8cf9fd8150
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": {
"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",

View File

@ -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"
}