diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 2ea85727c..cb00be87f 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -16,7 +16,7 @@ "@xterm/xterm": "^5.5.0", "canvas-confetti": "^1.9.4", "date-fns": "^4.1.0", - "dompurify": "^3.4.3", + "dompurify": "^3.4.13", "framer-motion": "^12.38.0", "lucide-react": "^1.16.0", "open-dyslexic": "^1.0.3", @@ -1820,9 +1820,9 @@ "peer": true }, "node_modules/dompurify": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.3.tgz", - "integrity": "sha512-VVwJidIJcp1hpg2OMXML3ZVRPYSZiq4aX7qBh83BSIpOaRDqI+qxhXjjIWnpzkOXhmp0L81lnoME1mnCc9H48A==", + "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/dashboard/package.json b/dashboard/package.json index 0dca72ea4..61bb17b39 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -23,7 +23,7 @@ "@xterm/xterm": "^5.5.0", "canvas-confetti": "^1.9.4", "date-fns": "^4.1.0", - "dompurify": "^3.4.3", + "dompurify": "^3.4.13", "framer-motion": "^12.38.0", "lucide-react": "^1.16.0", "open-dyslexic": "^1.0.3",