fix: avoid duplicated slash in connection url
[e-mobility-charging-stations-simulator.git] / ui / web / package.json
index 12db13e58dede594e2398da76e21ef4199184b15..2002665d4544353fd04718bed5e10d30354c1857 100644 (file)
@@ -8,10 +8,10 @@
     "pnpm": ">=9.0.0"
   },
   "volta": {
-    "node": "20.12.2",
-    "pnpm": "9.0.4"
+    "node": "22.0.0",
+    "pnpm": "9.0.6"
   },
-  "packageManager": "pnpm@9.0.4",
+  "packageManager": "pnpm@9.0.6",
   "type": "module",
   "scripts": {
     "build": "vite build",
@@ -29,7 +29,7 @@
   "dependencies": {
     "finalhandler": "^1.2.0",
     "serve-static": "^1.15.0",
-    "vue": "^3.4.23",
+    "vue": "^3.4.25",
     "vue-router": "^4.3.2",
     "vue-toast-notification": "^3.1.2"
   },
     "@tsconfig/node20": "^20.1.4",
     "@types/jsdom": "^21.1.6",
     "@types/node": "^20.12.7",
-    "@typescript-eslint/eslint-plugin": "^7.7.0",
-    "@typescript-eslint/parser": "^7.7.0",
+    "@typescript-eslint/eslint-plugin": "^7.7.1",
+    "@typescript-eslint/parser": "^7.7.1",
     "@vitejs/plugin-vue": "^5.0.4",
     "@vitejs/plugin-vue-jsx": "^3.1.0",
-    "@vitest/coverage-v8": "^1.5.0",
+    "@vitest/coverage-v8": "^1.5.1",
     "@vue/eslint-config-prettier": "^9.0.0",
     "@vue/eslint-config-typescript": "^13.0.0",
     "@vue/test-utils": "^2.4.5",
@@ -59,7 +59,7 @@
     "rimraf": "^5.0.5",
     "typescript": "~5.4.5",
     "vite": "^5.2.10",
-    "vitest": "^1.5.0"
+    "vitest": "^1.5.1"
   },
   "_id": "webui@0.3.0"
 }