Skip to content

Commit

Permalink
fix(deps): update dependency mysql2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2023
1 parent 7368ebd commit ba0879a
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 83 deletions.
95 changes: 53 additions & 42 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 @@ -84,7 +84,7 @@
"jest": "28.1.3",
"lint-staged": "13.1.0",
"mongoose": "6.8.4",
"mysql2": "2.3.3",
"mysql2": "3.0.1",
"nats": "2.11.0",
"portfinder": "1.0.32",
"prettier": "2.8.3",
Expand Down
69 changes: 30 additions & 39 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": "9.2.1",
"@nestjs/sequelize": "9.0.0",
"@nestjs/terminus": "9.1.4",
"mysql2": "2.3.3",
"mysql2": "3.0.1",
"reflect-metadata": "0.1.13",
"rimraf": "4.1.1",
"rxjs": "7.8.0",
Expand Down

0 comments on commit ba0879a

Please sign in to comment.