Skip to content

Commit 1ba4cf9

Browse files
fix(deps): update all non-major dependencies (#2732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b803c5d commit 1ba4cf9

File tree

4 files changed

+323
-49
lines changed

4 files changed

+323
-49
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
username: ${{ github.repository_owner }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
- name: Build and push Skyra Docker image
30-
uses: docker/build-push-action@v6.13.0
30+
uses: docker/build-push-action@v6.14.0
3131
with:
3232
push: true
3333
context: .

.github/workflows/publish-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
username: ${{ github.repository_owner }}
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Build and push Skyra Docker image
29-
uses: docker/build-push-action@v6.13.0
29+
uses: docker/build-push-action@v6.14.0
3030
with:
3131
push: true
3232
context: .

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@discordjs/core": "^1.2.0",
5757
"@influxdata/influxdb-client": "^1.35.0",
5858
"@influxdata/influxdb-client-apis": "^1.35.0",
59-
"@prisma/client": "^6.3.1",
59+
"@prisma/client": "^6.4.1",
6060
"@sapphire/async-queue": "^1.5.5",
6161
"@sapphire/bitfield": "^1.2.4",
6262
"@sapphire/decorators": "^6.1.1",
@@ -110,8 +110,8 @@
110110
"eslint-config-prettier": "^9.1.0",
111111
"eslint-plugin-prettier": "^5.2.3",
112112
"lint-staged": "^15.4.3",
113-
"prettier": "^3.5.1",
114-
"prisma": "^6.3.1",
113+
"prettier": "^3.5.2",
114+
"prisma": "^6.4.1",
115115
"prisma-json-types-generator": "^3.2.2",
116116
"tsc-watch": "^6.3.0",
117117
"typescript": "~5.7.2",

0 commit comments

Comments
 (0)