Skip to content

Commit

Permalink
fix(deps): update dependency mysql2 to v3.9.7 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent 727032e commit 0a95b9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -154,7 +154,7 @@
"mongoose": "8.3.2",
"mqtt": "5.5.2",
"multer": "1.4.4",
"mysql2": "3.9.6",
"mysql2": "3.9.7",
"nats": "2.22.0",
"nodemon": "3.1.0",
"nyc": "14.1.1",
Expand Down
2 changes: 1 addition & 1 deletion sample/05-sql-typeorm/package.json
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "10.3.2",
"@nestjs/platform-express": "10.3.2",
"@nestjs/typeorm": "10.0.1",
"mysql2": "3.9.4",
"mysql2": "3.9.7",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion sample/07-sequelize/package.json
Expand Up @@ -23,7 +23,7 @@
"@nestjs/core": "10.3.2",
"@nestjs/platform-express": "10.3.2",
"@nestjs/sequelize": "10.0.0",
"mysql2": "3.9.4",
"mysql2": "3.9.7",
"reflect-metadata": "0.2.1",
"rimraf": "5.0.5",
"rxjs": "7.8.1",
Expand Down

0 comments on commit 0a95b9c

Please sign in to comment.