Skip to content

Commit 1bdeb70

Browse files
committed
fix: plugins/microsoft-calendar/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 1bdeb70

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.1.0",
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)