X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e885da74185d4f9ba870e105faceb287594236ba;hb=5bbb9eda02244cc808550a959310b5fa04ede149;hp=f4d46ea64f5d0a0ab2f74266a15a15c4acc43fbb;hpb=30624b189388ba1a22b486dd66bcb13c6ae936ec;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index f4d46ea6..e885da74 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.2.16", + "version": "1.2.17", "engines": { "node": ">=16.14.0", "pnpm": ">=8.6.0" }, "volta": { "node": "20.3.1", - "pnpm": "8.6.5" + "pnpm": "8.6.6" }, "repository": { "type": "git", @@ -63,8 +63,8 @@ "build:dev:watch": "pnpm rollup --environment BUILD:development --watch", "clean:dist": "npx rimraf dist", "clean:node_modules": "npx rimraf node_modules", - "lint": "cross-env TIMING=1 eslint --cache --ext .js,.cjs,.mjs,.ts src", - "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.cjs,.mjs,.ts src", + "lint": "cross-env TIMING=1 eslint --cache src", + "lint:fix": "cross-env TIMING=1 eslint --cache --fix src", "format": "prettier --cache --write .", "test": "c8 mocha test/**/*.test.ts", "test:debug": "mocha --no-parallel --inspect test/**/*.test.ts", @@ -94,7 +94,7 @@ "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.3", - "chalk": "^5.2.0", + "chalk": "^5.3.0", "http-status-codes": "^2.2.0", "just-clone": "^6.2.0", "just-merge": "^3.2.0", @@ -102,7 +102,7 @@ "mnemonist": "^0.39.5", "moment": "^2.29.4", "mongodb": "^5.6.0", - "poolifier": "^2.6.5", + "poolifier": "^2.6.8", "source-map-support": "^0.5.21", "tar": "^6.1.15", "tslib": "^2.6.0", @@ -124,26 +124,26 @@ "@rollup/plugin-typescript": "^11.1.2", "@types/mocha": "^10.0.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^20.3.2", + "@types/node": "^20.3.3", "@types/sinon": "^10.0.15", "@types/tar": "^6.1.5", "@types/ws": "^8.5.5", - "@typescript-eslint/eslint-plugin": "^5.60.1", - "@typescript-eslint/parser": "^5.60.1", + "@typescript-eslint/eslint-plugin": "^5.61.0", + "@typescript-eslint/parser": "^5.61.0", "@web/rollup-plugin-copy": "^0.4.0", "auto-changelog": "^2.4.0", "c8": "^8.0.0", - "clinic": "^12.1.0", + "clinic": "^13.0.0", "cross-env": "^7.0.3", - "eslint": "^8.43.0", + "eslint": "^8.44.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.0", + "eslint-plugin-jsdoc": "^46.4.3", "eslint-plugin-n": "^16.0.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tsdoc": "^0.2.17", - "expect": "^29.5.0", + "expect": "^29.6.0", "husky": "^8.0.3", "lint-staged": "^13.2.3", "mocha": "^10.2.0", @@ -152,12 +152,12 @@ "release-it": "^15.11.0", "rimraf": "^5.0.1", "robohydra": "^0.6.9", - "rollup": "^3.25.3", + "rollup": "^3.26.1", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-delete": "^2.0.0", "semver": "^7.5.3", "sinon": "^15.2.0", "ts-node": "^10.9.1", - "typescript": "^5.1.5" + "typescript": "^5.1.6" } }