X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=de7f7f065ab9b48b674645f4dbaeed62ccf6c468;hb=a410f7c20845e369236b9a10d29df8d5680cd8b6;hp=8a394ca1f56fc816b2537c68fad5130fc70ae77a;hpb=adf43ee0db0dc291c3bf1824e49fc11c8a5952d0;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 8a394ca1..de7f7f06 100644 --- a/package.json +++ b/package.json @@ -57,20 +57,20 @@ "utf-8-validate": "^5.0.3" }, "devDependencies": { - "@types/node": "^14.14.7", + "@types/node": "^14.14.9", "@types/uuid": "^8.3.0", "@types/worker-threads-pool": "^2.0.0", "@types/ws": "^7.4.0", - "@typescript-eslint/eslint-plugin": "^4.8.0", - "@typescript-eslint/parser": "^4.8.0", + "@typescript-eslint/eslint-plugin": "^4.8.2", + "@typescript-eslint/parser": "^4.8.2", "clinic": "^7.0.0", "cross-env": "^7.0.2", - "eslint": "^7.13.0", + "eslint": "^7.14.0", "grunt": "^1.3.0", "grunt-ts": "^6.0.0-beta.22", "npm-check": "^5.9.2", "rimraf": "^3.0.2", "ts-node-dev": "^1.0.0", - "typescript": "^4.0.5" + "typescript": "^4.1.2" } }