Skip to content

Commit cb85865

Browse files
committed
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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit cb85865

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
@@ -48,17 +48,17 @@
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",
5959
"node-fetch": "^2.6.7",
6060
"p-limit": "^3.0.2",
61-
"qs": "^6.9.4",
61+
"qs": "^6.14.2",
6262
"uuid": "^8.0.0",
6363
"winston": "^3.2.1"
6464
},

0 commit comments

Comments
 (0)