Bump mysql2 from 3.0.1 to 3.1.0

Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: mysql2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-30 14:29:00 +00:00
committed by GitHub
parent b8dad3e91e
commit ce8339bb2c
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
"express": "^4.18.2", "express": "^4.18.2",
"joi": "^17.7.0", "joi": "^17.7.0",
"jsonwebtoken": "^9.0.0", "jsonwebtoken": "^9.0.0",
"mysql2": "^3.0.1", "mysql2": "^3.1.0",
"sequelize": "^6.28.0", "sequelize": "^6.28.0",
"sqlite3": "^5.1.4", "sqlite3": "^5.1.4",
"uuid": "^9.0.0" "uuid": "^9.0.0"

View File

@ -1091,10 +1091,10 @@ ms@2.1.3, ms@^2.0.0, ms@^2.1.1:
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
mysql2@^3.0.1: mysql2@^3.1.0:
version "3.0.1" version "3.1.0"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.0.1.tgz#436db56e96d5b7fed350192387f54881658b8b44" resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.1.0.tgz#7d7b6c9e368bd5f74a82ce150edc32401a05d756"
integrity sha512-Wrh5KuE0OOlm6wRwRhE2q+C8LjwwfT3sFKVauyTwMwPbOd2i0SzxMqTZPqs90ZNAEWjot5GFywje84qVn3ITYw== integrity sha512-woMeIog21X72RcFLhE/xajhUdnwRMd6Oq16S7/O2qJ5lPUDfFwgSW+xhx7TjzcM8PU3q+dVsryIaDi+HyQR/0A==
dependencies: dependencies:
denque "^2.1.0" denque "^2.1.0"
generate-function "^2.3.1" generate-function "^2.3.1"