diff --git a/package-lock.json b/package-lock.json index 55cc688..9f7c0f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@contentstack/delivery-sdk": "^4.10.1", - "@contentstack/live-preview-utils": "4.1.0", + "@contentstack/live-preview-utils": "^4.1.3", "@nuxtjs/tailwindcss": "^6.14.0", "@timbenniks/contentstack-endpoints": "^2.0.0", "nuxt": "^4.0.3", @@ -479,14 +479,14 @@ } }, "node_modules/@contentstack/live-preview-utils": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-4.1.0.tgz", - "integrity": "sha512-jR7sAxImeIg1hXmYklyVjvCb2ft8C9lLpnUt8fxHTAF5UW+9Slp8Rs4Smq4QgGsm431hSPAkICXzEcRypjHnmw==", + "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", "@preact/compat": "17.1.2", - "@preact/signals": "1.2.2", + "@preact/signals": "^1.3.2", "classnames": "^2.5.1", "dayjs": "^1.11.13", "deepsignal": "^1.5.0", @@ -495,7 +495,7 @@ "goober": "^2.1.14", "lodash-es": "^4.17.21", "mustache": "^4.2.0", - "preact": "10.19.5", + "preact": "^10.27.2", "uuid": "^8.3.2" }, "optionalDependencies": { @@ -2729,12 +2729,12 @@ } }, "node_modules/@preact/signals": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@preact/signals/-/signals-1.2.2.tgz", - "integrity": "sha512-ColCqdo4cRP18bAuIR4Oik5rDpiyFtPIJIygaYPMEAwTnl4buWkBOflGBSzhYyPyJfKpkwlekrvK+1pzQ2ldWw==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@preact/signals/-/signals-1.3.2.tgz", + "integrity": "sha512-naxcJgUJ6BTOROJ7C3QML7KvwKwCXQJYTc5L/b0eEsdYgPB6SxwoQ1vDGcS0Q7GVjAenVq/tXrybVdFShHYZWg==", "license": "MIT", "dependencies": { - "@preact/signals-core": "^1.4.0" + "@preact/signals-core": "^1.7.0" }, "funding": { "type": "opencollective", @@ -8757,9 +8757,9 @@ } }, "node_modules/preact": { - "version": "10.19.5", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.5.tgz", - "integrity": "sha512-OPELkDmSVbKjbFqF9tgvOowiiQ9TmsJljIzXRyNE8nGiis94pwv1siF78rQkAP1Q1738Ce6pellRg/Ns/CtHqQ==", + "version": "10.28.1", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.28.1.tgz", + "integrity": "sha512-u1/ixq/lVQI0CakKNvLDEcW5zfCjUQfZdK9qqWuIJtsezuyG6pk9TWj75GMuI/EzRSZB/VAE43sNWWZfiy8psw==", "license": "MIT", "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 99976f4..4829334 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@contentstack/delivery-sdk": "^4.10.1", - "@contentstack/live-preview-utils": "4.1.0", + "@contentstack/live-preview-utils": "4.1.3", "@nuxtjs/tailwindcss": "^6.14.0", "@timbenniks/contentstack-endpoints": "^2.0.0", "nuxt": "^4.0.3",