Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2022
1 parent d8c0d1d commit 8e7ca86
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Expand Up @@ -77,11 +77,11 @@
},
"homepage": "https://github.com/TurboCheetah/succubus.space-api#readme",
"dependencies": {
"@sentry/node": "7.12.1",
"@sentry/node": "7.13.0",
"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",
Expand All @@ -92,50 +92,50 @@
"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",
"tsconfig-paths": "4.1.0",
"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": {
"@types/bull": "3.15.9",
"@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.3",
"@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.38.0",
"@typescript-eslint/parser": "5.38.0",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.2.5",
"eslint-plugin-n": "15.3.0",
"eslint-plugin-node": "11.1.0",
"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",
"nodemon": "2.0.20",
"prettier": "2.7.1",
"standard-version": "9.5.0",
"supertest": "6.2.4",
Expand All @@ -148,5 +148,5 @@
"pnpm test --bail --watchAll=false --findRelatedTests"
]
},
"packageManager": "pnpm@7.10.0"
"packageManager": "pnpm@7.11.0"
}

0 comments on commit 8e7ca86

Please sign in to comment.