From 0ccecabe7370608baa2def86f05d28abed245561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 22:06:31 +0000 Subject: [PATCH] Bump preact from 10.29.0 to 10.29.1 in the ui-frameworks group Bumps the ui-frameworks group with 1 update: [preact](https://github.com/preactjs/preact). Updates `preact` from 10.29.0 to 10.29.1 - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.29.0...10.29.1) --- updated-dependencies: - dependency-name: preact dependency-version: 10.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ui-frameworks ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc1bdb443f5..bdfce51a673 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "nanostores": "^0.11.4", "next": "14.2.35", "pino": "^9.14.0", - "preact": "^10.29.0", + "preact": "^10.29.1", "react-instantsearch": "^7.28.1", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", @@ -32083,9 +32083,9 @@ "license": "MIT" }, "node_modules/preact": { - "version": "10.29.0", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.0.tgz", - "integrity": "sha512-wSAGyk2bYR1c7t3SZ3jHcM6xy0lcBcDel6lODcs9ME6Th++Dx2KU+6D3HD8wMMKGA8Wpw7OMd3/4RGzYRpzwRg==", + "version": "10.29.1", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.1.tgz", + "integrity": "sha512-gQCLc/vWroE8lIpleXtdJhTFDogTdZG9AjMUpVkDf2iTCNwYNWA+u16dL41TqUDJO4gm2IgrcMv3uTpjd4Pwmg==", "license": "MIT", "funding": { "type": "opencollective", diff --git a/package.json b/package.json index c2c5fbac76f..7a8ecc802b0 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "nanostores": "^0.11.4", "next": "14.2.35", "pino": "^9.14.0", - "preact": "^10.29.0", + "preact": "^10.29.1", "react-instantsearch": "^7.28.1", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0",