From 1a945afb94e0d67b78b31c9dfc816363de14296e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jul 2026 05:37:29 +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/315ec182-1897-4975-b529-26fed99398b6?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 21f2fa3..daa9496 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 9b61b80..c804590 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,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"