diff --git a/package-lock.json b/package-lock.json index 258134a..cf940af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "MIT", "dependencies": { "htm": "3.1.1", - "preact": "10.26.1" + "preact": "10.29.2" }, "engines": { "node": ">=24.0.0" @@ -21,9 +21,9 @@ "license": "Apache-2.0" }, "node_modules/preact": { - "version": "10.26.1", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.26.1.tgz", - "integrity": "sha512-K5aMG0NdGHZ8yV1GfGtGA4JwnWxe/HIDzyr9svdo2DeokLUJ/+W8MpeuPrfOytu5rHHgYQrvGxUoW83sapJZnw==", + "version": "10.29.2", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.2.tgz", + "integrity": "sha512-7tNmwg/7mzzAoB/8kSg6Hl37JraAZw3Z3A0JSY7VXlZwo82Xn0G7wKbNNs2qoF4ZEEsQGTwDAroNdqKs1ofJxQ==", "license": "MIT", "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 395e032..c8d5d3f 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ }, "dependencies": { "htm": "3.1.1", - "preact": "10.26.1" + "preact": "10.29.2" } }