Skip to content

Commit

Permalink
Merge pull request #447 from nestjs/renovate/uuid-8.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency uuid to v8
  • Loading branch information
kamilmysliwiec authored May 23, 2020
2 parents 8cd7aa4 + 7db5def commit f38c8e8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
25 changes: 19 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/jest": "25.2.3",
"@types/node": "7.10.8",
"@types/supertest": "2.0.9",
"@types/uuid": "7.0.3",
"@types/uuid": "8.0.0",
"@typescript-eslint/eslint-plugin": "3.0.0",
"@typescript-eslint/parser": "3.0.0",
"eslint": "7.1.0",
Expand All @@ -50,7 +50,7 @@
"typescript": "3.9.3"
},
"dependencies": {
"uuid": "7.0.3"
"uuid": "8.1.0"
},
"peerDependencies": {
"@nestjs/common": "^6.7.0 || ^7.0.0",
Expand Down

0 comments on commit f38c8e8

Please sign in to comment.