From cec030a7a00c48348049252eb3b579af748c6fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:57:44 +0000 Subject: [PATCH] chore(deps): bump preact from 10.28.3 to 10.28.4 Bumps [preact](https://github.com/preactjs/preact) from 10.28.3 to 10.28.4. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.28.3...10.28.4) --- updated-dependencies: - dependency-name: preact dependency-version: 10.28.4 dependency-type: direct:production 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 663e6d5..9f61b23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "astro-lighthouse": "^0.1.3", "astro-robots": "^2.3.1", "astro-seo": "^1.1.0", - "preact": "^10.28.3", + "preact": "^10.28.4", "rehype-external-links": "^3.0.0", "tailwindcss": "^4.1.18" }, @@ -12988,9 +12988,9 @@ "license": "MIT" }, "node_modules/preact": { - "version": "10.28.3", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.28.3.tgz", - "integrity": "sha512-tCmoRkPQLpBeWzpmbhryairGnhW9tKV6c6gr/w+RhoRoKEJwsjzipwp//1oCpGPOchvSLaAPlpcJi9MwMmoPyA==", + "version": "10.28.4", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.28.4.tgz", + "integrity": "sha512-uKFfOHWuSNpRFVTnljsCluEFq57OKT+0QdOiQo8XWnQ/pSvg7OpX5eNOejELXJMWy+BwM2nobz0FkvzmnpCNsQ==", "license": "MIT", "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 846a387..9bd4c74 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "astro-lighthouse": "^0.1.3", "astro-robots": "^2.3.1", "astro-seo": "^1.1.0", - "preact": "^10.28.3", + "preact": "^10.28.4", "rehype-external-links": "^3.0.0", "tailwindcss": "^4.1.18" },