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 Oct 8, 2024
1 parent a5a3c31 commit ff1fe3d
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 113 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
with:
submodules: true
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Teryl Docker image
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
push: true
context: .
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@discordjs/collection": "^2.1.1",
"@napi-rs/canvas": "^0.1.56",
"@napi-rs/image": "^1.9.2",
"@prisma/client": "^5.19.1",
"@prisma/client": "^5.20.0",
"@sapphire/async-queue": "^1.5.3",
"@sapphire/duration": "^1.1.2",
"@sapphire/result": "^2.6.6",
Expand Down Expand Up @@ -67,21 +67,21 @@
"@types/gradient-string": "^1.1.6",
"@types/he": "^1.2.3",
"@types/luxon": "^3.4.2",
"@types/node": "^20.16.5",
"@types/node": "^20.16.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/coverage-v8": "^2.1.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prisma": "^5.19.1",
"prisma": "^5.20.0",
"rimraf": "^6.0.1",
"tar": "^7.4.3",
"typescript": "~5.4.5",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down Expand Up @@ -114,6 +114,6 @@
},
"packageManager": "yarn@4.5.0",
"volta": {
"node": "20.17.0"
"node": "20.18.0"
}
}
Loading

0 comments on commit ff1fe3d

Please sign in to comment.