Skip to content

Commit

Permalink
fix(deps): update dependency mysql2 to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 27, 2021
1 parent 2779d98 commit a75173a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"lint-staged": "11.1.2",
"mongoose": "5.13.3",
"mysql": "2.18.1",
"mysql2": "2.2.5",
"mysql2": "2.3.0",
"nats": "2.2.0",
"portfinder": "1.0.28",
"prettier": "2.3.2",
Expand Down
6 changes: 3 additions & 3 deletions sample/007-sequelize-app/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/007-sequelize-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nestjs/platform-express": "8.0.0",
"@nestjs/sequelize": "8.0.0",
"@nestjs/terminus": "8.0.0",
"mysql2": "2.2.5",
"mysql2": "2.3.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.3.0",
Expand Down

0 comments on commit a75173a

Please sign in to comment.