From bf68ff39cc9a3d9ad9b7093c7f249053dc6dc9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:48:57 +0000 Subject: [PATCH] Bump preact from 10.23.1 to 10.25.4 Bumps [preact](https://github.com/preactjs/preact) from 10.23.1 to 10.25.4. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.23.1...10.25.4) --- updated-dependencies: - dependency-name: preact dependency-type: direct:production update-type: version-update:semver-minor ... 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 8ca5f59..d919c54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "luxon": "^3.5.0", "node-fetch": "^3.3.2", "node-simple-cert": "0.0.1", - "preact": "^10.23.1", + "preact": "^10.25.4", "react-hotkeys-hook": "^4.5.0", "reconnecting-websocket": "^4.4.0", "styled-components": "^6.1.12", @@ -12279,10 +12279,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.25.4", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.4.tgz", + "integrity": "sha512-jLdZDb+Q+odkHJ+MpW/9U5cODzqnB+fy2EiHSZES7ldV5LK7yjlVzTp7R8Xy6W6y75kfK8iWYtFVH7lvjwrCMA==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index a43bce7..4645b79 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "luxon": "^3.5.0", "node-fetch": "^3.3.2", "node-simple-cert": "0.0.1", - "preact": "^10.23.1", + "preact": "^10.25.4", "react-hotkeys-hook": "^4.5.0", "reconnecting-websocket": "^4.4.0", "styled-components": "^6.1.12",