From c337614fe6b8e057bc3341868b2c73ed5db4d9c2 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 6 Nov 2021 10:15:33 +1100 Subject: [PATCH] bump axios and version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } }