diff --git a/package.json b/package.json index 9c48f96ad..b4f76d95a 100644 --- a/package.json +++ b/package.json @@ -18,15 +18,15 @@ "test": "eslint src --ext .ts" }, "devDependencies": { - "@types/discord-rpc": "^4.0.7", - "@types/express": "^4.17.20", - "@types/gamedig": "^4.0.4", - "@types/http-errors": "^2.0.3", - "@types/jsdom": "^21.1.4", - "@types/node": "^20.8.10", - "@typescript-eslint/eslint-plugin": "^6.9.1", - "@typescript-eslint/parser": "^6.9.1", - "eslint": "^8.53.0", + "@types/discord-rpc": "^4.0.8", + "@types/express": "^4.17.21", + "@types/gamedig": "^4.0.5", + "@types/http-errors": "^2.0.4", + "@types/jsdom": "^21.1.5", + "@types/node": "^20.9.2", + "@typescript-eslint/eslint-plugin": "^6.11.0", + "@typescript-eslint/parser": "^6.11.0", + "eslint": "^8.54.0", "typescript": "^5.2.2" }, "dependencies": { @@ -39,7 +39,7 @@ "gamedig": "^4.1.0", "jsdom": "^22.1.0", "libsodium-wrappers": "^0.7.13", - "mathjs": "^12.0.0", + "mathjs": "^12.1.0", "play-dl": "^1.9.7", "r6api.js": "^4.4.1", "undici": "^5.27.2", @@ -50,6 +50,6 @@ "bufferutil": "^4.0.8", "erlpack": "github:discord/erlpack", "utf-8-validate": "^6.0.3", - "zlib-sync": "^0.1.8" + "zlib-sync": "^0.1.9" } }