Skip to content

Commit 84db5ff

Browse files
committed
fix: corrected the audit that had severe vulnerabilities
1 parent 796838e commit 84db5ff

File tree

3 files changed

+29
-261
lines changed

3 files changed

+29
-261
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,17 @@
2828
"@vitest/coverage-v8": "^4.0.18",
2929
"memfs": "^4.56.10",
3030
"pyrajs-cli": "workspace:*",
31-
"tsup": "^8.5.0",
31+
"tsup": "^8.5.1",
3232
"tsx": "^4.20.6",
3333
"typescript": "^5.9.3",
3434
"vitest": "^4.0.18"
3535
},
3636
"dependencies": {
3737
"@types/node": "^24.10.0"
38+
},
39+
"pnpm": {
40+
"overrides": {
41+
"sucrase": "^3.35.1"
42+
}
3843
}
3944
}

packages/cli/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
"@inquirer/prompts": "^7.2.0",
5959
"chalk": "^5.6.2",
6060
"commander": "^12.1.0",
61-
"glob": "^10.3.10",
62-
"picocolors": "^1.1.1",
61+
"picocolors": "^1.1.1",
6362
"pyrajs-adapter-react": "workspace:*",
6463
"pyrajs-core": "workspace:*",
6564
"pyrajs-shared": "workspace:*"

0 commit comments

Comments
 (0)