Skip to content
Open
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 @@ -169,7 +169,7 @@
"monaco-editor": "^0.55.1",
"monaco-editor-webpack-plugin": "^7.1.1",
"motion": "^12.38.0",
"mysql2": "^3.20.0",
"mysql2": "^3.23.1",
"nanoid": "^6.0.0",
"next": "16.3.4",
"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.23.1",
"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.23.1",
"oracledb": "^6.10.0",
"pg": "^8.20.0",
"pg-copy-streams": "^7.0.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3103,7 +3103,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.23.1"
oracledb: "npm:^6.10.0"
pg: "npm:^8.20.0"
pg-copy-streams: "npm:^7.0.0"
Expand Down Expand Up @@ -3992,7 +3992,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.23.1"
oracledb: "npm:^6.10.0"
pg: "npm:^8.20.0"
ssh2-no-cpu-features: "npm:^2.0.0"
Expand Down Expand Up @@ -18513,9 +18513,9 @@ __metadata:
languageName: node
linkType: hard

"mysql2@npm:^3.20.0":
version: 3.20.0
resolution: "mysql2@npm:3.20.0"
"mysql2@npm:^3.23.1":
version: 3.23.1
resolution: "mysql2@npm:3.23.1"
dependencies:
aws-ssl-profiles: "npm:^1.1.2"
denque: "npm:^2.1.0"
Expand All @@ -18524,10 +18524,10 @@ __metadata:
long: "npm:^5.3.2"
lru.min: "npm:^1.1.4"
named-placeholders: "npm:^1.1.6"
sql-escaper: "npm:^1.3.3"
sql-escaper: "npm:^1.5.1"
peerDependencies:
"@types/node": ">= 8"
checksum: 10c0/02d61ae766b847ff398e50b651849947f555983c081d18f47cd66a50bb960aeaaf39cd7171e103ac79e703f9d5852c7e69b0a36f0c05e7643499665100ed4cee
checksum: 10c0/67bd75281b6be93a8a8ce6b95640f3596e8bc3de985e56dc5c861a0090dc959cd8b97ee5b3242b1dd4b495a0ddb13683eecc4d0369aaf39058b367937919f9cd
languageName: node
linkType: hard

Expand Down Expand Up @@ -22213,10 +22213,10 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -24068,7 +24068,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.23.1"
nanoid: "npm:^6.0.0"
next: "npm:16.3.4"
next-intl: "npm:^4.9.2"
Expand Down
Loading