Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 35dfa07 commit 277a86d
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 120 deletions.
26 changes: 13 additions & 13 deletions authorization-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"test:e2e": "cd test && jest --config ./jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "10.2.2",
"@nestjs/config": "3.0.0",
"@nestjs/core": "10.2.2",
"@nestjs/jwt": "10.1.0",
"@nestjs/common": "10.2.4",
"@nestjs/config": "3.0.1",
"@nestjs/core": "10.2.4",
"@nestjs/jwt": "10.1.1",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "10.0.1",
"@nestjs/platform-express": "10.2.2",
"@nestjs/platform-express": "10.2.4",
"@nestjs/swagger": "7.1.10",
"@nestjs/terminus": "10.0.1",
"class-transformer": "0.5.1",
Expand All @@ -49,13 +49,13 @@
"ethers": "5.7.2",
"express": "4.18.2",
"ioredis": "5.3.2",
"joi": "17.10.0",
"joi": "17.10.1",
"jsonwebtoken": "9.0.2",
"nestjs-pino": "3.4.0",
"passport": "0.6.0",
"passport-did-auth": "2.0.0",
"passport-jwt": "4.0.1",
"pino-http": "8.4.0",
"pino-http": "8.5.0",
"pino-pretty": "10.2.0",
"reflect-metadata": "0.1.13",
"rxjs": "7.8.1",
Expand All @@ -66,20 +66,20 @@
"@energyweb/eslint-config": "0.1.0",
"@energyweb/prettier-config": "0.0.1",
"@golevelup/ts-jest": "0.4.0",
"@nestjs/cli": "10.1.16",
"@nestjs/cli": "10.1.17",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.2",
"@types/cookie-parser": "1.4.3",
"@nestjs/testing": "10.2.4",
"@types/cookie-parser": "1.4.4",
"@types/express": "4.17.17",
"@types/jest": "29.5.4",
"@types/joi": "17.2.3",
"@types/node": "16.18.46",
"@types/node": "16.18.48",
"@types/passport-jwt": "3.0.9",
"@types/passport-local": "1.0.35",
"@types/set-cookie-parser": "2.4.3",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jest": "27.2.3",
Expand Down
Loading

0 comments on commit 277a86d

Please sign in to comment.