Skip to content

Commit 82065be

Browse files
fix(deps): update dependency mariadb to ^3.3.2 (#473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cbe49d5 commit 82065be

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

packages/maria/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@joshdb/provider": "2.0.0-next.d94b386.0",
3030
"@sapphire/snowflake": "^3.5.3",
3131
"better-serialize": "^2.0.0",
32-
"mariadb": "^3.3.1"
32+
"mariadb": "^3.3.2"
3333
},
3434
"devDependencies": {
3535
"@favware/cliff-jumper": "^3.0.3",

yarn.lock

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ __metadata:
992992
"@sapphire/snowflake": "npm:^3.5.3"
993993
"@vitest/coverage-v8": "npm:^1.6.0"
994994
better-serialize: "npm:^2.0.0"
995-
mariadb: "npm:^3.3.1"
995+
mariadb: "npm:^3.3.2"
996996
tests: "workspace:*"
997997
tsup: "npm:^8.2.4"
998998
typedoc: "npm:^0.26.7"
@@ -1732,7 +1732,7 @@ __metadata:
17321732
languageName: node
17331733
linkType: hard
17341734

1735-
"@types/node@npm:*, @types/node@npm:^20.11.17":
1735+
"@types/node@npm:*":
17361736
version: 20.12.7
17371737
resolution: "@types/node@npm:20.12.7"
17381738
dependencies:
@@ -1750,6 +1750,15 @@ __metadata:
17501750
languageName: node
17511751
linkType: hard
17521752

1753+
"@types/node@npm:^22.5.4":
1754+
version: 22.5.5
1755+
resolution: "@types/node@npm:22.5.5"
1756+
dependencies:
1757+
undici-types: "npm:~6.19.2"
1758+
checksum: 10c0/ead9495cfc6b1da5e7025856dcce2591e9bae635357410c0d2dd619fce797d2a1d402887580ca4b336cb78168b195224869967de370a23f61663cf1e4836121c
1759+
languageName: node
1760+
linkType: hard
1761+
17531762
"@types/prompts@npm:^2.4.9":
17541763
version: 2.4.9
17551764
resolution: "@types/prompts@npm:2.4.9"
@@ -4841,6 +4850,13 @@ __metadata:
48414850
languageName: node
48424851
linkType: hard
48434852

4853+
"lru-cache@npm:^10.3.0":
4854+
version: 10.4.3
4855+
resolution: "lru-cache@npm:10.4.3"
4856+
checksum: 10c0/ebd04fbca961e6c1d6c0af3799adcc966a1babe798f685bb84e6599266599cd95d94630b10262f5424539bc4640107e8a33aa28585374abf561d30d16f4b39fb
4857+
languageName: node
4858+
linkType: hard
4859+
48444860
"lru-cache@npm:^6.0.0":
48454861
version: 6.0.0
48464862
resolution: "lru-cache@npm:6.0.0"
@@ -4935,16 +4951,16 @@ __metadata:
49354951
languageName: node
49364952
linkType: hard
49374953

4938-
"mariadb@npm:^3.3.1":
4939-
version: 3.3.1
4940-
resolution: "mariadb@npm:3.3.1"
4954+
"mariadb@npm:^3.3.2":
4955+
version: 3.3.2
4956+
resolution: "mariadb@npm:3.3.2"
49414957
dependencies:
49424958
"@types/geojson": "npm:^7946.0.14"
4943-
"@types/node": "npm:^20.11.17"
4959+
"@types/node": "npm:^22.5.4"
49444960
denque: "npm:^2.1.0"
49454961
iconv-lite: "npm:^0.6.3"
4946-
lru-cache: "npm:^10.2.0"
4947-
checksum: 10c0/980358fd69be905b1f8e69a685c70bc8c7accedac3ab6aff8742e3f3dec649b7cedb060d7c834a460fc6c48f56eca2125b0fcb9e64198cbb54c69a85c3fdc9ee
4962+
lru-cache: "npm:^10.3.0"
4963+
checksum: 10c0/ea4b410bedeae5d768b5e34c608edc67e02ad18b60ff44d066db8efd8431da0403637cbe231928d66ad3d443dc611ea4b48c8d66eaa912e0935a3672adbacdf3
49484964
languageName: node
49494965
linkType: hard
49504966

0 commit comments

Comments
 (0)