Skip to content

Commit

Permalink
Merge pull request #14328 from nestjs/renovate/mysql2-3.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency mysql2 to v3.11.5
  • Loading branch information
kamilmysliwiec authored Dec 16, 2024
2 parents d5bc7db + 1be58b1 commit 77dca8e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 @@ -154,7 +154,7 @@
"mongoose": "8.8.4",
"mqtt": "5.10.3",
"multer": "1.4.4",
"mysql2": "3.11.4",
"mysql2": "3.11.5",
"nats": "2.28.2",
"nodemon": "3.1.9",
"nyc": "17.1.0",
Expand Down
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.4.15",
"@nestjs/platform-express": "10.4.15",
"@nestjs/typeorm": "10.0.2",
"mysql2": "3.9.8",
"mysql2": "3.11.5",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
Expand Down
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.4.15",
"@nestjs/platform-express": "10.4.15",
"@nestjs/sequelize": "10.0.1",
"mysql2": "3.9.8",
"mysql2": "3.11.5",
"reflect-metadata": "0.2.2",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
Expand Down

0 comments on commit 77dca8e

Please sign in to comment.