Skip to content

Commit 6c883d4

Browse files
authored
fix: plugins/catalog-node/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 6c883d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/catalog-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"dependencies": {
3939
"@backstage/backend-plugin-api": "workspace:^",
4040
"@backstage/catalog-client": "workspace:^",
41-
"@backstage/catalog-model": "workspace:^",
42-
"@backstage/errors": "workspace:^",
43-
"@backstage/plugin-catalog-common": "workspace:^",
41+
"@backstage/catalog-model": "0.1.1",
42+
"@backstage/errors": "0.1.1",
43+
"@backstage/plugin-catalog-common": "0.1.0",
4444
"@backstage/types": "workspace:^"
4545
},
4646
"devDependencies": {

0 commit comments

Comments
 (0)