Skip to content

Commit

Permalink
Merge pull request #261 from nestjs/renovate/uuid-8.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency uuid to v8.3.0
  • Loading branch information
kamilmysliwiec authored Aug 12, 2020
2 parents e5d0af9 + d470571 commit b02e232
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
18 changes: 12 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 @@ -19,7 +19,7 @@
},
"dependencies": {
"cron": "1.7.2",
"uuid": "8.2.0"
"uuid": "8.3.0"
},
"devDependencies": {
"@commitlint/cli": "9.1.1",
Expand All @@ -32,7 +32,7 @@
"@types/jest": "26.0.9",
"@types/node": "7.10.8",
"@types/sinon": "9.0.4",
"@types/uuid": "8.0.0",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "3.9.0",
"@typescript-eslint/parser": "3.9.0",
"eslint": "7.6.0",
Expand Down

0 comments on commit b02e232

Please sign in to comment.