From 881e80702033d824ab20f3bceb63bfd4108bbcf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 07:00:52 +0000 Subject: [PATCH] Bump preact from 10.25.0 to 10.25.1 Bumps [preact](https://github.com/preactjs/preact) from 10.25.0 to 10.25.1. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.25.0...10.25.1) --- updated-dependencies: - dependency-name: preact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0b300e..291a28c 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.0", + "preact": "^10.25.1", "react-helmet-async": "^2.0.5", "rollup": "^4.27.4", "rollup-plugin-cleandir": "^3.0.0", @@ -3814,9 +3814,10 @@ } }, "node_modules/preact": { - "version": "10.25.0", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.0.tgz", - "integrity": "sha512-6bYnzlLxXV3OSpUxLdaxBmE7PMOu0aR3pG6lryK/0jmvcDFPlcXGQAt5DpK3RITWiDrfYZRI0druyaK/S9kYLg==", + "version": "10.25.1", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.1.tgz", + "integrity": "sha512-frxeZV2vhQSohQwJ7FvlqC40ze89+8friponWUFeVEkaCfhC6Eu4V0iND5C9CXz8JLndV07QRDeXzH1+Anz5Og==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index c4cec05..f4f7c88 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.0", + "preact": "^10.25.1", "react-helmet-async": "^2.0.5", "rollup": "^4.27.4", "rollup-plugin-cleandir": "^3.0.0",