From 9f5ec9b4c7b0dcfd16d01e409c61fe536346def3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 20:36:10 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 035d8a6..80d9ffd 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "@swc/core": "^1.3.14", "@types/express": "^4.17.14", "@types/node": "^17.0.31", - "@typescript-eslint/eslint-plugin": "^5.42.0", - "@typescript-eslint/parser": "^5.42.0", + "@typescript-eslint/eslint-plugin": "^5.42.1", + "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.27.0", "rimraf": "^3.0.2", "typescript": "^4.8.4" @@ -44,9 +44,9 @@ }, "dependencies": { "@kirishima/rest": "^0.2.5", - "@nestjs/common": "^9.1.6", - "@nestjs/core": "^9.1.6", - "@nestjs/platform-express": "^9.1.6", + "@nestjs/common": "^9.2.0", + "@nestjs/core": "^9.2.0", + "@nestjs/platform-express": "^9.2.0", "@sapphire/result": "^2.6.0", "@sapphire/time-utilities": "^1.7.8", "@sapphire/utilities": "^3.11.0",