Skip to content

Commit

Permalink
Update All non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 3, 2022
1 parent ff4335a commit dfcb4a9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,50 +32,50 @@
"@mikro-orm/migrations": "5.4.2",
"@mikro-orm/nestjs": "5.1.2",
"@mikro-orm/postgresql": "5.4.2",
"@nestjs/apollo": "10.1.0",
"@nestjs/apollo": "10.1.3",
"@nestjs/axios": "0.1.0",
"@nestjs/common": "9.0.11",
"@nestjs/core": "9.0.11",
"@nestjs/common": "9.1.2",
"@nestjs/core": "9.1.2",
"@nestjs/cqrs": "9.0.1",
"@nestjs/graphql": "10.1.1",
"@nestjs/platform-fastify": "9.0.11",
"@nestjs/graphql": "10.1.3",
"@nestjs/platform-fastify": "9.1.2",
"@nestjs/swagger": "6.1.2",
"apollo-server-fastify": "3.10.2",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"cookies": "0.8.0",
"dataloader": "2.1.0",
"dotenv": "16.0.2",
"dotenv": "16.0.3",
"envalid": "7.3.1",
"eslint-plugin-import": "2.26.0",
"fastify": "4.6.0",
"fastify": "4.7.0",
"fastify-swagger": "5.2.0",
"graphql": "16.6.0",
"graphql-scalars": "1.18.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.5.6"
"rxjs": "7.5.7"
},
"devDependencies": {
"@types/cookies": "0.7.7",
"@types/jest": "29.0.2",
"@types/jest": "29.1.1",
"@types/jsonwebtoken": "8.5.9",
"@types/node": "16.11.59",
"@types/passport-jwt": "3.0.6",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"@types/node": "16.11.63",
"@types/passport-jwt": "3.0.7",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"enhanced-resolve": "5.10.0",
"eslint": "8.23.1",
"eslint": "8.24.0",
"eslint-plugin-jest": "27.0.4",
"husky": "8.0.1",
"jest": "29.0.3",
"jest": "29.1.2",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"ts-jest": "29.0.1",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"tsc-watch": "5.0.3",
"tsconfig-paths": "4.1.0",
"typescript": "4.8.3"
"typescript": "4.8.4"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit dfcb4a9

Please sign in to comment.