From 0e83bd0f67b685a59684d4510e03ca09953a1cd0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jun 2026 05:19:15 +0000 Subject: [PATCH] fix: upgrade @contentstack/live-preview-utils from 4.4.1 to 4.4.2 Snyk has created this PR to upgrade @contentstack/live-preview-utils from 4.4.1 to 4.4.2. See this package in npm: @contentstack/live-preview-utils 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecfdcb3..9c6aa22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@contentstack/delivery-sdk": "^5.1.2", - "@contentstack/live-preview-utils": "^4.4.0", + "@contentstack/live-preview-utils": "^4.4.2", "@timbenniks/contentstack-endpoints": "^3.0.2", "isomorphic-dompurify": "^3.8.0", "next": "^16.2.6", @@ -370,9 +370,9 @@ } }, "node_modules/@contentstack/live-preview-utils": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-4.4.1.tgz", - "integrity": "sha512-BRCRUyQE8L/YQdtsPGdx/nAgM/xd5lVVQljpHq6n0OyYt6gXcfeKCzIc3Clr42D8ypGWG8KFs5YdEntpCztBjw==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-4.4.2.tgz", + "integrity": "sha512-oUfh+wO6m9S0zN76nOb1SpGpOLuCqE5ZHRPM5azkEBmOQ18Nd/e7niqA37zKOkFLA8WpMf6rcZLqcHt2kK1EVg==", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.7.2", @@ -381,7 +381,7 @@ "classnames": "^2.5.1", "dayjs": "^1.11.13", "deepsignal": "^1.5.0", - "dompurify": "^3.4.0", + "dompurify": "^3.4.1", "get-xpath": "^3.2.0", "goober": "^2.1.16", "lodash-es": "^4.18.1", diff --git a/package.json b/package.json index 0d53f4b..c5ee1a9 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@contentstack/delivery-sdk": "^5.1.2", - "@contentstack/live-preview-utils": "^4.4.0", + "@contentstack/live-preview-utils": "^4.4.2", "@timbenniks/contentstack-endpoints": "^3.0.2", "isomorphic-dompurify": "^3.8.0", "next": "^16.2.6",