Skip to content

Commit

Permalink
feat: chores
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Dec 9, 2021
1 parent 62da536 commit 4d44ba6
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,34 @@
"@nestjs/core": ">7.0.0"
},
"dependencies": {
"minio": "^7.0.18"
"minio": "^7.0.25"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.14",
"@nestjs/common": "^7.6.12",
"@nestjs/core": "^7.6.17",
"@nestjs/platform-express": "^8.0.5",
"@nestjs/testing": "8.0.5",
"@compodoc/compodoc": "^1.1.16",
"@nestjs/common": "^8.2.3",
"@nestjs/core": "^8.2.3",
"@nestjs/platform-express": "^8.2.3",
"@nestjs/testing": "8.2.3",
"@types/express": "4.17.13",
"@types/jest": "26.0.24",
"@types/minio": "^7.0.9",
"@types/jest": "27.0.3",
"@types/minio": "^7.0.11",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"eslint": "^7.32.0",
"husky": "^7.0.1",
"jest": "27.0.6",
"lint-staged": "^11.1.1",
"prettier": "2.3.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"eslint": "^8.4.1",
"husky": "^7.0.4",
"jest": "27.4.3",
"lint-staged": "^12.1.2",
"prettier": "2.5.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.3.0",
"supertest": "6.1.4",
"ts-jest": "27.0.4",
"ts-node": "10.1.0",
"tsconfig-paths": "3.10.1",
"typescript": "4.3.5",
"@typescript-eslint/parser": "4.29.0",
"rxjs": "^7.4.0",
"supertest": "6.1.6",
"ts-jest": "27.1.1",
"ts-node": "10.4.0",
"tsconfig-paths": "3.12.0",
"typescript": "4.5.2",
"@typescript-eslint/parser": "5.6.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4"
"eslint-plugin-import": "2.25.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 4d44ba6

Please sign in to comment.