X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=2fb694a5bf02bf5b06b13f63ee9d6d4c97936c24;hb=5d9e7f55476339c2de54a042f9c2e938bcbfc44c;hp=9edf52b94b0cffe895b98ed00d63912202542b75;hpb=43ef86a2c7b0f9248a731d297bed366ce3187f33;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 9edf52b9..2fb694a5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "volta": { "node": "20.4.0", - "pnpm": "8.6.6" + "pnpm": "8.6.7" }, "repository": { "type": "git", @@ -15,6 +15,14 @@ }, "description": "Electric vehicle charging stations simulator", "author": "SAP E-Mobility ", + "keywords": [ + "ocpp", + "ocpp-j", + "ocpp1.6", + "ocpp2.0", + "charging station", + "load testing" + ], "contributors": [ { "name": "Jérôme Benoit", @@ -88,10 +96,10 @@ } }, "dependencies": { - "@mikro-orm/core": "^5.7.12", - "@mikro-orm/mariadb": "^5.7.12", - "@mikro-orm/reflection": "^5.7.12", - "@mikro-orm/sqlite": "^5.7.12", + "@mikro-orm/core": "^5.7.13", + "@mikro-orm/mariadb": "^5.7.13", + "@mikro-orm/reflection": "^5.7.13", + "@mikro-orm/sqlite": "^5.7.13", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.3", @@ -103,11 +111,11 @@ "mnemonist": "^0.39.5", "moment": "^2.29.4", "mongodb": "^5.7.0", - "poolifier": "^2.6.10", + "poolifier": "^2.6.17", "source-map-support": "^0.5.21", "tar": "^6.1.15", "tslib": "^2.6.0", - "winston": "^3.9.0", + "winston": "^3.10.0", "winston-daily-rotate-file": "^4.7.1", "ws": "^8.13.0" }, @@ -118,42 +126,42 @@ "devDependencies": { "@commitlint/cli": "^17.6.6", "@commitlint/config-conventional": "^17.6.6", - "@mikro-orm/cli": "^5.7.12", - "@release-it/bumper": "^4.0.2", + "@mikro-orm/cli": "^5.7.13", + "@release-it/bumper": "^5.0.0", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.2", "@types/mocha": "^10.0.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^20.4.1", + "@types/node": "^20.4.2", "@types/sinon": "^10.0.15", "@types/tar": "^6.1.5", "@types/ws": "^8.5.5", - "@typescript-eslint/eslint-plugin": "^5.61.0", - "@typescript-eslint/parser": "^5.61.0", + "@typescript-eslint/eslint-plugin": "^6.0.0", + "@typescript-eslint/parser": "^6.0.0", "@web/rollup-plugin-copy": "^0.4.0", "auto-changelog": "^2.4.0", "c8": "^8.0.0", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "eslint": "^8.44.0", + "eslint": "^8.45.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jsdoc": "^46.4.3", + "eslint-plugin-jsdoc": "^46.4.4", "eslint-plugin-n": "^16.0.1", - "eslint-plugin-prettier": "^4.2.1", + "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.6.1", "husky": "^8.0.3", "lint-staged": "^13.2.3", "mocha": "^10.2.0", "mochawesome": "^7.1.3", - "prettier": "^2.8.8", - "release-it": "^16.1.0", + "prettier": "^3.0.0", + "release-it": "^16.1.2", "rimraf": "^5.0.1", "robohydra": "^0.6.9", - "rollup": "^3.26.2", + "rollup": "^3.26.3", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-delete": "^2.0.0", "semver": "^7.5.4",