summary refs log tree commit diff homepage
path: root/package.json
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2021-06-26 15:50:27 -0400
committerdestruc7i0n <destruc7i0n@users.noreply.github.com>2021-06-26 15:50:27 -0400
commit8f635bd0b0d47bf8ee68e2208d4407eaa0c95f84 (patch)
tree07db8177b1c29dbb7a17bf4e31a9234990bbf7bb /package.json
parentuse uuids for avatar requests with webhooks (diff)
downloadshulker-8f635bd0b0d47bf8ee68e2208d4407eaa0c95f84.tar.gz
shulker-8f635bd0b0d47bf8ee68e2208d4407eaa0c95f84.zip
only allow text messages to be handled
* move config.json to config.example.json
* update packages
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index baddfdc..1b1894d 100644
--- a/package.json
+++ b/package.json
@@ -23,18 +23,18 @@
   },
   "homepage": "https://github.com/destruc7i0n/shulker#readme",
   "dependencies": {
-    "axios": "^0.21.0",
+    "axios": "^0.21.1",
     "discord.js": "^11.6.1",
     "emoji-strip": "^1.0.1",
     "express": "^4.17.1",
-    "tail": "^2.0.4"
+    "tail": "^2.2.3"
   },
   "devDependencies": {
     "@types/emoji-strip": "^1.0.0",
-    "@types/express": "^4.17.8",
-    "@types/tail": "^2.0.0",
-    "standard": "^16.0.1",
+    "@types/express": "^4.17.12",
+    "@types/tail": "^2.2.0",
+    "standard": "^16.0.3",
     "tslint-config-standard": "^9.0.0",
-    "typescript": "^4.0.5"
+    "typescript": "^4.3.4"
   }
 }