X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=75ea32ea8ce54d3caf929cc35c8c437b73452061;hb=dba1b6eebfbfb001cf6d9c6447b78a8161e670b7;hp=2147eb981718c8cac5a67acf31f62b0e991d84e9;hpb=556786eeaaecd9f31d6d1e01879332791a2de1bd;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 2147eb98..75ea32ea 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "uuid": "^9.0.0", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1", - "ws": "^8.8.1" + "ws": "^8.9.0" }, "optionalDependencies": { "bufferutil": "^4.0.6", @@ -111,26 +111,26 @@ "@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.18", + "@types/node": "^18.7.23", "@types/proper-lockfile": "^4.1.2", - "@types/tar": "^6.1.2", + "@types/tar": "^6.1.3", "@types/uuid": "^8.3.4", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.38.0", - "@typescript-eslint/parser": "^5.38.0", + "@typescript-eslint/eslint-plugin": "^5.38.1", + "@typescript-eslint/parser": "^5.38.1", "auto-changelog": "^2.4.0", "clinic": "^12.0.0", "cross-env": "^7.0.3", - "eslint": "^8.23.1", + "eslint": "^8.24.0", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^3.5.1", "eslint-plugin-import": "^2.26.0", "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", @@ -139,7 +139,7 @@ "prettier": "^2.7.1", "release-it": "^15.4.2", "robohydra": "^0.6.9", - "rollup": "^2.79.0", + "rollup": "^2.79.1", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.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" } }