Skip to content

Commit b6deadc

Browse files
fix(deps): update all non-major dependencies
1 parent 56da98c commit b6deadc

File tree

3 files changed

+1542
-657
lines changed

3 files changed

+1542
-657
lines changed

.github/workflows/ci-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
pnpm coverage
4949
5050
- name: Upload coverage reports to Codecov
51-
uses: codecov/codecov-action@v5.3.1
51+
uses: codecov/codecov-action@v5.4.3
5252
with:
5353
token: ${{ secrets.CODECOV_TOKEN }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/openscript/r.obin.ch/issues"
1212
},
1313
"repository": "github:openscript/r.obin.ch",
14-
"packageManager": "pnpm@10.4.1",
14+
"packageManager": "pnpm@10.11.0",
1515
"scripts": {
1616
"dev": "astro dev --host",
1717
"start": "astro dev --host",
@@ -40,19 +40,19 @@
4040
"pagefind": "^1.3.0",
4141
"rehype-autolink-headings": "^7.1.0",
4242
"rehype-slug": "^6.0.0",
43-
"sharp": "^0.33.5",
43+
"sharp": "^0.34.0",
4444
"simple-git": "^3.27.0",
4545
"vfile": "^6.0.3"
4646
},
4747
"devDependencies": {
4848
"@changesets/cli": "^2.27.12",
4949
"@types/mdast": "^4.0.4",
5050
"@types/node": "^22.13.4",
51-
"@vitest/coverage-v8": "3.0.6",
51+
"@vitest/coverage-v8": "3.1.3",
5252
"prettier": "^3.5.1",
5353
"prettier-plugin-astro": "^0.14.1",
5454
"sirv": "^3.0.0",
5555
"typescript": "^5.7.3",
56-
"vitest": "3.0.6"
56+
"vitest": "3.1.3"
5757
}
5858
}

0 commit comments

Comments
 (0)