Skip to content

Commit

Permalink
fix(deps): update dependency mysql2 to v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent 556f0d7 commit 437c08d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"mongoose": "8.1.1",
"mqtt": "5.3.5",
"multer": "1.4.4",
"mysql2": "3.9.0",
"mysql2": "3.9.1",
"nats": "2.19.0",
"nodemon": "3.0.3",
"nyc": "14.1.1",
Expand Down
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 437c08d

Please sign in to comment.