Skip to content

Commit 3819cf5

Browse files
authored
fix(mariadb): update mariadb to v3.3.2 (#17518)
1 parent b9cb472 commit 3819cf5

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

packages/mariadb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@sequelize/utils": "workspace:*",
4242
"dayjs": "^1.11.10",
4343
"lodash": "^4.17.21",
44-
"mariadb": "^3.3.0",
44+
"mariadb": "^3.3.2",
4545
"semver": "^7.6.0",
4646
"wkx": "^0.5.0"
4747
},

packages/mariadb/src/_internal/connection-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const NUMBER_CONNECTION_OPTION_MAP = {
5959
maxAllowedPacket: undefined,
6060
keepAliveDelay: undefined,
6161
prepareCacheLength: undefined,
62-
timeout: undefined,
62+
queryTimeout: undefined,
6363
} as const satisfies Record<keyof NumberConnectionOptions, undefined>;
6464

6565
export const NUMBER_CONNECTION_OPTION_NAMES = getSynchronizedTypeKeys<NumberConnectionOptions>(

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3111,7 +3111,7 @@ __metadata:
31113111
chai: "npm:4.5.0"
31123112
dayjs: "npm:^1.11.10"
31133113
lodash: "npm:^4.17.21"
3114-
mariadb: "npm:^3.3.0"
3114+
mariadb: "npm:^3.3.2"
31153115
mocha: "npm:10.7.3"
31163116
semver: "npm:^7.6.0"
31173117
wkx: "npm:^0.5.0"
@@ -4305,16 +4305,16 @@ __metadata:
43054305
languageName: node
43064306
linkType: hard
43074307

4308-
"@types/node@npm:*, @types/node@npm:>=18, @types/node@npm:^22.5.2":
4309-
version: 22.5.4
4310-
resolution: "@types/node@npm:22.5.4"
4308+
"@types/node@npm:*, @types/node@npm:>=18, @types/node@npm:^22.5.2, @types/node@npm:^22.5.4":
4309+
version: 22.7.4
4310+
resolution: "@types/node@npm:22.7.4"
43114311
dependencies:
43124312
undici-types: "npm:~6.19.2"
4313-
checksum: 10c0/b445daa7eecd761ad4d778b882d6ff7bcc3b4baad2086ea9804db7c5d4a4ab0298b00d7f5315fc640a73b5a1d52bbf9628e09c9fec0cf44dbf9b4df674a8717d
4313+
checksum: 10c0/c22bf54515c78ff3170142c1e718b90e2a0003419dc2d55f79c9c9362edd590a6ab1450deb09ff6e1b32d1b4698da407930b16285e8be3a009ea6cd2695cac01
43144314
languageName: node
43154315
linkType: hard
43164316

4317-
"@types/node@npm:20.16.5, @types/node@npm:^20.11.17":
4317+
"@types/node@npm:20.16.5":
43184318
version: 20.16.5
43194319
resolution: "@types/node@npm:20.16.5"
43204320
dependencies:
@@ -10724,7 +10724,7 @@ __metadata:
1072410724
languageName: node
1072510725
linkType: hard
1072610726

10727-
"lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0, lru-cache@npm:^10.2.2":
10727+
"lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0, lru-cache@npm:^10.2.2, lru-cache@npm:^10.3.0":
1072810728
version: 10.4.3
1072910729
resolution: "lru-cache@npm:10.4.3"
1073010730
checksum: 10c0/ebd04fbca961e6c1d6c0af3799adcc966a1babe798f685bb84e6599266599cd95d94630b10262f5424539bc4640107e8a33aa28585374abf561d30d16f4b39fb
@@ -10862,16 +10862,16 @@ __metadata:
1086210862
languageName: node
1086310863
linkType: hard
1086410864

10865-
"mariadb@npm:^3.3.0":
10866-
version: 3.3.1
10867-
resolution: "mariadb@npm:3.3.1"
10865+
"mariadb@npm:^3.3.2":
10866+
version: 3.3.2
10867+
resolution: "mariadb@npm:3.3.2"
1086810868
dependencies:
1086910869
"@types/geojson": "npm:^7946.0.14"
10870-
"@types/node": "npm:^20.11.17"
10870+
"@types/node": "npm:^22.5.4"
1087110871
denque: "npm:^2.1.0"
1087210872
iconv-lite: "npm:^0.6.3"
10873-
lru-cache: "npm:^10.2.0"
10874-
checksum: 10c0/980358fd69be905b1f8e69a685c70bc8c7accedac3ab6aff8742e3f3dec649b7cedb060d7c834a460fc6c48f56eca2125b0fcb9e64198cbb54c69a85c3fdc9ee
10873+
lru-cache: "npm:^10.3.0"
10874+
checksum: 10c0/ea4b410bedeae5d768b5e34c608edc67e02ad18b60ff44d066db8efd8431da0403637cbe231928d66ad3d443dc611ea4b48c8d66eaa912e0935a3672adbacdf3
1087510875
languageName: node
1087610876
linkType: hard
1087710877

0 commit comments

Comments
 (0)