Skip to content

Commit

Permalink
feat(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Sep 18, 2022
1 parent 95b68b3 commit 0585d2f
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 475 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,35 @@
"@nestjs/core": ">7.0.0"
},
"dependencies": {
"minio": "^7.0.30"
"minio": "^7.0.32"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.19",
"@nestjs/common": "^9.0.8",
"@nestjs/core": "^9.0.8",
"@nestjs/platform-express": "^9.0.8",
"@nestjs/testing": "9.0.8",
"@types/express": "4.17.13",
"@types/jest": "28.1.6",
"@nestjs/common": "^9.0.11",
"@nestjs/core": "^9.0.11",
"@nestjs/platform-express": "^9.0.11",
"@nestjs/testing": "9.0.11",
"@types/express": "4.17.14",
"@types/jest": "29.0.3",
"@types/minio": "^7.0.13",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "5.32.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "5.37.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.21.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"husky": "^8.0.1",
"jest": "28.1.3",
"jest": "29.0.3",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.6",
"supertest": "6.2.4",
"ts-jest": "28.0.7",
"ts-jest": "29.0.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.0",
"typescript": "4.7.4"
"typescript": "4.8.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit 0585d2f

Please sign in to comment.