X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=0e102389505540eb9c0f1ac86ca9e89173a3c8a7;hb=293c552db1b65507cd2b96e0b7ae41fa59f8fc1e;hp=69d4561f7df762d79005edd8d18bdee7fe26ff4f;hpb=ebe3b529e03f68f0bf0aa1da298dfc3f38a13b45;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 69d4561f..0e102389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.82", + "version": "1.1.84", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" @@ -64,7 +64,6 @@ "coverage": "nyc report --reporter=lcov", "coverage:html": "nyc report --reporter=html", "clinic:clean": "clinic clean", - "npm-check": "npx npm-check", "robohydra": "robohydra test/robohydra/config.json", "git:sinit": "git submodule update --init --recursive --force", "git:sdiff": "git diff && git submodule foreach 'git diff'", @@ -87,12 +86,11 @@ "mnemonist": "^0.39.3", "moment": "^2.29.4", "mongodb": "^4.10.0", - "poolifier": "^2.3.1", + "poolifier": "^2.3.4", "proper-lockfile": "^4.1.2", "source-map-support": "^0.5.21", "tar": "^6.1.11", "tslib": "^2.4.0", - "uuid": "^9.0.0", "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1", "ws": "^8.9.0" @@ -107,10 +105,9 @@ "@rollup/plugin-json": "^5.0.0", "@types/mocha": "^10.0.0", "@types/mochawesome": "^6.2.1", - "@types/node": "^18.8.5", + "@types/node": "^18.11.0", "@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.40.0", "@typescript-eslint/parser": "^5.40.0", @@ -127,13 +124,13 @@ "expect": "^29.2.0", "husky": "^8.0.1", "lint-staged": "^13.0.3", - "mocha": "^10.0.0", + "mocha": "^10.1.0", "mochawesome": "^7.1.3", "nyc": "^15.1.0", "prettier": "^2.7.1", "release-it": "^15.5.0", "robohydra": "^0.6.9", - "rollup": "^2.79.1", + "rollup": "^3.2.2", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-delete": "^2.0.0",