X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=ea2c2d231f2c416b9173f58ff37009a39c867b5d;hb=cb59f2603942891a86cce8c33edbb7c5aee3cc9d;hp=4a63c5c11c37f067092164a80e2522b586ca97c7;hpb=22bbed6eb43b70588ee6d790e48d66cb816dc8db;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 4a63c5c1..ea2c2d23 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "pnpm": ">=8.6.0" }, "volta": { - "node": "20.8.0", - "pnpm": "8.8.0" + "node": "20.8.1", + "pnpm": "8.9.2" }, "repository": { "type": "git", @@ -75,8 +75,8 @@ "lint": "cross-env TIMING=1 eslint --cache src", "lint:fix": "cross-env TIMING=1 eslint --cache --fix src", "format": "prettier --cache --write .", - "test": "glob -c \"c8 node --loader tsx --no-warnings=ExperimentalWarning --test\" \"tests/**/*.test.ts\"", - "test:debug": "glob -c \"node --loader tsx --no-warnings=ExperimentalWarning --test --inspect\" \"tests/**/*.test.ts\"", + "test": "glob -c \"c8 node --import tsx --test\" \"tests/**/*.test.ts\"", + "test:debug": "glob -c \"node --import tsx --test --inspect\" \"tests/**/*.test.ts\"", "coverage": "c8 report --reporter=lcov", "coverage:html": "c8 report --reporter=html", "clinic:clean": "clinic clean", @@ -94,10 +94,10 @@ } }, "dependencies": { - "@mikro-orm/core": "^5.8.7", - "@mikro-orm/mariadb": "^5.8.7", - "@mikro-orm/reflection": "^5.8.7", - "@mikro-orm/sqlite": "^5.8.7", + "@mikro-orm/core": "^5.8.10", + "@mikro-orm/mariadb": "^5.8.10", + "@mikro-orm/reflection": "^5.8.10", + "@mikro-orm/sqlite": "^5.8.10", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.3", @@ -105,10 +105,10 @@ "date-fns": "^2.30.0", "http-status-codes": "^2.3.0", "just-merge": "^3.2.0", - "logform": "^2.5.1", + "logform": "^2.6.0", "mnemonist": "^0.39.5", "mongodb": "^6.1.0", - "poolifier": "^3.0.0", + "poolifier": "^3.0.3", "source-map-support": "^0.5.21", "tar": "^6.2.0", "tslib": "^2.6.2", @@ -117,23 +117,23 @@ "ws": "^8.14.2" }, "optionalDependencies": { - "bufferutil": "^4.0.7", + "bufferutil": "^4.0.8", "utf-8-validate": "^6.0.3" }, "devDependencies": { - "@commitlint/cli": "^17.7.2", - "@commitlint/config-conventional": "^17.7.0", - "@mikro-orm/cli": "^5.8.7", + "@commitlint/cli": "^17.8.0", + "@commitlint/config-conventional": "^17.8.0", + "@mikro-orm/cli": "^5.8.10", "@release-it/bumper": "^5.1.0", "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", - "@types/node": "^20.8.4", - "@types/sinon": "^10.0.19", - "@types/tar": "^6.1.6", - "@types/ws": "^8.5.6", - "@typescript-eslint/eslint-plugin": "^6.7.5", - "@typescript-eslint/parser": "^6.7.4", + "@types/node": "^20.8.7", + "@types/sinon": "^10.0.20", + "@types/tar": "^6.1.7", + "@types/ws": "^8.5.8", + "@typescript-eslint/eslint-plugin": "^6.8.0", + "@typescript-eslint/parser": "^6.8.0", "@web/rollup-plugin-copy": "^0.4.0", "auto-changelog": "^2.4.0", "c8": "^8.0.1", @@ -144,23 +144,23 @@ "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsdoc": "^46.8.2", - "eslint-plugin-n": "^16.1.0", - "eslint-plugin-prettier": "^5.0.0", + "eslint-plugin-n": "^16.2.0", + "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", "glob": "^10.3.10", "husky": "^8.0.3", - "lint-staged": "^14.0.1", + "lint-staged": "^15.0.2", "prettier": "^3.0.3", "release-it": "^16.2.1", "rimraf": "^5.0.5", - "rollup": "^4.0.2", + "rollup": "^4.1.4", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-delete": "^2.0.0", "semver": "^7.5.4", - "sinon": "^16.1.0", + "sinon": "^16.1.3", "ts-node": "^10.9.1", - "tsx": "^3.13.0", + "tsx": "^3.14.0", "typescript": "~5.2.2" } }