From 40198561bc8d5c49c1cb48fc5ba14d5aaa9d15f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:43:21 +0000 Subject: [PATCH] build(deps): bump dompurify from 3.3.3 to 3.4.0 in /Cyrano Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.3 to 3.4.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.3.3...3.4.0) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cyrano/package-lock.json | 9 ++++----- Cyrano/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cyrano/package-lock.json b/Cyrano/package-lock.json index 01528117..331bd8a3 100644 --- a/Cyrano/package-lock.json +++ b/Cyrano/package-lock.json @@ -10,7 +10,6 @@ "dependencies": { "@anthropic-ai/sdk": "^0.88.0", "@aws-sdk/client-s3": "^3.1029.0", - "@esbuild/win32-x64": "0.28.0", "@iconify-icons/mingcute": "^1.2.9", "@iconify/react": "^6.0.2", "@microsoft/microsoft-graph-client": "^3.0.7", @@ -25,7 +24,7 @@ "cors": "^2.8.6", "date-fns": "^4.1.0", "docx": "^9.6.1", - "dompurify": "^3.3.2", + "dompurify": "^3.4.0", "dotenv": "^17.4.2", "drizzle-orm": "^0.45.2", "drizzle-zod": "^0.8.3", @@ -5339,9 +5338,9 @@ } }, "node_modules/dompurify": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz", - "integrity": "sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz", + "integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/Cyrano/package.json b/Cyrano/package.json index 267a0565..dfe1586e 100644 --- a/Cyrano/package.json +++ b/Cyrano/package.json @@ -45,7 +45,7 @@ "cors": "^2.8.6", "date-fns": "^4.1.0", "docx": "^9.6.1", - "dompurify": "^3.3.2", + "dompurify": "^3.4.0", "dotenv": "^17.4.2", "drizzle-orm": "^0.45.2", "drizzle-zod": "^0.8.3",