fix(deps): bump dompurify from 2.3.0 to 2.3.1

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-20 13:02:54 +02:00
committed by Julien Machiels
parent 107fbf28f3
commit 5a60fc4d32
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -9736,9 +9736,9 @@
}
},
"dompurify": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.0.tgz",
"integrity": "sha512-VV5C6Kr53YVHGOBKO/F86OYX6/iLTw2yVSI721gKetxpHCK/V5TaLEf9ODjRgl1KLSWRMY6cUhAbv/c+IUnwQw=="
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.1.tgz",
"integrity": "sha512-xGWt+NHAQS+4tpgbOAI08yxW0Pr256Gu/FNE2frZVTbgrBUn8M7tz7/ktS/LZ2MHeGqz6topj0/xY+y8R5FBFw=="
},
"domutils": {
"version": "1.7.0",
+1 -1
View File
@@ -49,7 +49,7 @@
"cookie": "^0.4.1",
"date-fns": "^2.23.0",
"destr": "^1.1.0",
"dompurify": "^2.3.0",
"dompurify": "^2.3.1",
"entities": "^2.2.0",
"he": "^1.2.0",
"js-cookie": "^3.0.0",