From 9f12f9da6f4eb68280dc5720f357d7888d4a7b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 09:21:29 +0000 Subject: [PATCH] chore(deps): bump dompurify from 3.4.3 to 3.4.13 in /dashboard Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.3 to 3.4.13. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.3...3.4.13) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",