diff --git a/package.json b/package.json index 5d630df..0c7af62 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,11 @@ "name": "xdpirate", "email": "1757462+xdpirate@users.noreply.github.com", "url": "https://github.com/xdpirate" + }, + { + "name": "EuropaServ", + "email": "161414668+EuropaServ@users.noreply.github.com", + "url": "https://github.com/EuropaServ" } ], "funding": [ @@ -56,17 +61,17 @@ "eslint": "^8.0.0", "eslint-config-semistandard": "^17.0.0", "eslint-config-standard": "^17.1.0", - "eslint-plugin-prettier": "^5.1.3", + "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.4.0", - "prettier": "^3.2.5", - "@types/uuid": "^9.0.8" + "prettier": "^3.3.3", + "@types/uuid": "^10.0.0" }, "dependencies": { "custom-electron-prompt": "^1.5.7", - "electron": "^31.2.0", + "electron": "^31.2.1", "toasted-notifier": "^10.0.1", "semver": "^7.3.5", - "uuid": "^8.3.2" + "uuid": "^10.0.0" } }