From 38923a515cbfb021a2afc4adacf05f7c6a972d70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 18:26:21 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 0f87b55..0b0bef7 100644 --- a/package.json +++ b/package.json @@ -14,16 +14,16 @@ "author": "KagChi", "license": "GPL-3.0", "devDependencies": { - "@hazmi35/eslint-config": "^8.3.0", + "@hazmi35/eslint-config": "^8.5.1", "@swc/cli": "^0.1.57", - "@swc/core": "^1.2.189", + "@swc/core": "^1.3.16", "@types/node": "^17.0.31", - "@typescript-eslint/eslint-plugin": "^5.26.0", - "@typescript-eslint/parser": "^5.26.0", - "eslint": "^8.16.0", + "@typescript-eslint/eslint-plugin": "^5.43.0", + "@typescript-eslint/parser": "^5.43.0", + "eslint": "^8.27.0", "rimraf": "^3.0.2", - "tsup": "^6.0.1", - "typescript": "^4.6.4" + "tsup": "^6.5.0", + "typescript": "^4.8.4" }, "eslintConfig": { "parser": "@typescript-eslint/parser", @@ -48,9 +48,9 @@ "@sapphire/framework": "^3.0.0-next.fd7be0b.0", "@sapphire/plugin-logger": "^2.2.1", "@sapphire/utilities": "^3.6.2", - "@zhycorporg/command-context": "^1.1.1", - "backtracker": "^3.1.1", - "discord.js": "^13.7.0", - "dotenv": "^16.0.1" + "@zhycorporg/command-context": "^1.1.2", + "backtracker": "^3.3.1", + "discord.js": "^13.12.0", + "dotenv": "^16.0.3" } }