Browse Source

chore: Updated frontend and backend packages

Held mongoose at v6.6.5 to avoid aws dependencies
Owen Diffey 10 months ago
parent
commit
7427f03f50
4 changed files with 528 additions and 721 deletions
  1. 259 283
      backend/package-lock.json
  2. 11 11
      backend/package.json
  3. 229 398
      frontend/package-lock.json
  4. 29 29
      frontend/package.json

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


+ 11 - 11
backend/package.json

@@ -17,7 +17,7 @@
   },
   "dependencies": {
     "async": "^3.2.4",
-    "axios": "^1.3.4",
+    "axios": "^1.4.0",
     "bcrypt": "^5.1.0",
     "bluebird": "^3.7.2",
     "body-parser": "^1.20.2",
@@ -27,9 +27,9 @@
     "express": "^4.18.2",
     "moment": "^2.29.4",
     "mongoose": "^6.6.5",
-    "nodemailer": "^6.9.1",
+    "nodemailer": "^6.9.2",
     "oauth": "^0.10.0",
-    "redis": "^4.6.5",
+    "redis": "^4.6.6",
     "retry-axios": "^3.0.0",
     "sha256": "^0.2.0",
     "socks": "^2.7.1",
@@ -38,18 +38,18 @@
     "ws": "^8.13.0"
   },
   "devDependencies": {
-    "@typescript-eslint/eslint-plugin": "^5.54.1",
-    "@typescript-eslint/parser": "^5.54.1",
-    "eslint": "^8.36.0",
+    "@typescript-eslint/eslint-plugin": "^5.59.5",
+    "@typescript-eslint/parser": "^5.59.5",
+    "eslint": "^8.40.0",
     "eslint-config-airbnb-base": "^15.0.0",
-    "eslint-config-prettier": "^8.7.0",
+    "eslint-config-prettier": "^8.8.0",
     "eslint-plugin-import": "^2.27.5",
-    "eslint-plugin-jsdoc": "^40.0.1",
+    "eslint-plugin-jsdoc": "^44.2.3",
     "eslint-plugin-prettier": "^4.2.1",
-    "nodemon": "^2.0.21",
-    "prettier": "2.8.4",
+    "nodemon": "^2.0.22",
+    "prettier": "2.8.8",
     "trace-unhandled": "^2.0.1",
     "ts-node": "^10.9.1",
-    "typescript": "^4.9.5"
+    "typescript": "^5.0.4"
   }
 }

File diff suppressed because it is too large
+ 229 - 398
frontend/package-lock.json


+ 29 - 29
frontend/package.json

@@ -20,48 +20,48 @@
     "coverage": "vitest run --coverage"
   },
   "devDependencies": {
-    "@pinia/testing": "^0.0.15",
+    "@pinia/testing": "^0.1.0",
     "@types/can-autoplay": "^3.0.1",
-    "@types/dompurify": "^2.4.0",
-    "@types/marked": "^4.0.8",
-    "@typescript-eslint/eslint-plugin": "^5.54.1",
-    "@typescript-eslint/parser": "^5.54.1",
-    "@vitest/coverage-c8": "^0.29.2",
-    "@vue/test-utils": "^2.3.1",
-    "eslint": "^8.36.0",
-    "eslint-config-prettier": "^8.7.0",
+    "@types/dompurify": "^3.0.2",
+    "@types/marked": "^4.3.0",
+    "@typescript-eslint/eslint-plugin": "^5.59.5",
+    "@typescript-eslint/parser": "^5.59.5",
+    "@vitest/coverage-c8": "^0.31.0",
+    "@vue/test-utils": "^2.3.2",
+    "eslint": "^8.40.0",
+    "eslint-config-prettier": "^8.8.0",
     "eslint-plugin-import": "^2.27.5",
     "eslint-plugin-prettier": "^4.2.1",
-    "eslint-plugin-vue": "^9.9.0",
-    "jsdom": "^21.1.0",
+    "eslint-plugin-vue": "^9.12.0",
+    "jsdom": "^22.0.0",
     "less": "^4.1.3",
-    "prettier": "^2.8.4",
-    "vite-plugin-dynamic-import": "^1.2.7",
-    "vitest": "^0.29.2",
-    "vue-eslint-parser": "^9.1.0",
-    "vue-tsc": "^1.2.0"
+    "prettier": "^2.8.8",
+    "vite-plugin-dynamic-import": "^1.3.4",
+    "vitest": "^0.31.0",
+    "vue-eslint-parser": "^9.2.1",
+    "vue-tsc": "^1.6.5"
   },
   "dependencies": {
-    "@intlify/unplugin-vue-i18n": "^0.9.1",
-    "@vitejs/plugin-vue": "^4.0.0",
+    "@intlify/unplugin-vue-i18n": "^0.10.0",
+    "@vitejs/plugin-vue": "^4.2.3",
     "can-autoplay": "^3.0.2",
-    "chart.js": "^4.2.1",
-    "date-fns": "^2.29.3",
-    "dompurify": "^3.0.1",
+    "chart.js": "^4.3.0",
+    "date-fns": "^2.30.0",
+    "dompurify": "^3.0.3",
     "eslint-config-airbnb-base": "^15.0.0",
-    "marked": "^4.2.12",
+    "marked": "^5.0.2",
     "normalize.css": "^8.0.1",
-    "pinia": "^2.0.33",
+    "pinia": "^2.0.36",
     "toasters": "^2.3.1",
-    "typescript": "^4.9.5",
-    "vite": "^4.1.4",
-    "vue": "^3.2.47",
+    "typescript": "^5.0.4",
+    "vite": "^4.3.5",
+    "vue": "^3.3.2",
     "vue-chartjs": "^5.2.0",
     "vue-content-loader": "^2.0.1",
     "vue-draggable-list": "^0.1.3",
     "vue-i18n": "^9.2.2",
-    "vue-json-pretty": "^2.2.3",
-    "vue-router": "^4.1.6",
-    "vue-tippy": "^6.0.0"
+    "vue-json-pretty": "^2.2.4",
+    "vue-router": "^4.2.0",
+    "vue-tippy": "^6.1.2"
   }
 }

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