Skip to content

Commit f996865

Browse files
chore(deps): update dependencies (patch)
1 parent d1eb534 commit f996865

3 files changed

Lines changed: 21 additions & 24 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Lint
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v7.0.0
10+
- uses: actions/checkout@v7.0.1
1111
- uses: oven-sh/setup-bun@v2.2.0
1212
with:
1313
bun-version: latest
@@ -18,7 +18,7 @@ jobs:
1818
name: Up-to-date scripts/docs
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v7.0.0
21+
- uses: actions/checkout@v7.0.1
2222
- uses: oven-sh/setup-bun@v2.2.0
2323
with:
2424
bun-version: latest

bun.lock

Lines changed: 16 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"repository": "git@github.com:mkobayashime/userscripts.git",
88
"type": "module",
99
"devDependencies": {
10-
"@biomejs/biome": "2.5.3",
11-
"@types/bun": "1.3.10",
10+
"@biomejs/biome": "2.5.4",
11+
"@types/bun": "1.3.14",
1212
"@types/node": "26.1.1",
1313
"bundlemonkey": "0.7.6",
1414
"eslint-plugin-userscripts": "0.5.6",
1515
"oxfmt": "0.59.0",
1616
"oxlint": "1.74.0",
1717
"oxlint-tsgolint": "0.25.0",
1818
"typescript": "5.9.3",
19-
"valibot": "1.4.0"
19+
"valibot": "1.4.2"
2020
}
2121
}

0 commit comments

Comments
 (0)