X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=9210ca9058ad2bab88ca69cc3c9aaff1e79097ad;hb=9e026a6a48b3be9ec4b36d70285f6d27be70cbb6;hp=6a278e121d0b11df9c1cda118638002b6a813eb2;hpb=793a8ffcbc424b3552482f59f865e1adc25e4f23;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 6a278e12..9210ca90 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.2.24", + "version": "1.2.29", "engines": { "node": ">=18.18.0", "pnpm": ">=8.6.0" }, "volta": { - "node": "20.9.0", - "pnpm": "8.10.5" + "node": "20.10.0", + "pnpm": "8.11.0" }, "repository": { "type": "git", @@ -101,13 +101,13 @@ "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.3", "chalk": "^5.3.0", - "date-fns": "^2.30.0", + "date-fns": "3.0.0-rc.2", "http-status-codes": "^2.3.0", "just-merge": "^3.2.0", "logform": "^2.6.0", - "mnemonist": "^0.39.5", + "mnemonist": "^0.39.6", "mongodb": "^6.3.0", - "poolifier": "^3.0.5", + "poolifier": "^3.0.10", "tar": "^6.2.0", "tslib": "^2.6.2", "winston": "^3.11.0", @@ -119,24 +119,24 @@ "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^18.4.2", - "@commitlint/config-conventional": "^18.4.2", + "@commitlint/cli": "^18.4.3", + "@commitlint/config-conventional": "^18.4.3", "@mikro-orm/cli": "^5.9.4", "@release-it/bumper": "^6.0.1", - "@types/node": "^20.9.1", - "@types/tar": "^6.1.9", - "@types/ws": "^8.5.9", - "@typescript-eslint/eslint-plugin": "^6.11.0", - "@typescript-eslint/parser": "^6.11.0", + "@types/node": "^20.10.4", + "@types/tar": "^6.1.10", + "@types/ws": "^8.5.10", + "@typescript-eslint/eslint-plugin": "^6.13.2", + "@typescript-eslint/parser": "^6.13.2", "auto-changelog": "^2.4.0", "c8": "^8.0.1", "clinic": "^13.0.0", "cross-env": "^7.0.3", - "esbuild": "^0.19.5", + "esbuild": "^0.19.8", "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", - "eslint": "^8.54.0", - "eslint-config-prettier": "^9.0.0", + "eslint": "^8.55.0", + "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jsdoc": "^46.9.0", @@ -146,12 +146,12 @@ "expect": "^29.7.0", "glob": "^10.3.10", "husky": "^8.0.3", - "lint-staged": "^15.1.0", + "lint-staged": "^15.2.0", "prettier": "^3.1.0", - "release-it": "^17.0.0", + "release-it": "^17.0.1", "rimraf": "^5.0.5", "semver": "^7.5.4", - "tsx": "^4.1.3", - "typescript": "~5.2.2" + "tsx": "^4.6.2", + "typescript": "~5.3.3" } }