Browse Source

chore: Update backend packages

Owen Diffey 2 months ago
parent
commit
ade3c302b6
2 changed files with 408 additions and 233 deletions
  1. 387 212
      backend/package-lock.json
  2. 21 21
      backend/package.json

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


+ 21 - 21
backend/package.json

@@ -16,41 +16,41 @@
     "typescript": "tsc --noEmit --skipLibCheck"
   },
   "dependencies": {
-    "async": "^3.2.4",
-    "axios": "^1.4.0",
-    "bcrypt": "^5.1.0",
+    "async": "^3.2.5",
+    "axios": "^1.6.7",
+    "bcrypt": "^5.1.1",
     "bluebird": "^3.7.2",
     "body-parser": "^1.20.2",
-    "config": "^3.3.9",
+    "config": "^3.3.11",
     "cookie-parser": "^1.4.6",
     "cors": "^2.8.5",
     "express": "^4.18.2",
-    "moment": "^2.29.4",
+    "moment": "^2.30.1",
     "mongoose": "^6.12.6",
-    "nodemailer": "^6.9.2",
+    "nodemailer": "^6.9.10",
     "oauth": "^0.10.0",
-    "redis": "^4.6.6",
-    "retry-axios": "^3.0.0",
+    "redis": "^4.6.13",
+    "retry-axios": "^3.1.3",
     "sha256": "^0.2.0",
-    "socks": "^2.7.1",
+    "socks": "^2.8.1",
     "soundcloud-key-fetch": "^1.0.13",
     "underscore": "^1.13.6",
-    "ws": "^8.13.0"
+    "ws": "^8.16.0"
   },
   "devDependencies": {
-    "@typescript-eslint/eslint-plugin": "^5.59.5",
-    "@typescript-eslint/parser": "^5.59.5",
-    "eslint": "^8.40.0",
+    "@typescript-eslint/eslint-plugin": "^7.0.2",
+    "@typescript-eslint/parser": "^7.0.2",
+    "eslint": "^8.56.0",
     "eslint-config-airbnb-base": "^15.0.0",
-    "eslint-config-prettier": "^8.8.0",
-    "eslint-plugin-import": "^2.27.5",
-    "eslint-plugin-jsdoc": "^44.2.3",
-    "eslint-plugin-prettier": "^4.2.1",
-    "nodemon": "^2.0.22",
-    "prettier": "2.8.8",
+    "eslint-config-prettier": "^9.1.0",
+    "eslint-plugin-import": "^2.29.1",
+    "eslint-plugin-jsdoc": "^48.2.0",
+    "eslint-plugin-prettier": "^5.1.3",
+    "nodemon": "^3.1.0",
+    "prettier": "3.2.5",
     "trace-unhandled": "^2.0.1",
-    "ts-node": "^10.9.1",
-    "typescript": "^5.0.4"
+    "ts-node": "^10.9.2",
+    "typescript": "^5.3.3"
   },
   "overrides": {
     "@aws-sdk/credential-providers": "npm:dry-uninstall"

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