diff --git a/package-lock.json b/package-lock.json index a8b06d5..5e3e24a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vite-config": "^2.3.2", "@nextcloud/vue": "~9.0.0-alpha.7", - "dompurify": "^3.2.4", + "dompurify": "^3.2.5", "linkify-html": "^4.2.0", "pinia": "^3.0.1", "toastify-js": "^1.12.0", @@ -5130,9 +5130,9 @@ } }, "node_modules/dompurify": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.4.tgz", - "integrity": "sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.5.tgz", + "integrity": "sha512-mLPd29uoRe9HpvwP2TxClGQBzGXeEC/we/q+bFlmPPmj2p2Ugl3r6ATu/UU1v77DXNcehiBg9zsr1dREyA/dJQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index d697cc4..dea2523 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vite-config": "^2.3.2", "@nextcloud/vue": "~9.0.0-alpha.7", - "dompurify": "^3.2.4", + "dompurify": "^3.2.5", "linkify-html": "^4.2.0", "pinia": "^3.0.1", "toastify-js": "^1.12.0",