From 322f2837e4273150608234a0439c201fe63e558e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 08:13:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index f4022c1..7728c3d --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ ], "bugs": "https://github.com/benchlab/houston-plugin-update/issues", "dependencies": { - "@heroku-cli/color": "^1.1.3", + "@heroku-cli/color": "^1.1.11", "@types/semver": "^5.5.0", "cross-spawn": "^6.0.5", "debug": "^3.1.0",