Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent 6fbc79d commit 48a1fb1
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 195 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/collection": "^2.1.1",
"@napi-rs/canvas": "^0.1.58",
"@napi-rs/canvas": "^0.1.59",
"@napi-rs/image": "^1.9.2",
"@prisma/client": "^5.21.1",
"@sapphire/async-queue": "^1.5.3",
"@sapphire/duration": "^1.1.2",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.17.0",
"@sapphire/async-queue": "^1.5.4",
"@sapphire/duration": "^1.1.3",
"@sapphire/result": "^2.7.1",
"@sapphire/utilities": "^3.18.0",
"@skyra/env-utilities": "^1.3.0",
"@skyra/http-framework": "^2.1.0",
"@skyra/http-framework-i18n": "^1.2.0",
Expand All @@ -55,8 +55,8 @@
"ioredis": "^5.4.1",
"jsbd": "^0.0.11",
"luxon": "^3.5.0",
"nanoid": "^5.0.7",
"tslib": "^2.8.0"
"nanoid": "^5.0.8",
"tslib": "^2.8.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
Expand All @@ -68,10 +68,10 @@
"@types/gradient-string": "^1.1.6",
"@types/he": "^1.2.3",
"@types/luxon": "^3.4.2",
"@types/node": "^22.8.6",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.3",
"@vitest/coverage-v8": "^2.1.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -82,7 +82,7 @@
"rimraf": "^6.0.1",
"tar": "^7.4.3",
"typescript": "~5.4.5",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
Loading

0 comments on commit 48a1fb1

Please sign in to comment.