Skip to content

Commit 8afae1f

Browse files
authored
fix: plugins/catalog-backend-module-msgraph/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864
1 parent dcd7e16 commit 8afae1f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"@azure/identity": "^3.2.1",
4949
"@backstage/backend-common": "workspace:^",
5050
"@backstage/backend-plugin-api": "workspace:^",
51-
"@backstage/backend-tasks": "workspace:^",
52-
"@backstage/catalog-model": "workspace:^",
51+
"@backstage/backend-tasks": "0.6.1",
52+
"@backstage/catalog-model": "0.1.1",
5353
"@backstage/config": "workspace:^",
54-
"@backstage/plugin-catalog-common": "workspace:^",
55-
"@backstage/plugin-catalog-node": "workspace:^",
54+
"@backstage/plugin-catalog-common": "0.1.0",
55+
"@backstage/plugin-catalog-node": "1.0.0",
5656
"@microsoft/microsoft-graph-types": "^2.6.0",
5757
"@types/node-fetch": "^2.5.12",
5858
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)