From a0c0ad5e6ae767188aa7579d73a5f425d728e3f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Apr 2024 07:05:52 +0000 Subject: [PATCH] fix: upgrade cli-table3 from 0.5.1 to 0.6.4 Snyk has created this PR to upgrade cli-table3 from 0.5.1 to 0.6.4. See this package in npm: https://www.npmjs.com/package/cli-table3 See this project in Snyk: https://app.snyk.io/org/peichels/project/c0b1ed19-8f60-4935-8864-4e67f3380711?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../cataloger/javascript/test-fixtures/pkg-json/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syft/pkg/cataloger/javascript/test-fixtures/pkg-json/package.json b/syft/pkg/cataloger/javascript/test-fixtures/pkg-json/package.json index aba48c6bd3d..5a7ae009ccc 100644 --- a/syft/pkg/cataloger/javascript/test-fixtures/pkg-json/package.json +++ b/syft/pkg/cataloger/javascript/test-fixtures/pkg-json/package.json @@ -47,7 +47,7 @@ "chownr": "^1.1.4", "ci-info": "^2.0.0", "cli-columns": "^3.1.2", - "cli-table3": "^0.5.1", + "cli-table3": "^0.6.4", "cmd-shim": "^3.0.3", "columnify": "~1.5.4", "config-chain": "^1.1.12",