From ceb05856d5a550e6dfb371fb563028b3ff012344 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 03:37:55 +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/72f6690a-5bce-4280-bc0a-75fe792acadd?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 2e0d165..ef8d172 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 a36a7b9..dadbb05 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,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",