From 27d1def8009d1de87f99fd82679727aa198efa1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:47:02 +0000 Subject: [PATCH] build(deps-dev): bump preact from 10.29.0 to 10.29.1 Bumps [preact](https://github.com/preactjs/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:development update-type: version-update:semver-patch ... 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 d3ab3dd3..7b880b94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "husky": "9.1.7", "lint-staged": "16.4.0", "playwright": "1.59.1", - "preact": "10.29.0", + "preact": "10.29.1", "publint": "0.3.18", "react": "19.2.4", "react-dom": "19.2.4", @@ -6106,9 +6106,9 @@ } }, "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==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index a7e0e7d7..81a174e2 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "husky": "9.1.7", "lint-staged": "16.4.0", "playwright": "1.59.1", - "preact": "10.29.0", + "preact": "10.29.1", "publint": "0.3.18", "react": "19.2.4", "react-dom": "19.2.4",