fix: upgrade dompurify from 2.2.7 to 2.3.0 (#1619)

Snyk has created this PR to upgrade dompurify from 2.2.7 to 2.3.0.

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 2021-08-04 05:44:08 +03:00 committed by GitHub
parent b07fa3cc83
commit 66303fec4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -28,9 +28,9 @@
}
},
"dompurify": {
"version": "2.2.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.7.tgz",
"integrity": "sha512-jdtDffdGNY+C76jvodNTu9jt5yYj59vuTUyx+wXdzcSwAGTYZDAQkQ7Iwx9zcGrA4ixC1syU4H3RZROqRxokxg=="
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.0.tgz",
"integrity": "sha512-VV5C6Kr53YVHGOBKO/F86OYX6/iLTw2yVSI721gKetxpHCK/V5TaLEf9ODjRgl1KLSWRMY6cUhAbv/c+IUnwQw=="
},
"marked": {
"version": "1.2.9",

View File

@ -17,7 +17,7 @@
"dependencies": {
"debug": "^4.3.2",
"docsify": "^4.12.1",
"dompurify": "^2.2.7",
"dompurify": "^2.3.0",
"node-fetch": "^2.6.0",
"resolve-pathname": "^3.0.0"
}