Skip to content

Commit dd33dd2

Browse files
authored
fix: packages/catalog-client/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291
1 parent c67ec7f commit dd33dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/catalog-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@backstage/catalog-model": "workspace:^",
36-
"@backstage/errors": "workspace:^",
36+
"@backstage/errors": "0.1.1",
3737
"cross-fetch": "^3.1.5"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)