We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec1015 commit 7cdf91fCopy full SHA for 7cdf91f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vibesafe",
3
- "version": "1.3.4",
+ "version": "1.3.5",
4
"description": "A CLI tool to scan your codebase for security vibes.",
5
"main": "dist/index.js",
6
"bin": {
@@ -45,6 +45,7 @@
45
"dependencies": {
46
"@types/js-yaml": "^4.0.9",
47
"@typescript-eslint/parser": "^8.30.1",
48
+ "@typescript-eslint/types": "^8.30.1",
49
"axios": "^1.8.4",
50
"chalk": "^4.1.2",
51
"commander": "^13.1.0",
0 commit comments