From 33d1831dacb7add8435637c55b477188b83132ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 04:39:29 +0000 Subject: [PATCH] build(deps-dev): bump preact from 10.24.0 to 10.24.1 Bumps [preact](https://github.com/preactjs/preact) from 10.24.0 to 10.24.1. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.24.0...10.24.1) --- updated-dependencies: - dependency-name: preact dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0a85a88..4ced6601 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "jest-environment-jsdom": "29.7.0", "jest-watch-typeahead": "2.2.2", "lint-staged": "15.2.10", - "preact": "10.24.0", + "preact": "10.24.1", "react": "18.3.1", "react-dom": "18.3.1", "rollup": "4.22.4", @@ -7476,9 +7476,9 @@ "license": "MIT" }, "node_modules/preact": { - "version": "10.24.0", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.0.tgz", - "integrity": "sha512-aK8Cf+jkfyuZ0ZZRG9FbYqwmEiGQ4y/PUO4SuTWoyWL244nZZh7bd5h2APd4rSNDYTBNghg1L+5iJN3Skxtbsw==", + "version": "10.24.1", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.1.tgz", + "integrity": "sha512-PnBAwFI3Yjxxcxw75n6VId/5TFxNW/81zexzWD9jn1+eSrOP84NdsS38H5IkF/UH3frqRPT+MvuCoVHjTDTnDw==", "dev": true, "funding": { "type": "opencollective", @@ -14668,9 +14668,9 @@ "dev": true }, "preact": { - "version": "10.24.0", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.0.tgz", - "integrity": "sha512-aK8Cf+jkfyuZ0ZZRG9FbYqwmEiGQ4y/PUO4SuTWoyWL244nZZh7bd5h2APd4rSNDYTBNghg1L+5iJN3Skxtbsw==", + "version": "10.24.1", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.1.tgz", + "integrity": "sha512-PnBAwFI3Yjxxcxw75n6VId/5TFxNW/81zexzWD9jn1+eSrOP84NdsS38H5IkF/UH3frqRPT+MvuCoVHjTDTnDw==", "dev": true }, "prelude-ls": { diff --git a/package.json b/package.json index cd35f49e..e0c66551 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "jest-environment-jsdom": "29.7.0", "jest-watch-typeahead": "2.2.2", "lint-staged": "15.2.10", - "preact": "10.24.0", + "preact": "10.24.1", "react": "18.3.1", "react-dom": "18.3.1", "rollup": "4.22.4",