Skip to content

Commit fbb96df

Browse files
fix(deps): update all non-major dependencies
1 parent 39281e6 commit fbb96df

File tree

3 files changed

+656
-1014
lines changed

3 files changed

+656
-1014
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
with:
1616
submodules: true
1717
- name: Setup Docker Buildx
18-
uses: docker/setup-buildx-action@v3.11.1
18+
uses: docker/setup-buildx-action@v3.12.0
1919
- name: Login to GitHub Container Registry
20-
uses: docker/login-action@v3.6.0
20+
uses: docker/login-action@v3.7.0
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.repository_owner }}
2424
password: ${{ secrets.GITHUB_TOKEN }}
2525
- name: Build and push Docker image
26-
uses: docker/build-push-action@v6.18.0
26+
uses: docker/build-push-action@v6.19.2
2727
with:
2828
push: true
2929
context: .

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,36 +35,36 @@
3535
"@skyra/http-framework": "^2.2.1",
3636
"@skyra/jaro-winkler": "^1.1.1",
3737
"he": "^1.2.0",
38-
"ioredis": "^5.8.2",
39-
"smol-toml": "^1.5.2",
38+
"ioredis": "^5.9.3",
39+
"smol-toml": "^1.6.0",
4040
"turndown": "^7.2.2"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^20.1.0",
44-
"@commitlint/config-conventional": "^20.0.0",
43+
"@commitlint/cli": "^20.4.2",
44+
"@commitlint/config-conventional": "^20.4.2",
4545
"@sapphire/eslint-config": "^5.0.6",
4646
"@sapphire/prettier-config": "^2.0.0",
4747
"@sapphire/ts-config": "^5.0.3",
4848
"@types/he": "^1.2.3",
49-
"@types/node": "^24.10.1",
49+
"@types/node": "^24.10.13",
5050
"@types/turndown": "^5.0.6",
5151
"@typescript-eslint/eslint-plugin": "^7.18.0",
5252
"@typescript-eslint/parser": "^7.18.0",
53-
"@vitest/coverage-v8": "^4.0.14",
53+
"@vitest/coverage-v8": "^4.0.18",
5454
"colorette": "^2.0.20",
5555
"cz-conventional-changelog": "^3.3.0",
56-
"esbuild": "^0.27.0",
56+
"esbuild": "^0.27.3",
5757
"eslint": "^8.57.1",
5858
"eslint-config-prettier": "^10.1.8",
59-
"eslint-plugin-prettier": "^5.5.4",
59+
"eslint-plugin-prettier": "^5.5.5",
6060
"lint-staged": "^16.2.7",
61-
"prettier": "^3.7.3",
62-
"rimraf": "^6.1.2",
63-
"tsdown": "^0.16.8",
64-
"tsx": "^4.20.6",
61+
"prettier": "^3.8.1",
62+
"rimraf": "^6.1.3",
63+
"tsdown": "^0.20.3",
64+
"tsx": "^4.21.0",
6565
"typescript": "~5.9.3",
66-
"vite": "^7.2.4",
67-
"vitest": "^4.0.14"
66+
"vite": "^7.3.1",
67+
"vitest": "^4.0.18"
6868
},
6969
"commitlint": {
7070
"extends": [
@@ -86,6 +86,6 @@
8686
},
8787
"packageManager": "yarn@4.12.0",
8888
"volta": {
89-
"node": "24.11.1"
89+
"node": "24.13.1"
9090
}
9191
}

0 commit comments

Comments
 (0)