X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=29cb24d8457cf63e5198a1639907718cf7eedf16;hb=65334d061f549a3136373b27c35cb0e508c75a9f;hp=069261d7765507f2b52ed09e301198799ab3fd49;hpb=12c929dc7885fdeea0e7ec2b1886789715c100d1;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 069261d7..29cb24d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.11", + "version": "1.1.13", "engines": { "node": "14.x.x", "npm": "6.x.x" @@ -33,7 +33,7 @@ "compareUrl": "https://github.com/jerome-benoit/charging-stations-simulator/compare/{from}...{to}" }, "mikro-orm": { - "tsConfigPath": "./tsconfig.orm.json", + "tsConfigPath": "./tsconfig-orm.json", "useTsNode": true }, "scripts": { @@ -85,8 +85,8 @@ "ws": "^8.2.2" }, "optionalDependencies": { - "bufferutil": "^4.0.3", - "utf-8-validate": "^5.0.5" + "bufferutil": "^4.0.4", + "utf-8-validate": "^5.0.6" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", @@ -98,9 +98,9 @@ "@types/proper-lockfile": "^4.1.2", "@types/tar": "^4.0.5", "@types/uuid": "^8.3.1", - "@types/ws": "^7.4.7", - "@typescript-eslint/eslint-plugin": "^4.31.2", - "@typescript-eslint/parser": "^4.31.2", + "@types/ws": "^8.2.0", + "@typescript-eslint/eslint-plugin": "^4.32.0", + "@typescript-eslint/parser": "^4.32.0", "auto-changelog": "^2.3.0", "clinic": "^9.0.0", "cross-env": "^7.0.3", @@ -108,7 +108,7 @@ "eslint-plugin-import": "^2.24.2", "eslint-plugin-jsdoc": "^36.1.0", "eslint-plugin-node": "^11.1.0", - "expect": "^27.2.2", + "expect": "^27.2.3", "mocha": "^9.1.2", "mochawesome": "^6.2.2", "npm-check": "^5.9.2",