From 15c8830e32447deaded01573b66cc512edf4b7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 08:05:04 +0000 Subject: [PATCH] Bump preact from 10.24.3 to 10.25.0 Bumps [preact](https://github.com/preactjs/preact) from 10.24.3 to 10.25.0. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.24.3...10.25.0) --- updated-dependencies: - dependency-name: preact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ab9b0b5..ac52c866 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "csv-parse": "^5.5.6", "heroicons-astro": "^1.0.4", "luxon": "^3.5.0", - "preact": "^10.24.3", + "preact": "^10.25.0", "sharp": "^0.33.5", "tailwindcss": "^3.4.14" }, @@ -8458,9 +8458,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/preact": { - "version": "10.24.3", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz", - "integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==", + "version": "10.25.0", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.0.tgz", + "integrity": "sha512-6bYnzlLxXV3OSpUxLdaxBmE7PMOu0aR3pG6lryK/0jmvcDFPlcXGQAt5DpK3RITWiDrfYZRI0druyaK/S9kYLg==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index 1c5e9cc6..e705f75e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "csv-parse": "^5.5.6", "heroicons-astro": "^1.0.4", "luxon": "^3.5.0", - "preact": "^10.24.3", + "preact": "^10.25.0", "sharp": "^0.33.5", "tailwindcss": "^3.4.14" },