Skip to content

Commit 4ef6cac

Browse files
authored
Merge pull request #100 from watany-dev/claude/ci-security-fix-ujbtoa
2 parents fddd622 + 184da17 commit 4ef6cac

2 files changed

Lines changed: 22 additions & 42 deletions

File tree

bun.lock

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

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@biomejs/biome": "^2.3.15",
4141
"@types/bun": "^1.2.0",
4242
"@types/react": "^19.2.14",
43-
"@vitest/coverage-v8": "^4.0.18",
43+
"@vitest/coverage-v8": "^4.1.9",
4444
"fast-check": "^3.0.0",
4545
"ink": "6.7.0",
4646
"ink-testing-library": "^4.0.0",
@@ -49,7 +49,7 @@
4949
"oxlint": "^0.15.0",
5050
"react": "19.2.4",
5151
"typescript": "^5.7.0",
52-
"vitest": "^4.1.0"
52+
"vitest": "^4.1.9"
5353
},
5454
"repository": {
5555
"type": "git",
@@ -78,7 +78,8 @@
7878
"fast-xml-builder": ">=1.1.7",
7979
"rollup": ">=4.59.0",
8080
"smol-toml": ">=1.6.1",
81-
"vite": ">=7.3.2 <8.0.0",
81+
"vite": ">=7.3.5 <8.0.0",
82+
"js-yaml": ">=4.2.0",
8283
"picomatch": ">=4.0.4",
8384
"ws": ">=8.20.1",
8485
"postcss": ">=8.5.10",

0 commit comments

Comments
 (0)