Skip to content

Commit 0289869

Browse files
fix(deps): update all non-major dependencies (#632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6a5298 commit 0289869

File tree

2 files changed

+111
-111
lines changed

2 files changed

+111
-111
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@discordjs/node-pre-gyp": "^0.4.5",
50-
"nan": "^2.22.0",
50+
"nan": "^2.22.1",
5151
"tslib": "^2.8.1"
5252
},
5353
"devDependencies": {
@@ -61,23 +61,23 @@
6161
"@sapphire/eslint-config": "^5.0.5",
6262
"@sapphire/prettier-config": "^2.0.0",
6363
"@sapphire/ts-config": "^5.0.1",
64-
"@types/node": "^22.13.4",
64+
"@types/node": "^22.13.5",
6565
"@typescript-eslint/eslint-plugin": "^7.16.1",
6666
"@typescript-eslint/parser": "^7.16.1",
67-
"@vitest/coverage-v8": "^3.0.5",
67+
"@vitest/coverage-v8": "^3.0.6",
6868
"cz-conventional-changelog": "^3.3.0",
6969
"discord.js": "^14.18.0",
7070
"eslint": "^8.57.1",
7171
"eslint-config-prettier": "^10.0.1",
7272
"eslint-plugin-prettier": "^5.2.3",
7373
"lint-staged": "^15.4.3",
74-
"prettier": "^3.5.1",
74+
"prettier": "^3.5.2",
7575
"tsup": "^8.3.6",
7676
"typedoc": "^0.26.11",
7777
"typedoc-json-parser": "^10.2.0",
7878
"typescript": "^5.5.3",
79-
"vite": "^6.1.0",
80-
"vitest": "^3.0.5"
79+
"vite": "^6.1.1",
80+
"vitest": "^3.0.6"
8181
},
8282
"files": [
8383
"lib",

0 commit comments

Comments
 (0)