From fa5ee7cad9098fe6d2fd9c21a37823315f511306 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 03:55:45 +0000 Subject: [PATCH] feat: upgrade @contentstack/live-preview-utils from 3.4.0 to 4.0.0 Snyk has created this PR to upgrade @contentstack/live-preview-utils from 3.4.0 to 4.0.0. See this package in npm: @contentstack/live-preview-utils See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/bfb18ed6-d75f-4fdd-a858-d7bae2b0c909?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 8ab195b..7205dd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@contentstack/delivery-sdk": "^4.8.0", - "@contentstack/live-preview-utils": "^3.4.0", + "@contentstack/live-preview-utils": "^4.0.0", "@nuxtjs/tailwindcss": "^6.14.0", "@timbenniks/contentstack-endpoints": "^1.0.14", "nuxt": "^4.0.3", @@ -501,9 +501,9 @@ } }, "node_modules/@contentstack/live-preview-utils": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-3.4.0.tgz", - "integrity": "sha512-nK28/1Xdc3C79CBTXle70qfaWi5SRs7nfR5l/CM0skW+Sc4Eate5h5bnZfji5U+O7kfxATut6wEixUVBH6jbVQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-4.0.0.tgz", + "integrity": "sha512-NkZGNfVjYFzb32WaZ9gZXANHWw+qiPVWi42qUqACOkRIqQ7jz7P98DnmBVWKnalyhI3eQuogLfICjD+kX9D5ig==", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.7.2", diff --git a/package.json b/package.json index 24a447a..b45c251 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@contentstack/delivery-sdk": "^4.8.0", - "@contentstack/live-preview-utils": "^3.4.0", + "@contentstack/live-preview-utils": "^4.0.0", "@nuxtjs/tailwindcss": "^6.14.0", "@timbenniks/contentstack-endpoints": "^1.0.14", "nuxt": "^4.0.3",