Skip to content

Commit

Permalink
fix(deps): update dependency mysql2 to v3.9.0 (#2443)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent 198564c commit 2f0c978
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 13 deletions.
87 changes: 80 additions & 7 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 @@ -86,7 +86,7 @@
"kafkajs": "^2.2.4",
"lint-staged": "14.0.1",
"mongoose": "7.6.5",
"mysql2": "3.6.1",
"mysql2": "3.9.0",
"nats": "2.16.0",
"portfinder": "1.0.32",
"prettier": "3.1.0",
Expand Down
8 changes: 4 additions & 4 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": "10.3.0",
"@nestjs/sequelize": "10.0.0",
"@nestjs/terminus": "10.2.0",
"mysql2": "3.6.5",
"mysql2": "3.9.0",
"reflect-metadata": "0.1.14",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
Expand Down

0 comments on commit 2f0c978

Please sign in to comment.