diff --git a/package-lock.json b/package-lock.json index e0b300e..291a28c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "bulma": "^1.0.2", "concurrently": "^9.1.0", "notiflix": "^3.2.7", - "preact": "^10.25.0", + "preact": "^10.25.1", "react-helmet-async": "^2.0.5", "rollup": "^4.27.4", "rollup-plugin-cleandir": "^3.0.0", @@ -3814,9 +3814,10 @@ } }, "node_modules/preact": { - "version": "10.25.0", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.0.tgz", - "integrity": "sha512-6bYnzlLxXV3OSpUxLdaxBmE7PMOu0aR3pG6lryK/0jmvcDFPlcXGQAt5DpK3RITWiDrfYZRI0druyaK/S9kYLg==", + "version": "10.25.1", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.1.tgz", + "integrity": "sha512-frxeZV2vhQSohQwJ7FvlqC40ze89+8friponWUFeVEkaCfhC6Eu4V0iND5C9CXz8JLndV07QRDeXzH1+Anz5Og==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index c4cec05..f4f7c88 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bulma": "^1.0.2", "concurrently": "^9.1.0", "notiflix": "^3.2.7", - "preact": "^10.25.0", + "preact": "^10.25.1", "react-helmet-async": "^2.0.5", "rollup": "^4.27.4", "rollup-plugin-cleandir": "^3.0.0",