From 0c3b8e15b960ab5bfcb18028727d7984d6cc2eb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 03:13:49 +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/cb8e9641-fcbc-403f-a0ea-666b3812cab8?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 dced7da..afcf620 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@contentstack/delivery-sdk": "^4.8.0", - "@contentstack/live-preview-utils": "^3.4.0", + "@contentstack/live-preview-utils": "^4.0.0", "@graphql-codegen/cli": "^5.0.7", "@graphql-codegen/client-preset": "^4.8.3", "@graphql-codegen/typescript": "^4.1.6", @@ -368,9 +368,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 afe14cc..5a5a714 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", "@graphql-codegen/cli": "^5.0.7", "@graphql-codegen/client-preset": "^4.8.3", "@graphql-codegen/typescript": "^4.1.6",