From 576773f2df5aab881d247cee267ab48f9baf4625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:38:35 +0000 Subject: [PATCH] Bump preact from 10.24.1 to 10.24.2 Bumps [preact](https://github.com/preactjs/preact) from 10.24.1 to 10.24.2. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.24.1...10.24.2) --- 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, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab1bdef..a60a550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "bulma": "^1.0.2", "concurrently": "^9.0.1", "notiflix": "^3.2.7", - "preact": "^10.23.2", + "preact": "^10.24.2", "react-helmet-async": "^2.0.5", "rollup": "^4.23.0", "rollup-plugin-cleandir": "^3.0.0", @@ -3934,10 +3934,9 @@ } }, "node_modules/preact": { - "version": "10.24.1", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.1.tgz", - "integrity": "sha512-PnBAwFI3Yjxxcxw75n6VId/5TFxNW/81zexzWD9jn1+eSrOP84NdsS38H5IkF/UH3frqRPT+MvuCoVHjTDTnDw==", - "license": "MIT", + "version": "10.24.2", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.2.tgz", + "integrity": "sha512-1cSoF0aCC8uaARATfrlz4VCBqE8LwZwRfLgkxJOQwAlQt6ayTmi0D9OF7nXid1POI5SZidFuG9CnlXbDfLqY/Q==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index 8c4c42d..93627a3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bulma": "^1.0.2", "concurrently": "^9.0.1", "notiflix": "^3.2.7", - "preact": "^10.23.2", + "preact": "^10.24.2", "react-helmet-async": "^2.0.5", "rollup": "^4.23.0", "rollup-plugin-cleandir": "^3.0.0",