Skip to content

Commit 680883a

Browse files
committed
chore(deps): patch transitive vulnerabilities and align biome schema version
1 parent d8ff7bd commit 680883a

File tree

3 files changed

+785
-735
lines changed

3 files changed

+785
-735
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

package.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,26 @@
6363
"lint:package": "publint --strict"
6464
},
6565
"packageManager": "pnpm@10.13.1",
66+
"pnpm": {
67+
"overrides": {
68+
"rollup": "4.59.0",
69+
"minimatch": "10.2.3",
70+
"binary-install>axios": "0.30.3",
71+
"binary-install>tar": "7.5.11",
72+
"ajv": "8.18.0"
73+
}
74+
},
6675
"devDependencies": {
67-
"@biomejs/biome": "2.3.6",
68-
"@tanstack/vite-config": "^0.4.3",
69-
"@types/node": "^24.10.1",
70-
"memfs": "^4.51.0",
71-
"publint": "^0.3.15",
72-
"vite": "^7.2.2",
73-
"vitest": "4.0.9",
74-
"wasm-pack": "^0.13.1"
76+
"@biomejs/biome": "2.4.7",
77+
"@tanstack/vite-config": "^0.5.1",
78+
"@types/node": "^25.5.0",
79+
"memfs": "^4.56.11",
80+
"publint": "^0.3.18",
81+
"vite": "^8.0.0",
82+
"vitest": "4.1.0",
83+
"wasm-pack": "^0.14.0"
7584
},
7685
"dependencies": {
77-
"commander": "^14.0.2"
86+
"commander": "^14.0.3"
7887
}
7988
}

0 commit comments

Comments
 (0)