From ae62597c43704106dd8e55ce94f827328086a8ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 01:20:45 +0000 Subject: [PATCH] fix: upgrade @contentstack/live-preview-utils from 4.1.2 to 4.1.3 Snyk has created this PR to upgrade @contentstack/live-preview-utils from 4.1.2 to 4.1.3. See this package in npm: @contentstack/live-preview-utils See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/5d3c855d-b8d3-4cf0-8642-bca7af7e7cf0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21c0de9..6f77750 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@contentstack/delivery-sdk": "^4.10.3", - "@contentstack/live-preview-utils": "4.1.2", + "@contentstack/live-preview-utils": "^4.1.3", "@timbenniks/contentstack-endpoints": "^2.1.0", "isomorphic-dompurify": "^2.33.0", "next": "^16.0.10", @@ -365,9 +365,9 @@ } }, "node_modules/@contentstack/live-preview-utils": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-4.1.2.tgz", - "integrity": "sha512-4TxMJRa3G7pJgldjgYjUfSFru1aI8G2deW3iDsBsUvlSyTTggjRzzphkqUBvp4BwlpUTUZbZJaoCEo2i7cimXg==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-4.1.3.tgz", + "integrity": "sha512-maRSDfSV072Rlf754mvu9Tz3wTktX1WFgK3em6BrivCGBCWPXqG9JcT5r1Nl27PwECPlToVEYriUSIy7do2GuA==", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.7.2", diff --git a/package.json b/package.json index 72f14d1..863bba8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@contentstack/delivery-sdk": "^4.10.3", - "@contentstack/live-preview-utils": "4.1.2", + "@contentstack/live-preview-utils": "4.1.3", "@timbenniks/contentstack-endpoints": "^2.1.0", "isomorphic-dompurify": "^2.33.0", "next": "^16.0.10",