Skip to content

Commit 62c5da4

Browse files
authored
fix: packages/cli-node/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660
1 parent c67ec7f commit 62c5da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@backstage/cli-common": "workspace:^",
2626
"@backstage/errors": "workspace:^",
27-
"@backstage/types": "workspace:^",
27+
"@backstage/types": "0.1.1",
2828
"@manypkg/get-packages": "^1.1.3",
2929
"@yarnpkg/parsers": "^3.0.0-rc.4",
3030
"fs-extra": "10.1.0",

0 commit comments

Comments
 (0)