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