diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 850e6ba..513b809 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "dependencies": { "@quasar/extras": "^1.16.4", - "dompurify": "^3.4.0", + "dompurify": "^3.4.11", "markdown-it": "^14.1.1", "quasar": "^2.16.0", "vue": "^3.4.18", @@ -3791,9 +3791,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.11", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", + "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/frontend/package.json b/frontend/package.json index 2e10e57..ef2c65e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@quasar/extras": "^1.16.4", - "dompurify": "^3.4.0", + "dompurify": "^3.4.11", "markdown-it": "^14.1.1", "quasar": "^2.16.0", "vue": "^3.4.18",