Skip to content

Commit 0b621c8

Browse files
authored
fix: plugins/microsoft-calendar/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-TAR-15032660
1 parent c67ec7f commit 0b621c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/microsoft-calendar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"postpack": "backstage-cli package postpack"
4242
},
4343
"dependencies": {
44-
"@backstage/core-components": "workspace:^",
44+
"@backstage/core-components": "0.8.6",
4545
"@backstage/core-plugin-api": "workspace:^",
4646
"@backstage/errors": "workspace:^",
47-
"@backstage/theme": "workspace:^",
47+
"@backstage/theme": "0.1.1",
4848
"@material-ui/core": "^4.12.2",
4949
"@material-ui/icons": "^4.9.1",
5050
"@microsoft/microsoft-graph-types": "^2.25.0",

0 commit comments

Comments
 (0)