X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fpackage.json;h=818b8db0620364e4e35b88d45e7cda6f3c6bfb05;hb=74b322ce221e147148578ad0db07ca8fb6274abc;hp=630736eec036c04f631e3ff30a2f180e4502b97e;hpb=c9548401740de6a0047033f28b7b651619ae6d33;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/package.json b/ui/web/package.json index 630736ee..818b8db0 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -11,7 +11,7 @@ "test": "vue-cli-service test:unit" }, "dependencies": { - "core-js": "^3.26.1", + "core-js": "^3.27.0", "finalhandler": "^1.2.0", "serve-static": "^1.15.0", "vue": "^3.2.45", @@ -21,9 +21,9 @@ "devDependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", - "@types/node": "^18.11.11", - "@typescript-eslint/eslint-plugin": "^5.46.0", - "@typescript-eslint/parser": "^5.46.0", + "@types/node": "^18.11.18", + "@typescript-eslint/eslint-plugin": "^5.47.1", + "@typescript-eslint/parser": "^5.47.1", "@vue/cli": "~5.0.8", "@vue/cli-plugin-babel": "~5.0.8", "@vue/cli-plugin-eslint": "~5.0.8", @@ -36,7 +36,7 @@ "@vue/test-utils": "^2.2.6", "@vue/tsconfig": "^0.1.3", "chai": "^4.3.7", - "eslint": "^8.29.0", + "eslint": "^8.30.0", "eslint-plugin-vue": "^9.8.0", "prettier": "^2.8.1", "typescript": "~4.9.4"