Skip to content

Commit 7cdf91f

Browse files
committed
fix: add @typescript-eslint/types as dependency
1 parent cec1015 commit 7cdf91f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vibesafe",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "A CLI tool to scan your codebase for security vibes.",
55
"main": "dist/index.js",
66
"bin": {
@@ -45,6 +45,7 @@
4545
"dependencies": {
4646
"@types/js-yaml": "^4.0.9",
4747
"@typescript-eslint/parser": "^8.30.1",
48+
"@typescript-eslint/types": "^8.30.1",
4849
"axios": "^1.8.4",
4950
"chalk": "^4.1.2",
5051
"commander": "^13.1.0",

0 commit comments

Comments
 (0)