Skip to content

Commit 4d6c23e

Browse files
authored
fix: plugins/catalog-backend-module-azure/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TARFS-9535930
1 parent dcd7e16 commit 4d6c23e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/catalog-backend-module-azure/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
"clean": "backstage-cli package clean"
4646
},
4747
"dependencies": {
48-
"@backstage/backend-common": "workspace:^",
48+
"@backstage/backend-common": "0.24.1",
4949
"@backstage/backend-plugin-api": "workspace:^",
5050
"@backstage/backend-tasks": "workspace:^",
51-
"@backstage/catalog-model": "workspace:^",
51+
"@backstage/catalog-model": "0.1.1",
5252
"@backstage/config": "workspace:^",
5353
"@backstage/errors": "workspace:^",
5454
"@backstage/integration": "workspace:^",
55-
"@backstage/plugin-catalog-common": "workspace:^",
56-
"@backstage/plugin-catalog-node": "workspace:^",
55+
"@backstage/plugin-catalog-common": "0.1.0",
56+
"@backstage/plugin-catalog-node": "1.0.0",
5757
"@backstage/types": "workspace:^",
5858
"lodash": "^4.17.21",
5959
"node-fetch": "^2.6.7",

0 commit comments

Comments
 (0)