From 5a9adf7a0f08a70a3d93ac99eb8806224e349db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 06:56:41 +0000 Subject: [PATCH] Bump preact from 10.23.1 to 10.23.2 Bumps [preact](https://github.com/preactjs/preact) from 10.23.1 to 10.23.2. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.23.1...10.23.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 6d690dd..6ce8b8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "bulma": "^1.0.2", "concurrently": "^8.2.2", "notiflix": "^3.2.7", - "preact": "^10.23.1", + "preact": "^10.23.2", "react-helmet-async": "^2.0.5", "rollup": "^4.20.0", "rollup-plugin-cleandir": "^2.0.0", @@ -4197,10 +4197,9 @@ } }, "node_modules/preact": { - "version": "10.23.1", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.23.1.tgz", - "integrity": "sha512-O5UdRsNh4vdZaTieWe3XOgSpdMAmkIYBCT3VhQDlKrzyCm8lUYsk0fmVEvoQQifoOjFRTaHZO69ylrzTW2BH+A==", - "license": "MIT", + "version": "10.23.2", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.23.2.tgz", + "integrity": "sha512-kKYfePf9rzKnxOAKDpsWhg/ysrHPqT+yQ7UW4JjdnqjFIeNUnNcEJvhuA8fDenxAGWzUqtd51DfVg7xp/8T9NA==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index e65aa0d..802cec5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bulma": "^1.0.2", "concurrently": "^8.2.2", "notiflix": "^3.2.7", - "preact": "^10.23.1", + "preact": "^10.23.2", "react-helmet-async": "^2.0.5", "rollup": "^4.20.0", "rollup-plugin-cleandir": "^2.0.0",