Skip to content

Commit

Permalink
build(deps): update dependencies (#528)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent 99af6ba commit 71c598c
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 263 deletions.
32 changes: 16 additions & 16 deletions authorization-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"test:e2e": "cd test && jest --config ./jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "10.3.9",
"@nestjs/config": "3.2.2",
"@nestjs/core": "10.3.9",
"@nestjs/common": "10.3.10",
"@nestjs/config": "3.2.3",
"@nestjs/core": "10.3.10",
"@nestjs/jwt": "10.2.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.3.9",
"@nestjs/swagger": "7.3.1",
"@nestjs/platform-express": "10.3.10",
"@nestjs/swagger": "7.4.0",
"@nestjs/terminus": "10.2.3",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand All @@ -49,7 +49,7 @@
"ethers": "5.7.2",
"express": "4.19.2",
"ioredis": "5.4.1",
"joi": "17.13.1",
"joi": "17.13.3",
"jsonwebtoken": "9.0.2",
"nestjs-pino": "3.5.0",
"passport": "0.7.0",
Expand All @@ -66,17 +66,17 @@
"@energyweb/eslint-config": "0.1.0",
"@energyweb/prettier-config": "0.0.1",
"@golevelup/ts-jest": "0.5.0",
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1",
"@nestjs/testing": "10.3.9",
"@nestjs/cli": "10.4.0",
"@nestjs/schematics": "10.1.2",
"@nestjs/testing": "10.3.10",
"@types/cookie-parser": "1.4.7",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/joi": "17.2.3",
"@types/node": "18.19.34",
"@types/node": "18.19.39",
"@types/passport-jwt": "3.0.13",
"@types/passport-local": "1.0.38",
"@types/set-cookie-parser": "2.4.7",
"@types/set-cookie-parser": "2.4.9",
"@types/supertest": "2.0.16",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand All @@ -86,19 +86,19 @@
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"node-mocks-http": "1.14.1",
"node-mocks-http": "1.15.0",
"prettier": "3.3.2",
"redis-memory-server": "0.10.0",
"redis-memory-server": "0.11.0",
"rimraf": "5.0.7",
"set-cookie-parser": "2.6.0",
"source-map-support": "0.5.21",
"supertest": "6.3.4",
"ts-jest": "29.1.4",
"ts-jest": "29.1.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.5",
"webpack": "5.92.0"
"typescript": "5.5.3",
"webpack": "5.92.1"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit 71c598c

Please sign in to comment.