From a7bb7f78169cce26d29644dbcece353475162472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:10:11 +0000 Subject: [PATCH] Bump preact from 10.25.3 to 10.25.4 Bumps [preact](https://github.com/preactjs/preact) from 10.25.3 to 10.25.4. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.25.3...10.25.4) --- updated-dependencies: - dependency-name: preact 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 58d3e2b..f2896e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "bulma": "^1.0.2", "concurrently": "^9.1.0", "notiflix": "^3.2.7", - "preact": "^10.25.3", + "preact": "^10.25.4", "react-helmet-async": "^2.0.5", "rollup": "^4.29.1", "rollup-plugin-cleandir": "^3.0.0", @@ -3849,9 +3849,9 @@ } }, "node_modules/preact": { - "version": "10.25.3", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.3.tgz", - "integrity": "sha512-dzQmIFtM970z+fP9ziQ3yG4e3ULIbwZzJ734vaMVUTaKQ2+Ru1Ou/gjshOYVHCcd1rpAelC6ngjvjDXph98unQ==", + "version": "10.25.4", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.4.tgz", + "integrity": "sha512-jLdZDb+Q+odkHJ+MpW/9U5cODzqnB+fy2EiHSZES7ldV5LK7yjlVzTp7R8Xy6W6y75kfK8iWYtFVH7lvjwrCMA==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index 883b715..05785f2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bulma": "^1.0.2", "concurrently": "^9.1.0", "notiflix": "^3.2.7", - "preact": "^10.25.3", + "preact": "^10.25.4", "react-helmet-async": "^2.0.5", "rollup": "^4.29.1", "rollup-plugin-cleandir": "^3.0.0",