Browse Source

chore: updated backend npm dependencies

Kristian Vos 3 years ago
parent
commit
2f0a333687
2 changed files with 376 additions and 279 deletions
  1. 359 262
      backend/package-lock.json
  2. 17 17
      backend/package.json

File diff suppressed because it is too large
+ 359 - 262
backend/package-lock.json


+ 17 - 17
backend/package.json

@@ -15,33 +15,33 @@
     "lint": "npx eslint logic"
   },
   "dependencies": {
-    "async": "3.1.0",
+    "async": "^3.2.0",
     "axios": "^0.21.1",
-    "bcrypt": "^5.0.0",
-    "bluebird": "^3.5.5",
+    "bcrypt": "^5.0.1",
+    "bluebird": "^3.7.2",
     "body-parser": "^1.19.0",
-    "config": "^3.3.1",
+    "config": "^3.3.6",
     "cookie-parser": "^1.4.5",
     "cors": "^2.8.5",
     "express": "^4.17.1",
-    "moment": "^2.24.0",
-    "mongoose": "^5.11.8",
-    "nodemailer": "^6.4.18",
+    "moment": "^2.29.1",
+    "mongoose": "^5.13.2",
+    "nodemailer": "^6.6.1",
     "oauth": "^0.9.15",
-    "redis": "^3.1.1",
+    "redis": "^3.1.2",
     "retry-axios": "^2.4.0",
     "sha256": "^0.2.0",
-    "underscore": "^1.12.1",
-    "ws": "^7.4.6"
+    "underscore": "^1.13.1",
+    "ws": "^7.5.3"
   },
   "devDependencies": {
-    "eslint": "^7.16.0",
+    "eslint": "^7.30.0",
     "eslint-config-airbnb-base": "^14.2.1",
-    "eslint-config-prettier": "^7.1.0",
-    "eslint-plugin-import": "^2.22.1",
-    "eslint-plugin-jsdoc": "^30.7.9",
-    "eslint-plugin-prettier": "^3.3.0",
-    "prettier": "^2.2.1",
-    "trace-unhandled": "^1.2.1"
+    "eslint-config-prettier": "^8.3.0",
+    "eslint-plugin-import": "^2.23.0",
+    "eslint-plugin-jsdoc": "^35.4.3",
+    "eslint-plugin-prettier": "^3.4.0",
+    "prettier": "2.3.2",
+    "trace-unhandled": "^2.0.1"
   }
 }

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