From 3dc34f4107d1dbd1c86beab09f5f07a893c63590 Mon Sep 17 00:00:00 2001 From: slowcoder360 <125757215+slowcoder360@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:36:52 -0700 Subject: [PATCH 1/3] chore: bump version to 1.3.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb3a628..cc8abf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vibesafe", - "version": "1.3.2", + "version": "1.3.3", "description": "A CLI tool to scan your codebase for security vibes.", "main": "dist/index.js", "bin": { From cec101521e3a666cf8663a83069d01ee4ca2fff6 Mon Sep 17 00:00:00 2001 From: slowcoder360 <125757215+slowcoder360@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:44:41 -0700 Subject: [PATCH 2/3] fix: update version to 1.3.4 for dependency fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc8abf4..f356717 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vibesafe", - "version": "1.3.3", + "version": "1.3.4", "description": "A CLI tool to scan your codebase for security vibes.", "main": "dist/index.js", "bin": { From 7cdf91f173c325ee125377667a4effb049a42ab0 Mon Sep 17 00:00:00 2001 From: slowcoder360 <125757215+slowcoder360@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:54:39 -0700 Subject: [PATCH 3/3] fix: add @typescript-eslint/types as dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f356717..423c0e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vibesafe", - "version": "1.3.4", + "version": "1.3.5", "description": "A CLI tool to scan your codebase for security vibes.", "main": "dist/index.js", "bin": { @@ -45,6 +45,7 @@ "dependencies": { "@types/js-yaml": "^4.0.9", "@typescript-eslint/parser": "^8.30.1", + "@typescript-eslint/types": "^8.30.1", "axios": "^1.8.4", "chalk": "^4.1.2", "commander": "^13.1.0",