Skip to content

Commit a44c2f0

Browse files
Bump mysql2 from 3.9.8 to 3.10.0
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.8 to 3.10.0. - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](sidorares/node-mysql2@v3.9.8...v3.10.0) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de5f167 commit a44c2f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"jsonwebtoken": "^9.0.0",
5959
"lodash": "^4.17.21",
6060
"morgan": "^1.10.0",
61-
"mysql2": "^3.9.8",
61+
"mysql2": "^3.10.0",
6262
"reflect-metadata": "^0.2.2",
6363
"sequelize": "^6.28.0",
6464
"sequelize-cli": "^6.5.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3537,10 +3537,10 @@ [email protected], ms@^2.1.1:
35373537
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
35383538
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
35393539

3540-
mysql2@^3.9.8:
3541-
version "3.9.8"
3542-
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.9.8.tgz#fe8a0f975f2c495ed76ca988ddc5505801dc49ce"
3543-
integrity sha512-+5JKNjPuks1FNMoy9TYpl77f+5frbTklz7eb3XDwbpsERRLEeXiW2PDEkakYF50UuKU2qwfGnyXpKYvukv8mGA==
3540+
mysql2@^3.10.0:
3541+
version "3.10.0"
3542+
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.10.0.tgz#5109449fda3dc03fb7d6bdf2cf91f97477081987"
3543+
integrity sha512-qx0mfWYt1DpTPkw8mAcHW/OwqqyNqBLBHvY5IjN8+icIYTjt6znrgYJ+gxqNNRpVknb5Wc/gcCM4XjbCR0j5tw==
35443544
dependencies:
35453545
denque "^2.1.0"
35463546
generate-function "^2.3.1"

0 commit comments

Comments
 (0)