diff --git a/package-lock.json b/package-lock.json index 6565bbf..0d58e16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@contentstack/delivery-sdk": "^4.10.0", - "@contentstack/live-preview-utils": "^4.0.2", + "@contentstack/live-preview-utils": "^4.1.2", "@nuxtjs/tailwindcss": "^6.14.0", "@timbenniks/contentstack-endpoints": "^1.0.16", "nuxt": "^4.1.2", @@ -482,14 +482,14 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/@contentstack/live-preview-utils/-/live-preview-utils-4.1.2.tgz", + "integrity": "sha512-4TxMJRa3G7pJgldjgYjUfSFru1aI8G2deW3iDsBsUvlSyTTggjRzzphkqUBvp4BwlpUTUZbZJaoCEo2i7cimXg==", "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", @@ -498,7 +498,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": { @@ -2732,12 +2732,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", @@ -8770,9 +8770,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.0", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.28.0.tgz", + "integrity": "sha512-rytDAoiXr3+t6OIP3WGlDd0ouCUG1iCWzkcY3++Nreuoi17y6T5i/zRhe6uYfoVcxq6YU+sBtJouuRDsq8vvqA==", "license": "MIT", "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 09906ee..81db859 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@contentstack/delivery-sdk": "^4.10.0", - "@contentstack/live-preview-utils": "^4.0.2", + "@contentstack/live-preview-utils": "^4.1.2", "@nuxtjs/tailwindcss": "^6.14.0", "@timbenniks/contentstack-endpoints": "^1.0.16", "nuxt": "^4.1.2",