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 Jan 10, 2025
1 parent 13c0624 commit 780828c
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Docker image
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
with:
context: ./
file: Dockerfile
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
"@sapphire/stopwatch": "^1.5.4",
"@sapphire/type": "^2.6.0",
"@sapphire/utilities": "^3.18.1",
"@sentry/node": "8.47.0",
"@sentry/node": "8.48.0",
"@skyra/env-utilities": "^1.3.0",
"bufferutil": "^4.0.9",
"bullmq": "^5.34.6",
"bullmq": "^5.34.8",
"clashofclans.js": "^3.3.20",
"colorette": "^2.0.20",
"discord-api-types": "^0.37.115",
"discord.js": "^14.17.2",
"discord.js": "^14.17.3",
"figlet": "^1.8.0",
"fuse.js": "^7.0.0",
"gradient-string": "^3.0.0",
Expand All @@ -77,7 +77,7 @@
"radash": "^12.1.0",
"reflect-metadata": "^0.2.2",
"string-strip-html": "^13.4.8",
"undici": "^7.2.0",
"undici": "^7.2.1",
"utf-8-validate": "^6.0.5",
"zlib-sync": "^0.1.9"
},
Expand All @@ -86,12 +86,12 @@
"@commitlint/config-conventional": "^19.6.0",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.10.4",
"@swc/core": "^1.10.7",
"@types/figlet": "^1.7.0",
"@types/gradient-string": "^1.1.6",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.17.0",
"eslint-config-neon": "^0.2.4",
Expand All @@ -100,7 +100,7 @@
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"tsup": "8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 780828c

Please sign in to comment.