Skip to content

Commit 87e43f2

Browse files
committed
fix: plugins/explore/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent dcd7e16 commit 87e43f2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/explore/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
},
3434
"dependencies": {
3535
"@backstage/catalog-model": "workspace:^",
36-
"@backstage/core-components": "workspace:^",
36+
"@backstage/core-components": "0.1.0",
3737
"@backstage/core-plugin-api": "workspace:^",
3838
"@backstage/errors": "workspace:^",
39-
"@backstage/plugin-catalog-react": "workspace:^",
39+
"@backstage/plugin-catalog-react": "0.0.1",
4040
"@backstage/plugin-explore-common": "workspace:^",
4141
"@backstage/plugin-explore-react": "workspace:^",
4242
"@backstage/plugin-search-common": "workspace:^",
43-
"@backstage/plugin-search-react": "workspace:^",
44-
"@backstage/theme": "workspace:^",
43+
"@backstage/plugin-search-react": "0.1.0",
44+
"@backstage/theme": "0.1.1",
4545
"@material-ui/core": "^4.12.2",
4646
"@material-ui/icons": "^4.9.1",
4747
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)