Skip to content

Commit 3914c28

Browse files
fix(deps): update all non-major dependencies
1 parent 8947a05 commit 3914c28

File tree

3 files changed

+46
-315
lines changed

3 files changed

+46
-315
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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
2424
uses: docker/[email protected]
2525
with:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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.45",
2929
"@skyra/env-utilities": "^2.0.1",
3030
"fastify": "^5.6.2",
3131
"highlight.js": "^11.11.1",
@@ -38,7 +38,7 @@
3838
"@types/node": "^24.10.4",
3939
"@typescript-eslint/eslint-plugin": "^7.18.0",
4040
"@typescript-eslint/parser": "^7.18.0",
41-
"autoprefixer": "^10.4.22",
41+
"autoprefixer": "^10.4.23",
4242
"concurrently": "^9.2.1",
4343
"esbuild-plugin-version-injector": "^1.2.1",
4444
"eslint": "^8.57.1",
@@ -48,7 +48,7 @@
4848
"rimraf": "^6.1.2",
4949
"tsup": "^8.5.1",
5050
"typescript": "^5.6.3",
51-
"vite": "^7.2.7"
51+
"vite": "^7.3.0"
5252
},
5353
"eslintConfig": {
5454
"extends": "@sapphire"

0 commit comments

Comments
 (0)