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",