Browse Source

Update bot deps

ghorsington 3 years ago
parent
commit
b96d0f2e57
1 changed files with 19 additions and 18 deletions
  1. 19 18
      bot/package.json

+ 19 - 18
bot/package.json

@@ -27,57 +27,58 @@
    },
    "dependencies": {
       "@google-cloud/translate": "^5.3.0",
-      "@types/cheerio": "^0.22.18",
+      "@types/cheerio": "^0.22.21",
       "@types/humanize-duration": "^3.18.0",
-      "@types/koa": "^2.11.3",
+      "@types/koa": "^2.11.4",
       "@types/koa-router": "^7.4.1",
       "@types/lowdb": "^1.0.9",
       "@types/node-schedule": "^1.3.0",
       "@types/sha1": "^1.1.2",
       "@types/turndown": "^5.0.0",
-      "@types/ws": "^7.2.4",
+      "@types/ws": "^7.2.6",
       "@types/xml2js": "^0.4.5",
       "cheerio": "^1.0.0-rc.3",
-      "discord.js": "^12.2.0",
+      "discord.js": "^12.3.1",
       "dotenv": "^8.2.0",
       "emoji-regex": "^9.0.0",
       "express": "^4.17.1",
       "form-data": "^3.0.0",
-      "got": "^11.2.0",
+      "google-protobuf": "^3.13.0",
+      "got": "^11.5.2",
       "html2bbcode": "^1.2.6",
-      "humanize-duration": "^3.23.0",
+      "humanize-duration": "^3.23.1",
       "interval-promise": "^1.4.0",
       "jimp": "^0.12.1",
-      "koa": "^2.12.0",
-      "koa-body": "^4.1.3",
+      "koa": "^2.13.0",
+      "koa-body": "^4.2.0",
       "koa-router": "^8.0.8",
       "lowdb": "^1.0.0",
       "module-alias": "^2.2.2",
       "node-schedule": "^1.3.2",
-      "nodemailer": "^6.4.8",
-      "pg": "^8.2.1",
+      "nodemailer": "^6.4.11",
+      "pg": "^8.3.2",
       "reflect-metadata": "^0.1.13",
       "rimraf": "^3.0.2",
       "rpc_ts": "^2.1.0",
-      "rss-parser": "^3.8.0",
+      "rss-parser": "^3.9.0",
       "sha1": "^1.1.1",
       "tsconfig-paths": "^3.9.0",
       "turndown": "^6.0.0",
       "type-zoo": "^3.4.1",
       "typeorm": "^0.2.25",
-      "typescript": "^3.9.3",
+      "typescript": "^3.9.7",
       "typescript-rest-rpc": "^1.0.10",
       "uws": "^100.0.1",
-      "winston": "^3.2.1",
-      "winston-transport": "^4.3.0",
+      "winston": "^3.3.3",
+      "winston-transport": "^4.4.0",
       "yaml": "^1.10.0"
    },
    "devDependencies": {
-      "@types/node": "^14.0.5",
+      "@types/node": "^14.6.0",
       "@types/nodemailer": "^6.4.0",
-      "@typescript-eslint/eslint-plugin": "^3.0.2",
-      "@typescript-eslint/parser": "^3.0.2",
-      "eslint": "^7.1.0",
+      "@typescript-eslint/eslint-plugin": "^3.9.1",
+      "@typescript-eslint/parser": "^3.9.1",
+      "eslint": "^7.7.0",
       "nodemon": "^2.0.4",
       "ts-node": "8.10.2"
    }