Skip to content

Commit 0e3bb57

Browse files
authored
Merge pull request #42 from CodeCommunityHub/dependabot/npm_and_yarn/mysql2-3.10.1
Bump mysql2 from 3.10.0 to 3.10.1
2 parents 52ece32 + f8beb66 commit 0e3bb57

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
@@ -59,7 +59,7 @@
5959
"jsonwebtoken": "^9.0.0",
6060
"lodash": "^4.17.21",
6161
"morgan": "^1.10.0",
62-
"mysql2": "^3.10.0",
62+
"mysql2": "^3.10.1",
6363
"reflect-metadata": "^0.2.2",
6464
"sequelize": "^6.28.0",
6565
"sequelize-cli": "^6.5.2",

yarn.lock

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

3854-
mysql2@^3.10.0:
3855-
version "3.10.0"
3856-
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.10.0.tgz#5109449fda3dc03fb7d6bdf2cf91f97477081987"
3857-
integrity sha512-qx0mfWYt1DpTPkw8mAcHW/OwqqyNqBLBHvY5IjN8+icIYTjt6znrgYJ+gxqNNRpVknb5Wc/gcCM4XjbCR0j5tw==
3854+
mysql2@^3.10.1:
3855+
version "3.10.1"
3856+
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.10.1.tgz#c39b8faf24ef4fd56330ef269122471a22d19198"
3857+
integrity sha512-6zo1T3GILsXMCex3YEu7hCz2OXLUarxFsxvFcUHWMpkPtmZLeTTWgRdc1gWyNJiYt6AxITmIf9bZDRy/jAfWew==
38583858
dependencies:
38593859
denque "^2.1.0"
38603860
generate-function "^2.3.1"

0 commit comments

Comments
 (0)