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 Jun 11, 2024
1 parent ce3dcce commit 5fc7926
Show file tree
Hide file tree
Showing 5 changed files with 662 additions and 662 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Login to GitHub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Docker image
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
with:
context: ./
file: Dockerfile
Expand Down
610 changes: 305 additions & 305 deletions .yarn/releases/yarn-4.2.2.cjs → .yarn/releases/yarn-4.3.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'

yarnPath: .yarn/releases/yarn-4.2.2.cjs
yarnPath: .yarn/releases/yarn-4.3.0.cjs
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
},
"dependencies": {
"@ltd/j-toml": "^1.38.0",
"@napi-rs/canvas": "^0.1.52",
"@napi-rs/canvas": "^0.1.53",
"@sapphire/cron": "^1.1.3",
"@sapphire/decorators": "^6.1.0",
"@sapphire/discord.js-utilities": "^7.2.1",
"@sapphire/discord.js-utilities": "^7.3.0",
"@sapphire/framework": "5.2.1",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-scheduled-tasks": "^10.0.1",
Expand All @@ -59,14 +59,14 @@
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/type": "^2.4.4",
"@sapphire/utilities": "^3.16.2",
"@sentry/node": "7.116.0",
"@sentry/node": "7.117.0",
"@skyra/env-utilities": "^1.3.0",
"bufferutil": "^4.0.8",
"bullmq": "^5.7.12",
"bullmq": "^5.7.15",
"clashofclans.js": "^3.3.10",
"colorette": "^2.0.20",
"discord-api-types": "^0.37.85",
"discord.js": "^14.15.2",
"discord-api-types": "^0.37.88",
"discord.js": "^14.15.3",
"figlet": "^1.7.0",
"fuse.js": "^7.0.0",
"gradient-string": "^2.0.2",
Expand All @@ -76,7 +76,7 @@
"postgres": "^3.4.4",
"reflect-metadata": "^0.2.2",
"string-strip-html": "^13.4.8",
"undici": "^6.18.1",
"undici": "^6.18.2",
"utf-8-validate": "^6.0.4",
"zlib-sync": "^0.1.9"
},
Expand All @@ -85,23 +85,23 @@
"@commitlint/config-conventional": "^19.2.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.5.7",
"@swc/core": "^1.5.28",
"@types/figlet": "^1.5.8",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-snail": "^2.0.0",
"eslint-formatter-pretty": "^5.0.0",
"ley": "^0.8.1",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.3.0",
"engines": {
"node": ">=20.0.0,<21.0.0"
}
Expand Down
Loading

0 comments on commit 5fc7926

Please sign in to comment.