diff --git a/package-lock.json b/package-lock.json index 2ccf2c9b..dd5c0986 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "goober": "^2.1.14", "lodash-es": "^4.17.21", "mustache": "^4.2.0", - "preact": "^10.19.5", + "preact": "^10.25.3", "uuid": "^8.3.2" }, "devDependencies": { @@ -6136,9 +6136,10 @@ } }, "node_modules/preact": { - "version": "10.23.2", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.23.2.tgz", - "integrity": "sha512-kKYfePf9rzKnxOAKDpsWhg/ysrHPqT+yQ7UW4JjdnqjFIeNUnNcEJvhuA8fDenxAGWzUqtd51DfVg7xp/8T9NA==", + "version": "10.25.3", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.3.tgz", + "integrity": "sha512-dzQmIFtM970z+fP9ziQ3yG4e3ULIbwZzJ734vaMVUTaKQ2+Ru1Ou/gjshOYVHCcd1rpAelC6ngjvjDXph98unQ==", + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index b3bde6d5..e6028eb7 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "goober": "^2.1.14", "lodash-es": "^4.17.21", "mustache": "^4.2.0", - "preact": "^10.19.5", + "preact": "^10.25.3", "uuid": "^8.3.2" }, "optionalDependencies": {