X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=ca778d001fb18f5c36403d150ea0d59878961836;hb=19dbb57060f93eaa33284a3b439a0adc10af63e3;hp=5b2ab5e6df139f2da344859ab0596658b16f9766;hpb=6d93455a43e8628c857b1d393d92e937b357af01;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 5b2ab5e6..ca778d00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.81", + "version": "1.1.83", "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.2.2", + "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.4", + "@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", @@ -124,16 +121,16 @@ "eslint-plugin-jsdoc": "^39.3.6", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", - "expect": "^29.1.2", + "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",