Skip to content

Commit

Permalink
chore: upgrade mysql2 dependency (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
phani-srikar authored Apr 28, 2024
1 parent a86c816 commit 4bfda10
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-e2e-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"jest-environment-node": "^26.6.2",
"knex": "~2.4.0",
"lodash": "^4.17.21",
"mysql2": "~3.9.4",
"mysql2": "~3.9.7",
"node-fetch": "^2.6.7",
"node-pty": "beta",
"pg": "~8.11.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-graphql-schema-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"graphql": "^15.5.0",
"graphql-transformer-common": "4.30.1",
"knex": "~2.4.0",
"mysql2": "~3.9.4",
"mysql2": "~3.9.7",
"ora": "^4.0.3",
"pg": "~8.11.3",
"pluralize": "^8.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@aws-sdk/client-lambda": "3.338.0",
"knex": "~2.4.0",
"mysql2": "~3.9.4",
"mysql2": "~3.9.7",
"pg": "~8.11.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18098,10 +18098,10 @@ [email protected], mute-stream@~0.0.4:
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==

mysql2@~3.9.4:
version "3.9.4"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.9.4.tgz#0d4f666015f8ed213aa6f2f5e59065eb99d7c3de"
integrity sha512-OEESQuwxMza803knC1YSt7NMuc1BrK9j7gZhCSs2WAyxr1vfiI7QLaLOKTh5c9SWGz98qVyQUbK8/WckevNQhg==
mysql2@~3.9.7:
version "3.9.7"
resolved "https://registry.npmjs.org/mysql2/-/mysql2-3.9.7.tgz#843755daf65b5ef08afe545fe14b8fb62824741a"
integrity sha512-KnJT8vYRcNAZv73uf9zpXqNbvBG7DJrs+1nACsjZP1HMJ1TgXEy8wnNilXAn/5i57JizXKtrUtwDB7HxT9DDpw==
dependencies:
denque "^2.1.0"
generate-function "^2.3.1"
Expand Down

0 comments on commit 4bfda10

Please sign in to comment.