diff --git a/package-lock.json b/package-lock.json index 2bae1eb..6ddd25a 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", "@timbenniks/contentstack-endpoints": "^1.0.14", "isomorphic-dompurify": "^2.26.0", "next": "15.4.6", @@ -96,9 +96,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 24941ec..94881dc 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@contentstack/delivery-sdk": "^4.8.0", - "@contentstack/live-preview-utils": "^3.4.0", + "@contentstack/live-preview-utils": "^4.0.0", "@timbenniks/contentstack-endpoints": "^1.0.14", "isomorphic-dompurify": "^2.26.0", "next": "15.4.6",