diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index 525a9c07559..2aef30aff3b 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -46,7 +46,7 @@ "crypto-browserify": "^3.12.1", "davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d", "debounce": "^3.0.0", - "dompurify": "^3.4.0", + "dompurify": "^3.4.1", "escape-html": "^1.0.3", "focus-trap": "^7.8.0", "handlebars": "^4.7.9", @@ -8867,9 +8867,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz", - "integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.1.tgz", + "integrity": "sha512-JahakDAIg1gyOm7dlgWSDjV4n7Ip2PKR55NIT6jrMfIgLFgWo81vdr1/QGqWtFNRqXP9UV71oVePtjqS2ebnPw==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index f60a9ba0aca..db2f9dada32 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -62,7 +62,7 @@ "crypto-browserify": "^3.12.1", "davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d", "debounce": "^3.0.0", - "dompurify": "^3.4.0", + "dompurify": "^3.4.1", "escape-html": "^1.0.3", "focus-trap": "^7.8.0", "handlebars": "^4.7.9",