Browse Source

chore: Updated frontend and backend packages

Owen Diffey 2 years ago
parent
commit
6944c4ea0e
4 changed files with 542 additions and 594 deletions
  1. 240 251
      backend/package-lock.json
  2. 16 16
      backend/package.json
  3. 270 311
      frontend/package-lock.json
  4. 16 16
      frontend/package.json

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


+ 16 - 16
backend/package.json

@@ -17,38 +17,38 @@
   },
   "dependencies": {
     "async": "^3.2.4",
-    "axios": "^0.27.2",
-    "bcrypt": "^5.0.1",
+    "axios": "^1.1.2",
+    "bcrypt": "^5.1.0",
     "bluebird": "^3.7.2",
-    "body-parser": "^1.20.0",
-    "config": "^3.3.7",
+    "body-parser": "^1.20.1",
+    "config": "^3.3.8",
     "cookie-parser": "^1.4.6",
     "cors": "^2.8.5",
-    "express": "^4.18.1",
+    "express": "^4.18.2",
     "moment": "^2.29.4",
-    "mongoose": "^6.5.4",
-    "nodemailer": "^6.7.8",
+    "mongoose": "^6.6.5",
+    "nodemailer": "^6.8.0",
     "oauth": "^0.10.0",
-    "redis": "^4.3.0",
+    "redis": "^4.3.1",
     "retry-axios": "^3.0.0",
     "sha256": "^0.2.0",
-    "socks": "^2.7.0",
-    "underscore": "^1.13.4",
-    "ws": "^8.8.1"
+    "socks": "^2.7.1",
+    "underscore": "^1.13.6",
+    "ws": "^8.9.0"
   },
   "devDependencies": {
-    "@typescript-eslint/eslint-plugin": "^5.36.1",
-    "@typescript-eslint/parser": "^5.36.1",
-    "eslint": "^8.23.0",
+    "@typescript-eslint/eslint-plugin": "^5.40.0",
+    "@typescript-eslint/parser": "^5.40.0",
+    "eslint": "^8.25.0",
     "eslint-config-airbnb-base": "^15.0.0",
     "eslint-config-prettier": "^8.5.0",
     "eslint-plugin-import": "^2.26.0",
     "eslint-plugin-jsdoc": "^39.3.6",
     "eslint-plugin-prettier": "^4.2.1",
-    "nodemon": "^2.0.19",
+    "nodemon": "^2.0.20",
     "prettier": "2.7.1",
     "trace-unhandled": "^2.0.1",
     "ts-node": "^10.9.1",
-    "typescript": "^4.8.2"
+    "typescript": "^4.8.4"
   }
 }

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


+ 16 - 16
frontend/package.json

@@ -24,26 +24,26 @@
     "@types/can-autoplay": "^3.0.1",
     "@types/dompurify": "^2.3.4",
     "@types/marked": "^4.0.7",
-    "@typescript-eslint/eslint-plugin": "^5.38.1",
-    "@typescript-eslint/parser": "^5.38.1",
-    "@vitest/coverage-c8": "^0.23.4",
-    "@vue/test-utils": "^2.0.2",
-    "eslint": "^8.24.0",
+    "@typescript-eslint/eslint-plugin": "^5.40.0",
+    "@typescript-eslint/parser": "^5.40.0",
+    "@vitest/coverage-c8": "^0.24.1",
+    "@vue/test-utils": "^2.1.0",
+    "eslint": "^8.25.0",
     "eslint-config-prettier": "^8.5.0",
     "eslint-plugin-import": "^2.26.0",
     "eslint-plugin-prettier": "^4.2.1",
-    "eslint-plugin-vue": "^9.5.1",
-    "jsdom": "^20.0.0",
+    "eslint-plugin-vue": "^9.6.0",
+    "jsdom": "^20.0.1",
     "less": "^4.1.3",
     "prettier": "^2.7.1",
     "vite-plugin-dynamic-import": "^1.1.1",
-    "vitest": "^0.23.4",
+    "vitest": "^0.24.1",
     "vue-eslint-parser": "^9.1.0",
-    "vue-tsc": "^0.40.13"
+    "vue-tsc": "^1.0.6"
   },
   "dependencies": {
     "@intlify/vite-plugin-vue-i18n": "^6.0.3",
-    "@vitejs/plugin-vue": "^3.1.0",
+    "@vitejs/plugin-vue": "^3.1.2",
     "can-autoplay": "^3.0.2",
     "chart.js": "^3.9.1",
     "config": "^3.3.8",
@@ -51,19 +51,19 @@
     "dompurify": "^2.4.0",
     "eslint-config-airbnb-base": "^15.0.0",
     "lofig": "^1.3.4",
-    "marked": "^4.1.0",
+    "marked": "^4.1.1",
     "normalize.css": "^8.0.1",
-    "pinia": "^2.0.22",
+    "pinia": "^2.0.23",
     "toasters": "^2.3.1",
-    "typescript": "^4.8.3",
-    "vite": "^3.1.3",
-    "vue": "^3.2.39",
+    "typescript": "^4.8.4",
+    "vite": "^3.1.7",
+    "vue": "^3.2.40",
     "vue-chartjs": "^4.1.2",
     "vue-content-loader": "^2.0.1",
     "vue-draggable-list": "^0.1.1",
     "vue-i18n": "^9.2.2",
     "vue-json-pretty": "^2.2.2",
     "vue-router": "^4.1.5",
-    "vue-tippy": "^6.0.0-alpha.63"
+    "vue-tippy": "^6.0.0-alpha.65"
   }
 }

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