Skip to content

Commit eda2d3b

Browse files
committed
chore: bump fetch libs
1 parent 4199040 commit eda2d3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
},
4949
"prettier": "@sapphire/prettier-config",
5050
"dependencies": {
51-
"@kirishima/fetch": "^0.3.2",
51+
"@kirishima/fetch": "^0.3.3",
5252
"@sapphire/async-queue": "^1.5.0",
5353
"gen-esm-wrapper": "^1.1.3",
5454
"lavalink-api-types": "^1.1.5",
5555
"tslib": "^2.4.1",
56-
"undici": "^5.13.0"
56+
"undici": "^5.27.2"
5757
}
5858
}

Diff for: tsconfig.eslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
3-
"include": ["src"]
3+
"include": ["src", "tests"]
44
}

0 commit comments

Comments
 (0)