Skip to content

Commit

Permalink
fix(deps): update dependency mysql to v2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 18, 2019
1 parent ec14c92 commit 1369737
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions integration/typeorm/package-lock.json

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

2 changes: 1 addition & 1 deletion integration/typeorm/package.json
Expand Up @@ -12,7 +12,7 @@
"@nestjs/common": "6.1.1",
"@nestjs/core": "6.1.1",
"@nestjs/typeorm": "6.0.0",
"mysql": "2.17.0",
"mysql": "2.17.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.4.0",
"typeorm": "0.2.16",
Expand Down
14 changes: 7 additions & 7 deletions sample/05-sql-typeorm/package-lock.json

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

2 changes: 1 addition & 1 deletion sample/05-sql-typeorm/package.json
Expand Up @@ -14,7 +14,7 @@
"@nestjs/core": "6.1.1",
"@nestjs/platform-express": "6.1.1",
"@nestjs/typeorm": "6.0.0",
"mysql": "2.17.0",
"mysql": "2.17.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.4.0",
"typeorm": "0.2.16",
Expand Down

0 comments on commit 1369737

Please sign in to comment.