Skip to content

Commit 99e0e1b

Browse files
authored
fix: plugins/entity-feedback/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 99e0e1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/entity-feedback/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
},
2929
"dependencies": {
3030
"@backstage/catalog-model": "workspace:^",
31-
"@backstage/core-components": "workspace:^",
31+
"@backstage/core-components": "0.1.0",
3232
"@backstage/core-plugin-api": "workspace:^",
3333
"@backstage/errors": "workspace:^",
34-
"@backstage/plugin-catalog-react": "workspace:^",
35-
"@backstage/plugin-entity-feedback-common": "workspace:^",
36-
"@backstage/theme": "workspace:^",
34+
"@backstage/plugin-catalog-react": "0.0.1",
35+
"@backstage/plugin-entity-feedback-common": "0.1.0",
36+
"@backstage/theme": "0.1.1",
3737
"@material-ui/core": "^4.9.13",
3838
"@material-ui/icons": "^4.9.1",
3939
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)