diff --git a/package-lock.json b/package-lock.json index 8bc8449..5cf87a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@contentstack/delivery-sdk": "^5.2.0", - "@contentstack/live-preview-utils": "^4.4.1", + "@contentstack/live-preview-utils": "^4.4.2", "@timbenniks/contentstack-endpoints": "^3.0.2", "isomorphic-dompurify": "^3.14.0", "next": "^16.2.6", @@ -370,9 +370,9 @@ } }, "node_modules/@contentstack/live-preview-utils": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-4.4.1.tgz", - "integrity": "sha512-BRCRUyQE8L/YQdtsPGdx/nAgM/xd5lVVQljpHq6n0OyYt6gXcfeKCzIc3Clr42D8ypGWG8KFs5YdEntpCztBjw==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-4.4.2.tgz", + "integrity": "sha512-oUfh+wO6m9S0zN76nOb1SpGpOLuCqE5ZHRPM5azkEBmOQ18Nd/e7niqA37zKOkFLA8WpMf6rcZLqcHt2kK1EVg==", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.7.2", @@ -381,7 +381,7 @@ "classnames": "^2.5.1", "dayjs": "^1.11.13", "deepsignal": "^1.5.0", - "dompurify": "^3.4.0", + "dompurify": "^3.4.1", "get-xpath": "^3.2.0", "goober": "^2.1.16", "lodash-es": "^4.18.1", diff --git a/package.json b/package.json index 4ecb008..7ebf743 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@contentstack/delivery-sdk": "^5.2.0", - "@contentstack/live-preview-utils": "^4.4.1", + "@contentstack/live-preview-utils": "^4.4.2", "@timbenniks/contentstack-endpoints": "^3.0.2", "isomorphic-dompurify": "^3.14.0", "next": "^16.2.6",