Skip to content

Commit 135bc99

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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 135bc99

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@
4545
"clean": "backstage-cli package clean"
4646
},
4747
"dependencies": {
48-
"@backstage/backend-common": "workspace:^",
49-
"@backstage/backend-plugin-api": "workspace:^",
48+
"@backstage/backend-common": "0.24.1",
49+
"@backstage/backend-plugin-api": "1.6.1",
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:^",
54-
"@backstage/integration": "workspace:^",
55-
"@backstage/plugin-catalog-common": "workspace:^",
56-
"@backstage/plugin-catalog-node": "workspace:^",
54+
"@backstage/integration": "0.1.0",
55+
"@backstage/plugin-catalog-common": "0.1.0",
56+
"@backstage/plugin-catalog-node": "1.13.0",
5757
"@backstage/types": "workspace:^",
58-
"lodash": "^4.17.21",
58+
"lodash": "^4.17.23",
5959
"node-fetch": "^2.6.7",
6060
"uuid": "^8.0.0",
6161
"winston": "^3.2.1"

0 commit comments

Comments
 (0)