From 31fe0becd55d6dd99fc73a5e302682bf614bc701 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 04:20:41 +0000 Subject: [PATCH] fix: packages/cli-node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- packages/cli-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-node/package.json b/packages/cli-node/package.json index c59a8930c0c80d..c7f4e4efa36516 100644 --- a/packages/cli-node/package.json +++ b/packages/cli-node/package.json @@ -24,7 +24,7 @@ "dependencies": { "@backstage/cli-common": "workspace:^", "@backstage/errors": "workspace:^", - "@backstage/types": "workspace:^", + "@backstage/types": "0.1.1", "@manypkg/get-packages": "^1.1.3", "@yarnpkg/parsers": "^3.0.0-rc.4", "fs-extra": "10.1.0",