From 39cde6542ed1b59c1fad48803557f74db0f3a9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 10:18:01 +0000 Subject: [PATCH] chore(deps): bump dompurify in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [dompurify](https://github.com/cure53/DOMPurify). Updates `dompurify` from 3.4.11 to 3.4.12 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.11...3.4.12) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.12 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15fdbb84..c48afceb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-slot": "^1.2.4", "class-variance-authority": "^0.7.1", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "jspdf": "^4.2.1", "katex": "^0.16.45", "lucide-react": "^1.14.0", @@ -5006,9 +5006,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.12", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", + "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" @@ -7508,7 +7508,7 @@ "fastest-levenshtein": "^1.0.16" }, "devDependencies": { - "@biomejs/biome": "2.5.1", + "@biomejs/biome": "^2.5.1", "@tsconfig/node20": "^20.1.9", "@types/node": "^26.0.0" } @@ -7527,7 +7527,7 @@ "gp-links-check": "bin/links-check.js" }, "devDependencies": { - "@biomejs/biome": "2.5.1", + "@biomejs/biome": "^2.5.1", "@tsconfig/node20": "^20.1.9", "@types/node": "^26.0.0", "ts-node": "^10.9.2", @@ -7554,7 +7554,7 @@ "tsx": "^4.22.4" }, "devDependencies": { - "@biomejs/biome": "2.5.1", + "@biomejs/biome": "^2.5.1", "@tsconfig/node20": "^20.1.9", "@types/node": "^26.0.0", "typescript": "^6.0.2" diff --git a/package.json b/package.json index 7c171062..e6068c3d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-slot": "^1.2.4", "class-variance-authority": "^0.7.1", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "jspdf": "^4.2.1", "katex": "^0.16.45", "lucide-react": "^1.14.0",