Merge pull request #3 from hughrun/deps

bump axios and version
This commit is contained in:
Hugh Rundle 2021-11-06 10:16:18 +11:00 committed by GitHub
commit d51bd3014e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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