Browse Source

chore: Update packages

Owen Diffey 1 month ago
parent
commit
b19f9a2803
4 changed files with 683 additions and 505 deletions
  1. 238 303
      backend/package-lock.json
  2. 11 11
      backend/package.json
  3. 411 167
      frontend/package-lock.json
  4. 23 24
      frontend/package.json

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


+ 11 - 11
backend/package.json

@@ -16,17 +16,17 @@
   },
   "dependencies": {
     "async": "^3.2.6",
-    "axios": "^1.7.7",
+    "axios": "^1.7.9",
     "bcrypt": "^5.1.1",
     "bluebird": "^3.7.2",
     "body-parser": "^1.20.3",
     "config": "^3.3.12",
     "cookie-parser": "^1.4.7",
     "cors": "^2.8.5",
-    "express": "^4.21.1",
+    "express": "^4.21.2",
     "extensionless": "^1.9.9",
     "moment": "^2.30.1",
-    "mongoose": "^6.13.3",
+    "mongoose": "^6.13.6",
     "nodemailer": "^6.9.16",
     "redis": "^4.7.0",
     "retry-axios": "^3.1.3",
@@ -37,19 +37,19 @@
     "ws": "^8.18.0"
   },
   "devDependencies": {
-    "@typescript-eslint/eslint-plugin": "^7.18.0",
-    "@typescript-eslint/parser": "^7.18.0",
+    "@typescript-eslint/eslint-plugin": "^8.20.0",
+    "@typescript-eslint/parser": "^8.20.0",
     "eslint": "^8.57.1",
     "eslint-config-airbnb-base": "^15.0.0",
-    "eslint-config-prettier": "^9.1.0",
+    "eslint-config-prettier": "^10.0.1",
     "eslint-plugin-import": "^2.31.0",
-    "eslint-plugin-jsdoc": "^50.4.3",
-    "eslint-plugin-prettier": "^5.2.1",
-    "nodemon": "^3.1.7",
-    "prettier": "3.3.3",
+    "eslint-plugin-jsdoc": "^50.6.2",
+    "eslint-plugin-prettier": "^5.2.3",
+    "nodemon": "^3.1.9",
+    "prettier": "3.4.2",
     "trace-unhandled": "^2.0.1",
     "ts-node": "^10.9.2",
-    "typescript": "^5.6.3"
+    "typescript": "^5.7.3"
   },
   "overrides": {
     "@aws-sdk/credential-providers": "npm:dry-uninstall"

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


+ 23 - 24
frontend/package.json

@@ -22,45 +22,44 @@
   "devDependencies": {
     "@pinia/testing": "^0.1.7",
     "@types/can-autoplay": "^3.0.5",
-    "@types/dompurify": "^3.0.5",
-    "@typescript-eslint/eslint-plugin": "^7.18.0",
-    "@typescript-eslint/parser": "^7.18.0",
-    "@vitest/coverage-v8": "^2.1.4",
+    "@typescript-eslint/eslint-plugin": "^8.20.0",
+    "@typescript-eslint/parser": "^8.20.0",
+    "@vitest/coverage-v8": "^3.0.2",
     "@vue/test-utils": "^2.4.6",
     "eslint": "^8.57.1",
-    "eslint-config-prettier": "^9.1.0",
+    "eslint-config-prettier": "^10.0.1",
     "eslint-plugin-import": "^2.31.0",
-    "eslint-plugin-prettier": "^5.2.1",
-    "eslint-plugin-vue": "^9.30.0",
-    "jsdom": "^25.0.1",
-    "less": "^4.2.0",
-    "prettier": "^3.3.3",
+    "eslint-plugin-prettier": "^5.2.3",
+    "eslint-plugin-vue": "^9.32.0",
+    "jsdom": "^26.0.0",
+    "less": "^4.2.1",
+    "prettier": "^3.4.2",
     "vite-plugin-dynamic-import": "^1.6.0",
-    "vitest": "^2.1.4",
+    "vitest": "^3.0.2",
     "vue-eslint-parser": "^9.4.3",
-    "vue-tsc": "^2.1.10"
+    "vue-tsc": "^2.2.0"
   },
   "dependencies": {
-    "@intlify/unplugin-vue-i18n": "^5.3.0",
-    "@vitejs/plugin-vue": "^5.1.4",
+    "@intlify/unplugin-vue-i18n": "^6.0.3",
+    "@vitejs/plugin-vue": "^5.2.1",
     "can-autoplay": "^3.0.2",
-    "chart.js": "^4.4.6",
+    "chart.js": "^4.4.7",
     "date-fns": "^4.1.0",
-    "dompurify": "^3.1.7",
+    "dompurify": "^3.2.3",
     "eslint-config-airbnb-base": "^15.0.0",
-    "marked": "^15.0.0",
+    "marked": "^15.0.6",
     "normalize.css": "^8.0.1",
-    "pinia": "^2.2.6",
+    "pinia": "^2.3.0",
     "toasters": "^2.3.1",
-    "typescript": "^5.6.3",
-    "vite": "^5.4.10",
-    "vue": "^3.5.12",
+    "typescript": "^5.7.3",
+    "vite": "^6.0.7",
+    "vue": "^3.5.13",
     "vue-chartjs": "^5.3.2",
     "vue-content-loader": "^2.0.1",
     "vue-draggable-list": "^0.2.0",
-    "vue-i18n": "^10.0.4",
+    "vue-i18n": "^11.0.1",
     "vue-json-pretty": "^2.4.0",
-    "vue-router": "^4.4.5",
-    "vue-tippy": "^6.5.0"
+    "vue-router": "^4.5.0",
+    "vue-tippy": "^6.6.0"
   }
 }

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