From f0d05e83bf4466b91e5ebe0883cda081746ac106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:55:10 +0000 Subject: [PATCH] chore(deps): bump dompurify from 2.5.8 to 3.2.4 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.5.8 to 3.2.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.5.8...3.2.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/client/package.json | 2 +- pnpm-lock.yaml | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/client/package.json b/apps/client/package.json index 2fe031c..70fcd0f 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -36,7 +36,7 @@ "@types/react-dom": "^18.0.9", "@vercel/analytics": "^1.1.1", "dayzed": "^3.2.3", - "dompurify": "^2.4.0", + "dompurify": "^3.2.4", "framer-motion": "^10.12.18", "immer": "^9.0.19", "jsbarcode": "^3.11.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 50b13c9..5bc41cc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ importers: specifier: ^3.2.3 version: 3.2.3(prop-types@15.8.1)(react@18.3.1) dompurify: - specifier: ^2.4.0 - version: 2.5.8 + specifier: ^3.2.4 + version: 3.2.4 framer-motion: specifier: ^10.12.18 version: 10.18.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -2178,8 +2178,8 @@ packages: engines: {node: '>=12'} deprecated: Use your platform's native DOMException instead - dompurify@2.5.8: - resolution: {integrity: sha512-o1vSNgrmYMQObbSSvF/1brBYEQPHhV1+gsmrusO7/GXtp1T9rCS8cXFqVxK/9crT1jA6Ccv+5MTSjBNqr7Sovw==} + dompurify@3.2.4: + resolution: {integrity: sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==} dotenv@16.4.7: resolution: {integrity: sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==} @@ -6829,7 +6829,9 @@ snapshots: dependencies: webidl-conversions: 7.0.0 - dompurify@2.5.8: {} + dompurify@3.2.4: + optionalDependencies: + '@types/trusted-types': 2.0.7 dotenv@16.4.7: {}