Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 4, 2021
1 parent 7bb2df1 commit 62707ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Backend/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"dependencies": {
"@aginix/nestjs-firebase-admin": "^2.0.1",
"@nestjs-modules/mailer": "^1.5.1",
"@nestjs/common": "^7.4.4",
"@nestjs/core": "^7.4.4",
"@nestjs/common": "7.4.4",
"@nestjs/core": "7.4.4",
"@nestjs/mongoose": "^7.0.2",
"@nestjs/platform-express": "^7.4.4",
"@nestjs/platform-socket.io": "^7.4.4",
"@nestjs/platform-express": "7.4.4",
"@nestjs/platform-socket.io": "7.4.4",
"@nestjs/serve-static": "^2.1.3",
"@nestjs/swagger": "^4.6.0",
"@nestjs/websockets": "^7.4.4",
"@nestjs/websockets": "7.4.4",
"@types/qrcode": "^1.3.5",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
Expand All @@ -50,9 +50,9 @@
"swagger-ui-express": "^4.1.4"
},
"devDependencies": {
"@nestjs/cli": "^7.5.1",
"@nestjs/cli": "7.5.1",
"@nestjs/schematics": "^7.1.2",
"@nestjs/testing": "^7.4.4",
"@nestjs/testing": "7.4.4",
"@types/express": "^4.17.8",
"@types/faker": "^5.1.2",
"@types/jest": "25.1.1",
Expand Down

0 comments on commit 62707ca

Please sign in to comment.