X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=61a907796ed179e8ce79691578d3805bda3f08b6;hb=1fe16c9c1f11b81be83aa2059ecefe63e524929d;hp=f55fd1709180fbb54d68fe5c160ec82e1166eebf;hpb=f8b73ba50fff10fa0282b971bf24f70454231eca;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index f55fd170..61a90779 100644 --- a/package.json +++ b/package.json @@ -94,18 +94,18 @@ "@rollup/plugin-json": "^4.1.0", "@types/mocha": "^9.0.0", "@types/mochawesome": "^6.2.1", - "@types/node": "^14.17.21", + "@types/node": "^14.17.22", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^4.0.5", "@types/uuid": "^8.3.1", "@types/ws": "^8.2.0", - "@typescript-eslint/eslint-plugin": "^4.33.0", - "@typescript-eslint/parser": "^4.33.0", + "@typescript-eslint/eslint-plugin": "^5.0.0", + "@typescript-eslint/parser": "^5.0.0", "auto-changelog": "^2.3.0", "clinic": "^9.0.0", "cross-env": "^7.0.3", - "eslint": "^7.32.0", - "eslint-plugin-import": "^2.25.1", + "eslint": "^8.0.0", + "eslint-plugin-import": "^2.25.2", "eslint-plugin-jsdoc": "^36.1.1", "eslint-plugin-node": "^11.1.0", "expect": "^27.2.5", @@ -123,6 +123,6 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-ts": "^1.4.7", "ts-node": "^10.3.0", - "typescript": "^4.4.3" + "typescript": "^4.4.4" } }