From 384784cfed914565f5c52fc3d79f7d8ed2663d58 Mon Sep 17 00:00:00 2001 From: Tim Benniks Date: Mon, 20 Oct 2025 13:56:09 +0200 Subject: [PATCH] deps --- package-lock.json | 8 ++++---- package.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce32b14..87232ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@contentstack/delivery-sdk": "^4.10.0", - "@contentstack/live-preview-utils": "^4.0.2", + "@contentstack/live-preview-utils": "^4.1.0", "@timbenniks/contentstack-endpoints": "^1.0.16", "dompurify": "^3.2.7", "next": "^15.5.4", @@ -83,9 +83,9 @@ } }, "node_modules/@contentstack/live-preview-utils": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-4.0.2.tgz", - "integrity": "sha512-BN0NItbsCZKuqGFFF3xGtiIjF7ZqxLIwwml1NGl1lxV2VqcdznOk31ZOjaYMxukySNWy8auQeatYPCxxt80/CQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-4.1.0.tgz", + "integrity": "sha512-jR7sAxImeIg1hXmYklyVjvCb2ft8C9lLpnUt8fxHTAF5UW+9Slp8Rs4Smq4QgGsm431hSPAkICXzEcRypjHnmw==", "license": "MIT", "dependencies": { "@floating-ui/dom": "^1.7.2", diff --git a/package.json b/package.json index 96f24c9..ffd6a13 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ }, "dependencies": { "@contentstack/delivery-sdk": "^4.10.0", - "@contentstack/live-preview-utils": "^4.0.2", + "@contentstack/live-preview-utils": "^4.1.1", "@timbenniks/contentstack-endpoints": "^1.0.16", - "dompurify": "^3.2.7", - "next": "^15.5.4", - "react": "^19.1.1", - "react-dom": "^19.1.1" + "dompurify": "^3.3.0", + "next": "^15.5.6", + "react": "^19.2.0", + "react-dom": "^19.2.0" }, "devDependencies": { "@eslint/eslintrc": "^3",