Skip to content

Commit 09eaac2

Browse files
fix(deps): update all non-major dependencies
1 parent 14ec72f commit 09eaac2

File tree

3 files changed

+123
-371
lines changed

3 files changed

+123
-371
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Checkout Project
2020
uses: actions/checkout@v6
2121
- name: Setup Docker Buildx
22-
uses: docker/setup-buildx-action@v3.11.1
22+
uses: docker/setup-buildx-action@v3.12.0
2323
- name: Login to GitHub Container Registry
24-
uses: docker/login-action@v3.6.0
24+
uses: docker/login-action@v3.7.0
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.repository_owner }}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,34 @@
2121
"@fastify/sensible": "^6.0.4",
2222
"@fastify/static": "^8.3.0",
2323
"@fastify/swagger": "^9.6.1",
24-
"@fastify/swagger-ui": "^5.2.3",
24+
"@fastify/swagger-ui": "^5.2.5",
2525
"@fastify/type-provider-typebox": "^5.2.0",
2626
"@pnotify/core": "^5.2.0",
2727
"@sapphire/fetch": "^3.0.5",
28-
"@sinclair/typebox": "^0.34.41",
28+
"@sinclair/typebox": "^0.34.48",
2929
"@skyra/env-utilities": "^2.0.1",
30-
"fastify": "^5.6.2",
30+
"fastify": "^5.7.4",
3131
"highlight.js": "^11.11.1",
32-
"ioredis": "^5.8.2"
32+
"ioredis": "^5.9.2"
3333
},
3434
"devDependencies": {
3535
"@sapphire/eslint-config": "^5.0.6",
3636
"@sapphire/prettier-config": "^2.0.0",
3737
"@sapphire/ts-config": "^5.0.3",
38-
"@types/node": "^24.10.4",
38+
"@types/node": "^24.10.9",
3939
"@typescript-eslint/eslint-plugin": "^7.18.0",
4040
"@typescript-eslint/parser": "^7.18.0",
41-
"autoprefixer": "^10.4.22",
41+
"autoprefixer": "^10.4.24",
4242
"concurrently": "^9.2.1",
4343
"esbuild-plugin-version-injector": "^1.2.1",
4444
"eslint": "^8.57.1",
4545
"eslint-config-prettier": "^10.1.8",
46-
"eslint-plugin-prettier": "^5.5.4",
47-
"prettier": "^3.7.4",
46+
"eslint-plugin-prettier": "^5.5.5",
47+
"prettier": "^3.8.1",
4848
"rimraf": "^6.1.2",
4949
"tsup": "^8.5.1",
5050
"typescript": "^5.6.3",
51-
"vite": "^7.2.7"
51+
"vite": "^7.3.1"
5252
},
5353
"eslintConfig": {
5454
"extends": "@sapphire"

0 commit comments

Comments
 (0)