diff --git a/package-lock.json b/package-lock.json index c6d778de..73942594 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/password-confirmation": "^5.1.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.17.1", - "dompurify": "^3.1.6", + "dompurify": "^3.2.6", "marked": "^14.1.1", "p-limit": "^6.1.0", "vue": "^2.7.14", @@ -6161,10 +6161,13 @@ } }, "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.2.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz", + "integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==", + "license": "(MPL-2.0 OR Apache-2.0)", + "optionalDependencies": { + "@types/trusted-types": "^2.0.7" + } }, "node_modules/domutils": { "version": "3.1.0", diff --git a/package.json b/package.json index 6eed4595..b4c8dd2b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@nextcloud/password-confirmation": "^5.1.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.17.1", - "dompurify": "^3.1.6", + "dompurify": "^3.2.6", "marked": "^14.1.1", "p-limit": "^6.1.0", "vue": "^2.7.14",