Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Upgrade mysql2 from 3.6.0 to 3.9.4 #20123

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/getstarted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"better-sqlite3": "8.6.0",
"lodash": "4.17.21",
"mysql": "2.18.1",
"mysql2": "3.6.0",
"mysql2": "3.9.4",
"passport-google-oauth2": "0.2.0",
"pg": "8.11.1",
"react": "^18.2.0",
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": "4.23.0",
"lodash": "4.17.21",
"mysql": "2.18.1",
"mysql2": "3.6.0",
"mysql2": "3.9.4",
"passport-google-oauth2": "0.2.0",
"pg": "8.11.1",
"react": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { ClientName } from '../types';

const sqlClientModule = {
mysql: { mysql: '2.18.1' },
mysql2: { mysql2: '3.6.0' },
mysql2: { mysql2: '3.9.4' },
postgres: { pg: '8.8.0' },
sqlite: { 'better-sqlite3': '8.6.0' },
'sqlite-legacy': { sqlite3: '5.1.2' },
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18018,7 +18018,7 @@ __metadata:
better-sqlite3: "npm:8.6.0"
lodash: "npm:4.17.21"
mysql: "npm:2.18.1"
mysql2: "npm:3.6.0"
mysql2: "npm:3.9.4"
passport-google-oauth2: "npm:0.2.0"
pg: "npm:8.11.1"
react: "npm:^18.2.0"
Expand Down Expand Up @@ -21231,7 +21231,7 @@ __metadata:
"@strapi/strapi": "npm:4.23.0"
lodash: "npm:4.17.21"
mysql: "npm:2.18.1"
mysql2: "npm:3.6.0"
mysql2: "npm:3.9.4"
passport-google-oauth2: "npm:0.2.0"
pg: "npm:8.11.1"
react: "npm:^18.2.0"
Expand Down Expand Up @@ -23481,9 +23481,9 @@ __metadata:
languageName: node
linkType: hard

"mysql2@npm:3.6.0":
version: 3.6.0
resolution: "mysql2@npm:3.6.0"
"mysql2@npm:3.9.4":
version: 3.9.4
resolution: "mysql2@npm:3.9.4"
dependencies:
denque: "npm:^2.1.0"
generate-function: "npm:^2.3.1"
Expand All @@ -23493,7 +23493,7 @@ __metadata:
named-placeholders: "npm:^1.1.3"
seq-queue: "npm:^0.0.5"
sqlstring: "npm:^2.3.2"
checksum: 48a6b138288debe6205f51a993ad33de44641a6ed07f94eafb1ea5f7e75fb31bfc5532e5ddf5a664898f4d26d6cf3e490de7d1d343bc4824b4e08ace0bf2b508
checksum: 8b706a507e331f28d19e84b55a0035d79ecdc1522405815adef664b3ec1d8b5006046c183ad8ab140cc50c9506d52a5fd49ab712bc98174027ee085665509c62
languageName: node
linkType: hard

Expand Down