diff --git a/package-lock.json b/package-lock.json index af8f4a08..2d66595f 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" }, @@ -8463,9 +8463,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 c0bdae4d..a3120a2a 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" },