diff --git a/pwa/package-lock.json b/pwa/package-lock.json index 964472b..8315d9e 100644 --- a/pwa/package-lock.json +++ b/pwa/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/react-virtual": "^3.13.23", "babel-plugin-react-compiler": "^1.0.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "justified-layout": "^4.1.0", "lucide-react": "^0.577.0", "next": "^16.2.6", @@ -3908,9 +3908,9 @@ "peer": true }, "node_modules/dompurify": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", - "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz", + "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/pwa/package.json b/pwa/package.json index 2adc241..7806be5 100644 --- a/pwa/package.json +++ b/pwa/package.json @@ -18,7 +18,7 @@ "dependencies": { "@tanstack/react-virtual": "^3.13.23", "babel-plugin-react-compiler": "^1.0.0", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "justified-layout": "^4.1.0", "lucide-react": "^0.577.0", "next": "^16.2.6",