chore(deps): bump DOMPurify to latest version v2.3.3 (#7572)

This commit is contained in:
Costas Kotsokalis
2021-10-22 18:18:02 +03:00
committed by GitHub
parent 1955433d2f
commit 124b856fa0
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7827,9 +7827,9 @@
}
},
"dompurify": {
"version": "2.2.9",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.9.tgz",
"integrity": "sha512-+9MqacuigMIZ+1+EwoEltogyWGFTJZWU3258Rupxs+2CGs4H914G9er6pZbsme/bvb5L67o2rade9n21e4RW/w=="
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.3.tgz",
"integrity": "sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg=="
},
"domutils": {
"version": "1.5.1",

View File

@@ -66,7 +66,7 @@
"classnames": "^2.3.1",
"css.escape": "1.5.1",
"deep-extend": "0.6.0",
"dompurify": "^2.2.9",
"dompurify": "^2.3.3",
"ieee754": "^1.2.1",
"immutable": "^3.x.x",
"js-file-download": "^0.4.12",