From 9c45c2bed05e89aa5b103c9ca5713b1808400abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:25:35 +0000 Subject: [PATCH] Bump dompurify and @types/dompurify Bumps [dompurify](https://github.com/cure53/DOMPurify) and [@types/dompurify](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dompurify). These dependencies needed to be updated together. Updates `dompurify` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.2...3.2.3) Updates `@types/dompurify` from 3.0.5 to 3.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dompurify) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/dompurify" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e97d5bc..8e1a74b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "dompurify": "^3.2.2", + "dompurify": "^3.2.3", "lodash": "^4.17.21", "lucide-react": "^0.468.0", "next": "^15.0.4", diff --git a/yarn.lock b/yarn.lock index aa562fd..74b1ec1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5672,15 +5672,15 @@ __metadata: languageName: node linkType: hard -"dompurify@npm:^3.2.2": - version: 3.2.2 - resolution: "dompurify@npm:3.2.2" +"dompurify@npm:^3.2.3": + version: 3.2.3 + resolution: "dompurify@npm:3.2.3" dependencies: "@types/trusted-types": "npm:^2.0.7" dependenciesMeta: "@types/trusted-types": optional: true - checksum: 10c0/04fa1509a75c6c1dfc1f00c579253bd4781e291836176578927f5cb683dc904175c4fb71f9c40438b0b4b13fc306f79922d220200f3bd01eabe12727588afd1f + checksum: 10c0/0ce5cb89b76f396d800751bcb48e0d137792891d350ccc049f1bc9a5eca7332cc69030c25007ff4962e0824a5696904d4d74264df9277b5ad955642dfb6f313f languageName: node linkType: hard @@ -13549,7 +13549,7 @@ __metadata: class-variance-authority: "npm:^0.7.1" clsx: "npm:^2.1.1" date-fns: "npm:^4.1.0" - dompurify: "npm:^3.2.2" + dompurify: "npm:^3.2.3" eslint: "npm:^9.16.0" eslint-config-next: "npm:15.0.3" eslint-config-prettier: "npm:^9.1.0"