Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#2596)
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 Mar 17, 2024
1 parent eb11ea2 commit f18194b
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 142 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.1.0
uses: docker/setup-buildx-action@v3.2.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Skyra Docker image
uses: docker/build-push-action@v5.2.0
uses: docker/build-push-action@v5.3.0
with:
push: true
context: .
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/utilities": "^3.15.3",
"@sentry/integrations": "^7.106.0",
"@sentry/node": "^7.106.0",
"@sentry/integrations": "^7.107.0",
"@sentry/node": "^7.107.0",
"@skyra/ai": "^1.2.0",
"@skyra/char": "^1.0.3",
"@skyra/env-utilities": "^1.3.0",
Expand All @@ -80,7 +80,7 @@
"colorette": "^2.0.20",
"confusables": "^1.1.1",
"diff": "^5.2.0",
"discord-api-types": "^0.37.73",
"discord-api-types": "^0.37.74",
"discord.js": "^14.14.1",
"he": "^1.2.0",
"pg": "^8.11.3",
Expand All @@ -92,9 +92,9 @@
"0x": "^5.7.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@sapphire/eslint-config": "^5.0.3",
"@sapphire/eslint-config": "^5.0.4",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/backoff": "^2.5.5",
"@types/diff": "^5.0.9",
"@types/he": "^1.2.3",
Expand All @@ -103,7 +103,7 @@
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/coverage-v8": "^1.4.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -112,12 +112,12 @@
"prettier": "^3.2.5",
"tsc-watch": "^6.0.4",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
},
"resolutions": {
"@types/node": "20.11.5",
"ansi-regex": "^5.0.1",
"discord-api-types": "^0.37.73",
"discord-api-types": "^0.37.74",
"minimist": "^1.2.8"
},
"engines": {
Expand Down
Loading

0 comments on commit f18194b

Please sign in to comment.