X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=96de504b33942e11db4fdd2041a11ba223a9dc62;hb=01973609ffa8e4ee037b4ef29d65b490fc985fbe;hp=47ecc3ea4dd3f12eba24f8321a929d9c5fb92555;hpb=7c3f63b6674676eb5592080f45b76de80e6c1a74;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 47ecc3ea..96de504b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.73", + "version": "1.1.81", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git" }, - "description": "Electric Vehicle charging stations simulator", + "description": "Electric vehicle charging stations simulator", "author": "SAP E-Mobility ", "contributors": [ { @@ -90,7 +90,7 @@ "basic-ftp": "^5.0.2", "chalk": "^4.1.2", "http-status-codes": "^2.2.0", - "mnemonist": "^0.39.2", + "mnemonist": "^0.39.3", "moment": "^2.29.4", "mongodb": "^4.10.0", "poolifier": "^2.2.0", @@ -111,15 +111,15 @@ "@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/node": "^18.8.3", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.3", "@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/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "auto-changelog": "^2.4.0", "clinic": "^12.0.0", "cross-env": "^7.0.3", @@ -130,14 +130,14 @@ "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.2", "husky": "^8.0.1", "lint-staged": "^13.0.3", "mocha": "^10.0.0", "mochawesome": "^7.1.3", "nyc": "^15.1.0", "prettier": "^2.7.1", - "release-it": "^15.4.2", + "release-it": "^15.5.0", "robohydra": "^0.6.9", "rollup": "^2.79.1", "rollup-plugin-analyzer": "^4.0.0", @@ -146,8 +146,8 @@ "rollup-plugin-istanbul": "^3.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-ts": "^3.0.2", - "semver": "^7.3.7", + "semver": "^7.3.8", "ts-node": "^10.9.1", - "typescript": "^4.8.3" + "typescript": "^4.8.4" } }