From 4b8fc49201f7c0b2cc58e91d072b4d62dd7e9944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:36:50 +0000 Subject: [PATCH] Bump preact from 10.25.1 to 10.25.2 Bumps [preact](https://github.com/preactjs/preact) from 10.25.1 to 10.25.2. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](https://github.com/preactjs/preact/compare/10.25.1...10.25.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 ce54a20e..47068743 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "csv-parse": "^5.6.0", "heroicons-astro": "^1.0.4", "luxon": "^3.5.0", - "preact": "^10.25.1", + "preact": "^10.25.2", "sharp": "^0.33.5", "tailwindcss": "^3.4.16" }, @@ -9273,10 +9273,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/preact": { - "version": "10.25.1", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.1.tgz", - "integrity": "sha512-frxeZV2vhQSohQwJ7FvlqC40ze89+8friponWUFeVEkaCfhC6Eu4V0iND5C9CXz8JLndV07QRDeXzH1+Anz5Og==", - "license": "MIT", + "version": "10.25.2", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.2.tgz", + "integrity": "sha512-GEts1EH3oMnqdOIeXhlbBSddZ9nrINd070WBOiPO2ous1orrKGUM4SMDbwyjSWD1iMS2dBvaDjAa5qUhz3TXqw==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index f5d9b8d5..920ac8b2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "csv-parse": "^5.6.0", "heroicons-astro": "^1.0.4", "luxon": "^3.5.0", - "preact": "^10.25.1", + "preact": "^10.25.2", "sharp": "^0.33.5", "tailwindcss": "^3.4.16" },