From 49f7bfeb334d7786ced20cdd8bdb364f132ea2bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 08:55:11 +0000 Subject: [PATCH 1/3] 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.12 to 3.4.13 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.12...3.4.13) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.13 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 30fa79d8..64dee400 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "cmdk": "^1.1.1", "date-fns": "^4.1.0", "docx": "^9.7.1", - "dompurify": "^3.4.12", + "dompurify": "^3.4.13", "framer-motion": "^12.43.0", "jspdf": "^4.2.1", "lucide-react": "^1.24.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c0829b6..552b993f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -122,8 +122,8 @@ importers: specifier: ^9.7.1 version: 9.7.1 dompurify: - specifier: ^3.4.12 - version: 3.4.12 + specifier: ^3.4.13 + version: 3.4.13 framer-motion: specifier: ^12.43.0 version: 12.43.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7) @@ -2762,8 +2762,8 @@ packages: dom-accessibility-api@0.6.3: resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==} - dompurify@3.4.12: - resolution: {integrity: sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==} + dompurify@3.4.13: + resolution: {integrity: sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==} dunder-proto@1.0.1: resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} @@ -6959,7 +6959,7 @@ snapshots: dom-accessibility-api@0.6.3: {} - dompurify@3.4.12: + dompurify@3.4.13: optionalDependencies: '@types/trusted-types': 2.0.7 @@ -7796,7 +7796,7 @@ snapshots: optionalDependencies: canvg: 3.0.11 core-js: 3.49.0 - dompurify: 3.4.12 + dompurify: 3.4.13 html2canvas: 1.4.1 jsx-ast-utils@3.3.5: From 2c9a4000abcc3bf5df0df93a407f0c214524ccd7 Mon Sep 17 00:00:00 2001 From: d-oit <6849456+d-oit@users.noreply.github.com> Date: Sun, 9 Aug 2026 14:44:47 +0200 Subject: [PATCH 2/3] fix(deps): add pnpm override pinning transitive dompurify to 3.4.13 --- package.json | 3 ++- pnpm-lock.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 64dee400..a33cf558 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,8 @@ "js-cookie": "^3.0.7", "effect": "^3.20.0", "prismjs": "^1.30.0", - "diff": "^5.2.2" + "diff": "^5.2.2", + "dompurify": "^3.4.13" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 552b993f..25a7834e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,6 +17,7 @@ overrides: effect: ^3.20.0 prismjs: ^1.30.0 diff: ^5.2.2 + dompurify: ^3.4.13 importers: From a5a0155806c867a4e60fd428b1b4eae6e099acb6 Mon Sep 17 00:00:00 2001 From: d-oit <6849456+d-oit@users.noreply.github.com> Date: Sun, 9 Aug 2026 19:17:15 +0200 Subject: [PATCH 3/3] ci: nudge merge-state staleness re-evaluation (Plan 098)