Skip to content

Commit d5f2147

Browse files
Bump mysql2 from 2.3.0 to 3.9.8
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 2.3.0 to 3.9.8. - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](sidorares/node-mysql2@v2.3.0...v3.9.8) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8759f9 commit d5f2147

File tree

3 files changed

+223
-41
lines changed

3 files changed

+223
-41
lines changed

example/monaco_editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/ws": "^7.2.6",
3232
"css-loader": "^3.6.0",
3333
"file-loader": "^6.0.0",
34-
"mysql2": "^2.1.0",
34+
"mysql2": "^3.9.8",
3535
"npm-run-all": "^4.1.5",
3636
"sequelize": "^6.3.3",
3737
"sequelize-cli": "^6.4.1",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/yargs": "^17.0.8",
4646
"cardinal": "^2.1.1",
4747
"jest": "^26.0.1",
48-
"mysql2": "^2.3.0",
48+
"mysql2": "^3.9.8",
4949
"node-ssh-forward": "^0.6.3",
5050
"pg": "^8.9.0",
5151
"sqlint": "^1.7.0",

0 commit comments

Comments
 (0)