Skip to content

Commit 91e8c82

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-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389
1 parent dcd7e16 commit 91e8c82

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@
4848
"@backstage/backend-common": "workspace:^",
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)