Skip to content

Commit

Permalink
chore: upgrade mysql2 package to 3.9.8 (strapi#21795)
Browse files Browse the repository at this point in the history
  • Loading branch information
innerdvations authored Oct 11, 2024
1 parent bec3f8c commit b2cbb99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/getstarted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@strapi/strapi": "workspace:*",
"better-sqlite3": "11.3.0",
"lodash": "4.17.21",
"mysql2": "3.9.4",
"mysql2": "3.9.8",
"passport-google-oauth2": "0.2.0",
"pg": "8.11.1",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchensink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@strapi/strapi": "workspace:*",
"better-sqlite3": "11.3.0",
"lodash": "4.17.21",
"mysql2": "3.9.4",
"mysql2": "3.9.8",
"passport-google-oauth2": "0.2.0",
"pg": "8.11.1",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/create-strapi-app/src/utils/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export async function getDatabaseInfos(options: Options): Promise<DBConfig> {
}

const sqlClientModule = {
mysql: { mysql2: '3.9.4' },
mysql: { mysql2: '3.9.8' },
postgres: { pg: '8.8.0' },
sqlite: { 'better-sqlite3': '11.3.0' },
};
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17437,7 +17437,7 @@ __metadata:
"@strapi/strapi": "workspace:*"
better-sqlite3: "npm:11.3.0"
lodash: "npm:4.17.21"
mysql2: "npm:3.9.4"
mysql2: "npm:3.9.8"
passport-google-oauth2: "npm:0.2.0"
pg: "npm:8.11.1"
react: "npm:18.3.1"
Expand Down Expand Up @@ -20815,7 +20815,7 @@ __metadata:
"@strapi/strapi": "workspace:*"
better-sqlite3: "npm:11.3.0"
lodash: "npm:4.17.21"
mysql2: "npm:3.9.4"
mysql2: "npm:3.9.8"
passport-google-oauth2: "npm:0.2.0"
pg: "npm:8.11.1"
react: "npm:18.3.1"
Expand Down Expand Up @@ -22685,9 +22685,9 @@ __metadata:
languageName: node
linkType: hard

"mysql2@npm:3.9.4":
version: 3.9.4
resolution: "mysql2@npm:3.9.4"
"mysql2@npm:3.9.8":
version: 3.9.8
resolution: "mysql2@npm:3.9.8"
dependencies:
denque: "npm:^2.1.0"
generate-function: "npm:^2.3.1"
Expand All @@ -22697,7 +22697,7 @@ __metadata:
named-placeholders: "npm:^1.1.3"
seq-queue: "npm:^0.0.5"
sqlstring: "npm:^2.3.2"
checksum: 10c0/bdb3c3da705b7e7a20fbdfe982a38acff133dda571d05b35bcc8a2b39e0535f91e448d6afd4cda24aa87fda2dbe5ff1b6165186c4b6c2f1037b73ca1b0af09fb
checksum: 10c0/c97043a122ce34a0a73ac7f6ce4c44312e4dd51fd347a763e3a28aab51a45dad151404a1c5f97bf0fa40e4437915e8c5b20cbf602cd99931ac1b4ef9b4ffb0b8
languageName: node
linkType: hard

Expand Down

0 comments on commit b2cbb99

Please sign in to comment.