Pouria Ezzati 1 anno fa
parent
commit
ab10fe8291
3 ha cambiato i file con 271 aggiunte e 651 eliminazioni
  1. 256 633
      package-lock.json
  2. 15 17
      package.json
  3. 0 1
      server/server.js

File diff suppressed because it is too large
+ 256 - 633
package-lock.json


+ 15 - 17
package.json

@@ -27,36 +27,36 @@
   "homepage": "https://github.com/thedevs-network/kutt#readme",
   "dependencies": {
     "bcryptjs": "2.4.3",
-    "bull": "4.16.2",
-    "cookie-parser": "^1.4.7",
+    "bull": "4.16.5",
+    "cookie-parser": "1.4.7",
     "cors": "2.8.5",
     "cross-env": "7.0.3",
     "date-fns": "2.30.0",
     "dotenv": "16.0.3",
     "envalid": "8.0.0",
-    "express": "^4.21.1",
-    "express-rate-limit": "^7.4.1",
+    "express": "4.21.2",
+    "express-rate-limit": "7.5.0",
     "express-validator": "6.14.2",
     "geoip-lite": "1.4.10",
     "hbs": "4.2.0",
     "helmet": "7.1.0",
-    "ioredis": "5.2.4",
-    "isbot": "5.1.17",
+    "ioredis": "5.4.2",
+    "isbot": "5.1.19",
     "jsonwebtoken": "9.0.2",
     "knex": "3.1.0",
-    "morgan": "1.10.0",
     "ms": "2.1.3",
-    "mysql2": "3.11.3",
+    "mysql2": "3.12.0",
     "nanoid": "3.3.8",
-    "node-cron": "3.0.2",
-    "nodemailer": "^6.9.15",
+    "node-cron": "3.0.3",
+    "node-mailer": "0.1.1",
+    "nodemailer": "6.9.16",
     "passport": "0.7.0",
     "passport-jwt": "4.0.1",
     "passport-local": "1.0.0",
     "passport-localapikey-update": "0.6.0",
-    "pg": "8.12.0",
-    "pg-query-stream": "4.6.0",
-    "rate-limit-redis": "^4.2.0",
+    "pg": "8.13.1",
+    "pg-query-stream": "4.7.1",
+    "rate-limit-redis": "4.2.0",
     "sqlite3": "5.1.7",
     "useragent": "2.3.0",
     "uuid": "10.0.0"
@@ -68,13 +68,11 @@
     "@types/express": "4.17.14",
     "@types/hbs": "4.0.4",
     "@types/jsonwebtoken": "7.2.8",
-    "@types/morgan": "1.7.37",
     "@types/ms": "0.7.31",
     "@types/node": "18.11.9",
     "@types/node-cron": "2.0.2",
     "@types/nodemailer": "6.4.6",
-    "@types/pg": "8.6.5",
-    "@types/rebass": "4.0.10",
-    "redoc": "2.0.0"
+    "@types/pg": "8.11.10",
+    "redoc": "2.2.0"
   }
 }

+ 0 - 1
server/server.js

@@ -4,7 +4,6 @@ const cookieParser = require("cookie-parser");
 const passport = require("passport");
 const express = require("express");
 const helmet = require("helmet");
-const morgan = require("morgan");
 const path = require("path");
 const hbs = require("hbs");
 

Some files were not shown because too many files changed in this diff