Skip to content

Commit

Permalink
chore: update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Sep 30, 2024
1 parent c589921 commit ab2d283
Show file tree
Hide file tree
Showing 3 changed files with 1,953 additions and 1,258 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"postinstall": "patch-package && pnpm bootstrap"
},
"dependencies": {
"@milahu/patch-package": "^6.4.14",
"mysql2": "3.11.0",
"mysql2": "3.11.3",
"named-placeholders": "^1.1.3",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@citizenfx/server": "2.0.5132-1",
"@citizenfx/server": "2.0.10072",
"@milahu/patch-package": "^6.4.14",
"@types/node": "^17.0.45",
"esbuild": "^0.21.5",
"lerna": "^4.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.8",
"prettier": "^3.3.3",
"pretty-quick": "^3.3.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
}
18 changes: 9 additions & 9 deletions patches/mysql2+3.10.2.patch → patches/mysql2+3.11.3.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# generated by patch-package 6.4.14
#
# declared package:
# mysql2: 3.10.2
# mysql2: 3.11.3
#
diff --git a/node_modules/mysql2/lib/connection.js b/node_modules/mysql2/lib/connection.js
index 113fc7d..3a997a4 100644
index af6b3d9..a427374 100644
--- a/node_modules/mysql2/lib/connection.js
+++ b/node_modules/mysql2/lib/connection.js
@@ -32,7 +32,7 @@ const CharsetToEncoding = require('./constants/charset_encodings.js');
Expand Down Expand Up @@ -128,10 +128,10 @@ index daf1df9..0862ce1 100644
case 'number':
type = Types.DOUBLE;
diff --git a/node_modules/mysql2/lib/parsers/binary_parser.js b/node_modules/mysql2/lib/parsers/binary_parser.js
index c80bf96..da453ca 100644
index 4eb0d3a..bf6dbec 100644
--- a/node_modules/mysql2/lib/parsers/binary_parser.js
+++ b/node_modules/mysql2/lib/parsers/binary_parser.js
@@ -75,7 +75,7 @@ function readCodeFor(field, config, options, fieldNum) {
@@ -77,7 +77,7 @@ function readCodeFor(field, config, options, fieldNum) {

default:
if (field.characterSet === Charsets.BINARY) {
Expand All @@ -140,7 +140,7 @@ index c80bf96..da453ca 100644
}
return `packet.readLengthCodedString(fields[${fieldNum}].encoding)`;
}
@@ -92,6 +92,7 @@ function compile(fields, options, config) {
@@ -94,6 +94,7 @@ function compile(fields, options, config) {
db: field.schema,
table: field.table,
name: field.name,
Expand All @@ -149,10 +149,10 @@ index c80bf96..da453ca 100644
if (field.columnType === Types.JSON && encoding === field.encoding) {
// Since for JSON columns mysql always returns charset 63 (BINARY),
diff --git a/node_modules/mysql2/lib/parsers/text_parser.js b/node_modules/mysql2/lib/parsers/text_parser.js
index f66a185..55c8b63 100644
index deedadf..7a4a6c8 100644
--- a/node_modules/mysql2/lib/parsers/text_parser.js
+++ b/node_modules/mysql2/lib/parsers/text_parser.js
@@ -88,6 +88,7 @@ function compile(fields, options, config) {
@@ -90,6 +90,7 @@ function compile(fields, options, config) {
db: field.schema,
table: field.table,
name: field.name,
Expand All @@ -161,10 +161,10 @@ index f66a185..55c8b63 100644
if (field.columnType === Types.JSON && encoding === field.encoding) {
// Since for JSON columns mysql always returns charset 63 (BINARY),
diff --git a/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts b/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts
index 65bfaa8..52ab677 100644
index b8e9751..ca8fbda 100644
--- a/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts
+++ b/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts
@@ -43,6 +43,7 @@ export type Field = Type & {
@@ -44,6 +44,7 @@ export type Field = Type & {
db: string;
table: string;
name: string;
Expand Down
Loading

0 comments on commit ab2d283

Please sign in to comment.