Skip to content

Commit 0b8889e

Browse files
committed
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 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 0b8889e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/catalog-node/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"postpack": "backstage-cli package postpack"
3737
},
3838
"dependencies": {
39-
"@backstage/backend-plugin-api": "workspace:^",
39+
"@backstage/backend-plugin-api": "0.6.19",
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)