From 30e2d0df4f3055bd70b0bd95d29673f85ed03b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 06:47:37 +0000 Subject: [PATCH] Bump preact from 10.25.2 to 10.25.3 Bumps [preact](https://github.com/preactjs/preact) from 10.25.2 to 10.25.3. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.25.2...10.25.3) --- 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 a23d4c9..ac83f9d 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.2", + "preact": "^10.25.3", "react-helmet-async": "^2.0.5", "rollup": "^4.28.1", "rollup-plugin-cleandir": "^3.0.0", @@ -3849,9 +3849,9 @@ } }, "node_modules/preact": { - "version": "10.25.2", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.2.tgz", - "integrity": "sha512-GEts1EH3oMnqdOIeXhlbBSddZ9nrINd070WBOiPO2ous1orrKGUM4SMDbwyjSWD1iMS2dBvaDjAa5qUhz3TXqw==", + "version": "10.25.3", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.3.tgz", + "integrity": "sha512-dzQmIFtM970z+fP9ziQ3yG4e3ULIbwZzJ734vaMVUTaKQ2+Ru1Ou/gjshOYVHCcd1rpAelC6ngjvjDXph98unQ==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index 9ac1257..206ebe7 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.2", + "preact": "^10.25.3", "react-helmet-async": "^2.0.5", "rollup": "^4.28.1", "rollup-plugin-cleandir": "^3.0.0",