diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1f66449..0fe26ba 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "chart.js": "^4.5.1", - "dompurify": "^3.4.1", + "dompurify": "^3.4.11", "html2canvas": "^1.4.1", "jspdf": "^4.2.1" }, @@ -463,9 +463,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.1.tgz", - "integrity": "sha512-JahakDAIg1gyOm7dlgWSDjV4n7Ip2PKR55NIT6jrMfIgLFgWo81vdr1/QGqWtFNRqXP9UV71oVePtjqS2ebnPw==", + "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 3ac26e1..8fc1346 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "chart.js": "^4.5.1", - "dompurify": "^3.4.1", + "dompurify": "^3.4.11", "html2canvas": "^1.4.1", "jspdf": "^4.2.1" }