X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=2ff4e121314c92b908b15b4e66be07e8dccaa4ce;hb=b1af7ec90d14087f589ad8b89670d9921ef5b486;hp=2286e03f4436e4cc6a442b5070e8af33a2d645dc;hpb=59b8839e9cb296c9103cd6b26c7a3311aa822378;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 2286e03f..2ff4e121 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.19", + "version": "1.2.20", "engines": { "node": ">=16.14.0", "pnpm": ">=8.6.0" @@ -92,7 +92,8 @@ "d3-color": "^3.1.0", "ejs": "^3.1.9", "got": "^12.6.1", - "semver": "^7.5.3" + "semver": "^7.5.3", + "tough-cookie": "^4.1.3" } }, "dependencies": { @@ -124,8 +125,8 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^17.6.7", - "@commitlint/config-conventional": "^17.6.7", + "@commitlint/cli": "^17.7.0", + "@commitlint/config-conventional": "^17.7.0", "@mikro-orm/cli": "^5.7.14", "@release-it/bumper": "^5.1.0", "@rollup/plugin-json": "^6.0.0", @@ -133,12 +134,12 @@ "@rollup/plugin-typescript": "^11.1.2", "@types/mocha": "^10.0.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^20.4.8", + "@types/node": "^20.4.9", "@types/sinon": "^10.0.16", "@types/tar": "^6.1.5", "@types/ws": "^8.5.5", - "@typescript-eslint/eslint-plugin": "^6.2.1", - "@typescript-eslint/parser": "^6.2.1", + "@typescript-eslint/eslint-plugin": "^6.3.0", + "@typescript-eslint/parser": "^6.3.0", "@web/rollup-plugin-copy": "^0.4.0", "auto-changelog": "^2.4.0", "c8": "^8.0.1", @@ -146,7 +147,7 @@ "cross-env": "^7.0.3", "eslint": "^8.46.0", "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-typescript": "^3.5.5", + "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jsdoc": "^46.4.6", "eslint-plugin-n": "^16.0.1", @@ -158,10 +159,10 @@ "mocha": "^10.2.0", "mochawesome": "^7.1.3", "prettier": "^3.0.1", - "release-it": "^16.1.3", + "release-it": "^16.1.4", "rimraf": "^5.0.1", "robohydra": "^0.6.9", - "rollup": "^3.27.2", + "rollup": "^3.28.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-delete": "^2.0.0", "semver": "^7.5.4",