From 1cd004dee7d33f9fbd5ceda4c8b16be05188d332 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jul 2026 04:16:22 +0000 Subject: [PATCH] fix: upgrade isomorphic-dompurify from 3.17.0 to 3.18.0 Snyk has created this PR to upgrade isomorphic-dompurify from 3.17.0 to 3.18.0. See this package in npm: isomorphic-dompurify See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/72f6690a-5bce-4280-bc0a-75fe792acadd?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 950583a..03ec874 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@contentstack/delivery-sdk": "^5.2.1", "@contentstack/live-preview-utils": "^4.4.4", "@contentstack/utils": "^1.9.1", - "isomorphic-dompurify": "3.17.0", + "isomorphic-dompurify": "^3.18.0", "next": "^16.2.9", "react": "^19.2.7", "react-dom": "^19.2.7" @@ -5110,12 +5110,12 @@ "license": "ISC" }, "node_modules/isomorphic-dompurify": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.17.0.tgz", - "integrity": "sha512-++PY22SYWZv/kTWOr5WQ8rNznkIKj6I/SDUVZnXXM67EhRO7ScVLDdZYNxNgEsPAOA5sfpGBcqnnbLx8WJHO1g==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.18.0.tgz", + "integrity": "sha512-ajp0D8laIHeoYlhBTevpE2HUhqWaqLXFk6K/wV3Ok8kDraBZpZsifwVWaY8IfJntMRIo1VSksgKV+lXyet9Q7A==", "license": "MIT", "dependencies": { - "dompurify": "^3.4.10", + "dompurify": "^3.4.11", "jsdom": "^29.1.1" }, "engines": { diff --git a/package.json b/package.json index 2e8f128..c74910e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@contentstack/delivery-sdk": "^5.2.1", "@contentstack/live-preview-utils": "^4.4.4", "@contentstack/utils": "^1.9.1", - "isomorphic-dompurify": "3.17.0", + "isomorphic-dompurify": "3.18.0", "next": "^16.2.9", "react": "^19.2.7", "react-dom": "^19.2.7"