refactor: forEach -> for ... of
[e-mobility-charging-stations-simulator.git] / ui / web / package.json
index 60199e2d1e05c8097e98594b482fe5e32eb4ca39..a2a65071323f97de8c914fd217dfc7dd410a32a0 100644 (file)
@@ -21,7 +21,7 @@
     "got": "^11.8.5"
   },
   "dependencies": {
-    "core-js": "^3.29.1",
+    "core-js": "^3.30.0",
     "finalhandler": "^1.2.0",
     "serve-static": "^1.15.0",
     "vue": "^3.2.47",
@@ -32,8 +32,8 @@
     "@types/chai": "^4.3.4",
     "@types/mocha": "^10.0.1",
     "@types/node": "^18.15.11",
-    "@typescript-eslint/eslint-plugin": "^5.57.0",
-    "@typescript-eslint/parser": "^5.57.0",
+    "@typescript-eslint/eslint-plugin": "^5.58.0",
+    "@typescript-eslint/parser": "^5.58.0",
     "@vue/cli": "~5.0.8",
     "@vue/cli-plugin-babel": "~5.0.8",
     "@vue/cli-plugin-eslint": "~5.0.8",
@@ -46,7 +46,7 @@
     "@vue/test-utils": "^2.3.2",
     "@vue/tsconfig": "^0.1.3",
     "chai": "^4.3.7",
-    "eslint": "^8.37.0",
+    "eslint": "^8.38.0",
     "eslint-plugin-vue": "^9.10.0",
     "prettier": "^2.8.7",
     "typescript": "~4.9.5"