Skip to content

Commit c03afdd

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-TARFS-9535930
1 parent dcd7e16 commit c03afdd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
},
4747
"dependencies": {
4848
"@azure/identity": "^3.2.1",
49-
"@backstage/backend-common": "workspace:^",
49+
"@backstage/backend-common": "0.24.1",
5050
"@backstage/backend-plugin-api": "workspace:^",
5151
"@backstage/backend-tasks": "workspace:^",
52-
"@backstage/catalog-model": "workspace:^",
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",
@@ -63,7 +63,7 @@
6363
"winston": "^3.2.1"
6464
},
6565
"devDependencies": {
66-
"@backstage/backend-common": "workspace:^",
66+
"@backstage/backend-common": "0.24.1",
6767
"@backstage/backend-test-utils": "workspace:^",
6868
"@backstage/cli": "workspace:^",
6969
"@types/lodash": "^4.14.151",

0 commit comments

Comments
 (0)