Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"monaco-editor": "^0.55.1",
"monaco-editor-webpack-plugin": "^7.1.1",
"motion": "^12.38.0",
"mysql2": "^3.20.0",
"mysql2": "^3.22.0",
"nanoid": "^5.1.7",
"next": "16.2.11",
"next-intl": "^4.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@electric-sql/pglite": "^0.4.3",
"@modelcontextprotocol/sdk": "^1.29.0",
"better-sqlite3": "^12.8.0",
"mysql2": "^3.20.0",
"mysql2": "^3.22.0",
"oracledb": "^6.10.0",
"pg": "^8.20.0",
"ssh2-no-cpu-features": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@duckdb/node-api": "^1.5.2-r.1",
"better-sqlite3": "^12.8.0",
"mssql": "^12.2.1",
"mysql2": "^3.20.0",
"mysql2": "^3.22.0",
"oracledb": "^6.10.0",
"pg": "^8.20.0",
"pg-copy-streams": "^7.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3158,7 +3158,7 @@ __metadata:
"@types/pg-query-stream": "npm:^3.4.0"
better-sqlite3: "npm:^12.8.0"
mssql: "npm:^12.2.1"
mysql2: "npm:^3.20.0"
mysql2: "npm:^3.22.0"
oracledb: "npm:^6.10.0"
pg: "npm:^8.20.0"
pg-copy-streams: "npm:^7.0.0"
Expand Down Expand Up @@ -4038,7 +4038,7 @@ __metadata:
"@types/pg": "npm:^8.20.0"
better-sqlite3: "npm:^12.8.0"
esbuild: "npm:^0.28.1"
mysql2: "npm:^3.20.0"
mysql2: "npm:^3.22.0"
oracledb: "npm:^6.10.0"
pg: "npm:^8.20.0"
ssh2-no-cpu-features: "npm:^2.0.0"
Expand Down Expand Up @@ -18321,9 +18321,9 @@ __metadata:
languageName: node
linkType: hard

"mysql2@npm:^3.20.0":
version: 3.20.0
resolution: "mysql2@npm:3.20.0"
"mysql2@npm:^3.22.0":
version: 3.22.0
resolution: "mysql2@npm:3.22.0"
dependencies:
aws-ssl-profiles: "npm:^1.1.2"
denque: "npm:^2.1.0"
Expand All @@ -18335,7 +18335,7 @@ __metadata:
sql-escaper: "npm:^1.3.3"
peerDependencies:
"@types/node": ">= 8"
checksum: 10c0/02d61ae766b847ff398e50b651849947f555983c081d18f47cd66a50bb960aeaaf39cd7171e103ac79e703f9d5852c7e69b0a36f0c05e7643499665100ed4cee
checksum: 10c0/f7902bcb33d3a7806e1e0c6814d2f0c875a24aac1c49a98cf040083bbdd7aa7f2e202e1e40e3842d434429172f36f8dc74e43f6b0e1bd3a1abb94f7159fba992
languageName: node
linkType: hard

Expand Down Expand Up @@ -21992,9 +21992,9 @@ __metadata:
linkType: hard

"sql-escaper@npm:^1.3.3":
version: 1.3.3
resolution: "sql-escaper@npm:1.3.3"
checksum: 10c0/aa6545685745f4d457a6993cd7b442ac39d54aae6780d15e5ed1ff929f298f6c10562b9e09ddcbedcdf5c3601161e5ee39d3e8d435b1d168775f121946d1bf44
version: 1.5.1
resolution: "sql-escaper@npm:1.5.1"
checksum: 10c0/49986addddfbf86fe041de827abc9a089a6f757d4bec86860576e625468b0fa93a9ee42c5f20ed7d77391c0bbe02c68fb65a73b134367456681fd1a589bed231
languageName: node
linkType: hard

Expand Down Expand Up @@ -23837,7 +23837,7 @@ __metadata:
monaco-editor: "npm:^0.55.1"
monaco-editor-webpack-plugin: "npm:^7.1.1"
motion: "npm:^12.38.0"
mysql2: "npm:^3.20.0"
mysql2: "npm:^3.22.0"
nanoid: "npm:^5.1.7"
next: "npm:16.2.11"
next-intl: "npm:^4.9.2"
Expand Down
Loading