X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=package.json;h=397f7d35135c1f15ecc1b134f7de7eef3867dc82;hb=5083d31a6f03f617f91fbed2497e379058df9e49;hp=5da81d89aa561907f90f1c028ef815d9dd90f982;hpb=c26b45183516753b91a5da858042a99b2590eb31;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 5da81d89..397f7d35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.69", + "version": "1.1.71", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" @@ -48,7 +48,7 @@ "scripts": { "prepare": "node prepare.js", "build-requirements": "node build-requirements.js", - "prestart": "npm run build-requirements && npm run build", + "prestart": "npm run build", "start": "cross-env NODE_ENV=production node -r source-map-support/register dist/start.cjs", "start:debug": "cross-env NODE_ENV=production node -r source-map-support/register --inspect dist/start.cjs", "start:dev": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.cjs", @@ -59,7 +59,7 @@ "start:flameprof": "cross-env NODE_ENV=production clinic flame -- node -r source-map-support/register dist/start.cjs", "start:bubbleprof": "cross-env NODE_ENV=production clinic bubbleprof -- node -r source-map-support/register dist/start.cjs", "start:heapprofiler": "cross-env NODE_ENV=production clinic heapprofiler -- node -r source-map-support/register dist/start.cjs", - "rollup": "rollup --config", + "rollup": "npm run build-requirements && rollup --config", "build": "npm run rollup", "build:dev": "npm run rollup -- --environment BUILD:development", "build:dev:watch": "npm run rollup -- --environment BUILD:development --watch", @@ -98,8 +98,8 @@ "source-map-support": "^0.5.21", "tar": "^6.1.11", "tslib": "^2.4.0", - "uuid": "^8.3.2", - "winston": "^3.8.1", + "uuid": "^9.0.0", + "winston": "^3.8.2", "winston-daily-rotate-file": "^4.7.1", "ws": "^8.8.1" }, @@ -114,19 +114,19 @@ "@types/express": "^4.17.13", "@types/mocha": "^9.1.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^18.7.14", + "@types/node": "^18.7.16", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.2", "@types/uuid": "^8.3.4", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.36.1", - "@typescript-eslint/parser": "^5.36.1", + "@typescript-eslint/eslint-plugin": "^5.36.2", + "@typescript-eslint/parser": "^5.36.2", "auto-changelog": "^2.4.0", "clinic": "^12.0.0", "cross-env": "^7.0.3", "eslint": "^8.23.0", "eslint-config-prettier": "^8.5.0", - "eslint-import-resolver-typescript": "^3.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",