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 22, 2020
1 parent 7a5fbf4 commit f04b498
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"node-nats-streaming": "^0.3.2"
},
"dependencies": {
"nanoid": "^3.1.10",
"nats": "^1.4.9",
"node-nats-streaming": "^0.3.2"
"nanoid": "3.1.10",
"nats": "1.4.9",
"node-nats-streaming": "0.3.2"
},
"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/config-angular": "8.3.4",
"@nestjs/common": "7.1.3",
"@nestjs/core": "7.1.3",
"@nestjs/microservices": "^7.1.3",
"@nestjs/microservices": "7.1.3",
"@nestjs/testing": "7.1.3",
"@types/jest": "26.0.0",
"@types/node": "7.10.9",
Expand All @@ -49,7 +49,7 @@
"prettier": "2.0.5",
"reflect-metadata": "0.1.13",
"release-it": "13.6.3",
"rimraf": "^3.0.2",
"rimraf": "3.0.2",
"ts-jest": "26.1.0",
"typescript": "3.9.5"
},
Expand Down

0 comments on commit f04b498

Please sign in to comment.