X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=75ea32ea8ce54d3caf929cc35c8c437b73452061;hb=dba1b6eebfbfb001cf6d9c6447b78a8161e670b7;hp=47ecc3ea4dd3f12eba24f8321a929d9c5fb92555;hpb=7c3f63b6674676eb5592080f45b76de80e6c1a74;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 47ecc3ea..75ea32ea 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2", "@mikro-orm/cli": "^5.4.2", "@rollup/plugin-json": "^4.1.0", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.0", "@types/mochawesome": "^6.2.1", "@types/node": "^18.7.23", "@types/proper-lockfile": "^4.1.2", @@ -119,7 +119,7 @@ "@types/uuid": "^8.3.4", "@types/ws": "^8.5.3", "@typescript-eslint/eslint-plugin": "^5.38.1", - "@typescript-eslint/parser": "^5.38.0", + "@typescript-eslint/parser": "^5.38.1", "auto-changelog": "^2.4.0", "clinic": "^12.0.0", "cross-env": "^7.0.3", @@ -130,7 +130,7 @@ "eslint-plugin-jsdoc": "^39.3.6", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", - "expect": "^29.0.3", + "expect": "^29.1.0", "husky": "^8.0.1", "lint-staged": "^13.0.3", "mocha": "^10.0.0", @@ -148,6 +148,6 @@ "rollup-plugin-ts": "^3.0.2", "semver": "^7.3.7", "ts-node": "^10.9.1", - "typescript": "^4.8.3" + "typescript": "^4.8.4" } }