diff --git a/package.json b/package.json index 1cd824c..14eb860 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "test": "mocha" }, "dependencies": { - "electron": "^30.0.1", + "electron": "^30.0.3", "mime-types": "^2.1.35", "uuid": "^9.0.1", "yargs": "^17.7.2" @@ -45,11 +45,11 @@ "@tsconfig/node18": "^18.2.4", "@types/mime-types": "^2.1.4", "@types/mocha": "^10.0.6", - "@types/node": "^20.12.7", + "@types/node": "^20.12.11", "@types/uuid": "^9.0.8", "@types/yargs": "^17.0.32", - "@typescript-eslint/eslint-plugin": "^7.7.1", - "@typescript-eslint/parser": "^7.7.1", + "@typescript-eslint/eslint-plugin": "^7.8.0", + "@typescript-eslint/parser": "^7.8.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "mocha": "^10.4.0", @@ -57,5 +57,5 @@ "ts-node": "^10.9.2", "typescript": "^5.4.5" }, - "packageManager": "yarn@4.1.1" + "packageManager": "yarn@4.2.2" }