From 74871a44c5c402c13b77cf252a12be77957cc181 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 18:03:16 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index d444455c..30a3088b 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "apollo-server-cache-redis": "3.3.1", "apollo-server-core": "3.10.2", "apollo-server-express": "3.10.2", - "bull": "4.8.5", + "bull": "4.9.0", "class-validator": "0.13.2", "compression": "1.7.4", "cors": "2.8.5", @@ -92,12 +92,12 @@ "helmet": "6.0.0", "hpp": "0.2.3", "ioredis": "5.2.3", - "mongoose": "6.5.4", + "mongoose": "6.6.1", "morgan": "1.10.0", "nhentai": "3.0.0", "node-cron": "3.0.2", "phin": "3.6.1", - "rate-limiter-flexible": "2.3.8", + "rate-limiter-flexible": "2.3.10", "redis-json": "6.0.3", "reflect-metadata": "0.1.13", "tsc-alias": "1.7.0", @@ -105,8 +105,8 @@ "tslib": "2.4.0", "tsyringe": "4.7.0", "type-graphql": "1.1.1", - "typescript": "4.8.2", - "winston": "3.8.1", + "typescript": "4.8.3", + "winston": "3.8.2", "wireit": "0.7.1" }, "devDependencies": { @@ -114,17 +114,17 @@ "@types/compression": "1.7.2", "@types/cors": "2.8.12", "@types/eslint": "8.4.6", - "@types/express": "4.17.13", + "@types/express": "4.17.14", "@types/hpp": "0.2.2", "@types/ioredis": "4.28.10", - "@types/jest": "29.0.0", + "@types/jest": "29.0.2", "@types/morgan": "1.9.3", - "@types/node": "16.11.56", - "@types/node-cron": "3.0.3", + "@types/node": "16.11.59", + "@types/node-cron": "3.0.4", "@types/supertest": "2.0.12", - "@typescript-eslint/eslint-plugin": "5.36.1", - "@typescript-eslint/parser": "5.36.1", - "eslint": "8.23.0", + "@typescript-eslint/eslint-plugin": "5.37.0", + "@typescript-eslint/parser": "5.37.0", + "eslint": "8.23.1", "eslint-config-prettier": "8.5.0", "eslint-config-standard": "17.0.0", "eslint-plugin-import": "2.26.0", @@ -133,7 +133,7 @@ "eslint-plugin-prettier": "4.2.1", "eslint-plugin-promise": "6.0.1", "husky": "8.0.1", - "jest": "29.0.2", + "jest": "29.0.3", "lint-staged": "13.0.3", "nodemon": "2.0.19", "prettier": "2.7.1", @@ -148,5 +148,5 @@ "pnpm test --bail --watchAll=false --findRelatedTests" ] }, - "packageManager": "pnpm@7.10.0" + "packageManager": "pnpm@7.11.0" }