Skip to content

Commit

Permalink
fix(deps): update dependency mysql2 to v3.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent afb1026 commit 1be58b1
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 37 deletions.
142 changes: 108 additions & 34 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.7",
"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 1be58b1

Please sign in to comment.