Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2632)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 9, 2024
1 parent dd6da3f commit 55d32cc
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 289 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@
"update": "yarn upgrade-interactive"
},
"dependencies": {
"@discordjs/builders": "^1.8.1",
"@discordjs/builders": "^1.8.2",
"@discordjs/collection": "^2.1.0",
"@discordjs/core": "^1.2.0",
"@influxdata/influxdb-client": "^1.33.2",
"@influxdata/influxdb-client-apis": "^1.33.2",
"@sapphire/async-queue": "^1.5.2",
"@sapphire/bitfield": "^1.2.2",
"@sapphire/decorators": "^6.1.0",
"@sapphire/discord.js-utilities": "7.2.1",
"@sapphire/discord.js-utilities": "7.3.0",
"@sapphire/fetch": "^3.0.2",
"@sapphire/framework": "5.2.1",
"@sapphire/iterator-utilities": "^1.0.1",
"@sapphire/iterator-utilities": "^1.0.2",
"@sapphire/plugin-api": "^6.1.1",
"@sapphire/plugin-editable-commands": "^4.0.2",
"@sapphire/plugin-i18next": "^7.1.2",
Expand All @@ -75,7 +75,7 @@
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/utilities": "^3.16.2",
"@sentry/node": "^8.7.0",
"@sentry/node": "^8.8.0",
"@skyra/ai": "^1.2.0",
"@skyra/char": "^1.0.3",
"@skyra/env-utilities": "^1.3.0",
Expand All @@ -85,10 +85,10 @@
"colorette": "^2.0.20",
"confusables": "^1.1.1",
"diff": "^5.2.0",
"discord-api-types": "^0.37.86",
"discord.js": "^14.15.2",
"discord-api-types": "^0.37.87",
"discord.js": "^14.15.3",
"he": "^1.2.0",
"pg": "^8.11.5",
"pg": "^8.12.0",
"typeorm": "0.3.20",
"typeorm-naming-strategies": "^4.1.0",
"zlib-sync": "^0.1.9"
Expand All @@ -97,7 +97,7 @@
"0x": "^5.7.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@sapphire/eslint-config": "^5.0.4",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/backoff": "^2.5.5",
Expand All @@ -106,23 +106,23 @@
"@types/node": "^20.11.17",
"@types/pg": "^8.11.6",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitest/coverage-v8": "^1.6.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.5",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"tsc-watch": "^6.2.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"resolutions": {
"@types/node": "20.11.5",
"ansi-regex": "^5.0.1",
"discord-api-types": "^0.37.86",
"discord-api-types": "^0.37.87",
"minimist": "^1.2.8"
},
"engines": {
Expand Down
Loading

0 comments on commit 55d32cc

Please sign in to comment.