diff --git a/package-lock.json b/package-lock.json index 94edb0a..506cc6b 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.22.1", "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.22.1", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.22.1.tgz", + "integrity": "sha512-jRYbDDgMpIb5LHq3hkI0bbl+l/TQ9UnkdQ0ww+lp+4MMOdqaUYdFc5qeyP+IV8FAd/2Em7drVPeKdQxsiWCf/A==", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index 76473fe..e16839b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ ] }, "dependencies": { - "preact": "^10.21.0", + "preact": "^10.22.1", "swr": "^2.2.5", "tinygram": "^1.3.0", "webext-typed-messages": "^0.1.0",