From d43990ff225847a4e05cc73cbd14a3d3c4806609 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 03:52:04 +0000 Subject: [PATCH] fix: upgrade @contentstack/live-preview-utils from 4.0.2 to 4.1.3 Snyk has created this PR to upgrade @contentstack/live-preview-utils from 4.0.2 to 4.1.3. See this package in npm: @contentstack/live-preview-utils See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/f5cf380b-6f32-48ef-82ae-ca66ae38d24a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6565bbf..8f59671 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.3", "@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.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", @@ -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.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 09906ee..b94f285 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.3", "@nuxtjs/tailwindcss": "^6.14.0", "@timbenniks/contentstack-endpoints": "^1.0.16", "nuxt": "^4.1.2",