From 66176d31ecbd3cd604661e96af2ba34eae3c5636 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Mar 2026 06:36:26 +0000 Subject: [PATCH] feat: upgrade isomorphic-dompurify from 2.36.0 to 3.0.0 Snyk has created this PR to upgrade isomorphic-dompurify from 2.36.0 to 3.0.0. See this package in npm: isomorphic-dompurify See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/840d6309-d3d1-4570-a074-6709a8b30c8b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dae56e6..92872a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "kickstart-next-middleware", - "version": "1.0.14", + "version": "1.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kickstart-next-middleware", - "version": "1.0.14", + "version": "1.0.15", "license": "MIT", "dependencies": { "@contentstack/delivery-sdk": "^5.1.2", "@contentstack/live-preview-utils": "^4.2.1", "@timbenniks/contentstack-endpoints": "^2.1.0", - "isomorphic-dompurify": "^2.36.0", + "isomorphic-dompurify": "^3.0.0", "next": "^16.2.0", "react": "^19.2.4", "react-dom": "^19.2.4" @@ -5111,16 +5111,16 @@ "license": "ISC" }, "node_modules/isomorphic-dompurify": { - "version": "2.36.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-2.36.0.tgz", - "integrity": "sha512-E8YkGyPY3a/U5s0WOoc8Ok+3SWL/33yn2IHCoxCFLBUUPVy9WGa++akJZFxQCcJIhI+UvYhbrbnTIFQkHKZbgA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.0.0.tgz", + "integrity": "sha512-5K+MYP7Nrg74+Bi+QmQGzQ/FgEOyVHWsN8MuJy5wYQxxBRxPnWsD25Tjjt5FWYhan3OQ+vNLubyNJH9dfG03lQ==", "license": "MIT", "dependencies": { "dompurify": "^3.3.1", "jsdom": "^28.0.0" }, "engines": { - "node": ">=20.19.5" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" } }, "node_modules/iterator.prototype": { diff --git a/package.json b/package.json index 5da3b79..c55aca0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@contentstack/delivery-sdk": "^5.1.2", "@contentstack/live-preview-utils": "^4.2.1", "@timbenniks/contentstack-endpoints": "^2.1.0", - "isomorphic-dompurify": "^2.36.0", + "isomorphic-dompurify": "^3.0.0", "next": "^16.2.0", "react": "^19.2.4", "react-dom": "^19.2.4"