Skip to content

Commit

Permalink
Merge pull request #13142 from nestjs/renovate/mysql2-3.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency mysql2 to v3.9.1
  • Loading branch information
kamilmysliwiec committed Feb 2, 2024
2 parents 7f983e1 + d9c0046 commit a8400cc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "10.2.10",
"@nestjs/platform-express": "10.2.10",
"@nestjs/typeorm": "10.0.1",
"mysql2": "3.6.5",
"mysql2": "3.9.1",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
Expand Down
14 changes: 7 additions & 7 deletions sample/07-sequelize/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/07-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "10.2.10",
"@nestjs/platform-express": "10.2.10",
"@nestjs/sequelize": "10.0.0",
"mysql2": "3.6.5",
"mysql2": "3.9.1",
"reflect-metadata": "0.1.13",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
Expand Down

0 comments on commit a8400cc

Please sign in to comment.