diff --git a/package-lock.json b/package-lock.json index 94edb0a..a73c83a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "telegram-send", "version": "2.0.1", "dependencies": { - "preact": "^10.21.0", + "preact": "^10.23.2", "swr": "^2.2.5", "tinygram": "^1.3.0", "webext-typed-messages": "^0.1.0", @@ -7614,9 +7614,9 @@ } }, "node_modules/preact": { - "version": "10.21.0", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.21.0.tgz", - "integrity": "sha512-aQAIxtzWEwH8ou+OovWVSVNlFImL7xUCwJX3YMqA3U8iKCNC34999fFOnWjYNsylgfPgMexpbk7WYOLtKr/mxg==", + "version": "10.23.2", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.23.2.tgz", + "integrity": "sha512-kKYfePf9rzKnxOAKDpsWhg/ysrHPqT+yQ7UW4JjdnqjFIeNUnNcEJvhuA8fDenxAGWzUqtd51DfVg7xp/8T9NA==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index 76473fe..df9a000 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ ] }, "dependencies": { - "preact": "^10.21.0", + "preact": "^10.23.2", "swr": "^2.2.5", "tinygram": "^1.3.0", "webext-typed-messages": "^0.1.0",