diff --git a/package.json b/package.json index 20d1965..956b93c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mastodon-clippy", - "version": "1.1.0", + "version": "1.1.1", "description": "Mastodon clippy bot", "repository": "https://github.com/hughrun/mastodon-clippy.git", "main": "index.js", @@ -10,7 +10,7 @@ "author": "Hugh Rundle (https://www.hughrundle.net)", "license": "AGPL-3.0-or-later", "dependencies": { - "axios": "^0.21.1", + "axios": "^0.21.2", "ws": "^7.5.2" } }