Skip to content

Commit ae97a1c

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-AJV-15274295
1 parent c67ec7f commit ae97a1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/catalog-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"clean": "backstage-cli package clean"
3333
},
3434
"dependencies": {
35-
"@backstage/catalog-model": "workspace:^",
36-
"@backstage/errors": "workspace:^",
35+
"@backstage/catalog-model": "0.1.1",
36+
"@backstage/errors": "0.1.1",
3737
"cross-fetch": "^3.1.5"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)