diff --git a/package.json b/package.json index 22c4c1f..548841c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "test": "ava" }, "dependencies": { - "electron": "^25.1.0", + "electron": "^25.2.0", "mime-types": "^2.1.35", "uuid": "^9.0.0", "yargs": "^17.7.2" @@ -44,17 +44,17 @@ "devDependencies": { "@tsconfig/node18": "^2.0.1", "@types/mime-types": "^2.1.1", - "@types/node": "^20.2.5", + "@types/node": "^20.3.2", "@types/uuid": "^9.0.2", "@types/yargs": "^17.0.24", - "@typescript-eslint/eslint-plugin": "^5.59.9", - "@typescript-eslint/parser": "^5.59.9", - "ava": "^5.3.0", - "eslint": "^8.42.0", + "@typescript-eslint/eslint-plugin": "^5.60.1", + "@typescript-eslint/parser": "^5.60.1", + "ava": "^5.3.1", + "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "prettier": "^2.8.8", "ts-node": "^10.9.1", - "typescript": "^5.1.3" + "typescript": "^5.1.6" }, "ava": { "extensions": [