diff options
-rw-r--r-- | package-lock.json | 9 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 416f899372f..a59cbd9435b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "core-js": "^3.38.1", "davclient.js": "github:owncloud/davclient.js.git#0.2.2", "debounce": "^2.1.0", - "dompurify": "^3.0.11", + "dompurify": "^3.1.7", "escape-html": "^1.0.3", "focus-trap": "^7.6.0", "handlebars": "^4.7.7", @@ -10949,10 +10949,9 @@ } }, "node_modules/dompurify": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", - "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==", - "license": "(MPL-2.0 OR Apache-2.0)" + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz", + "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==" }, "node_modules/domutils": { "version": "3.1.0", diff --git a/package.json b/package.json index 07714e596cb..faad8b684c8 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "core-js": "^3.38.1", "davclient.js": "github:owncloud/davclient.js.git#0.2.2", "debounce": "^2.1.0", - "dompurify": "^3.0.11", + "dompurify": "^3.1.7", "escape-html": "^1.0.3", "focus-trap": "^7.6.0", "handlebars": "^4.7.7", |