Skip to content

Commit ec2cd50

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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BACKSTAGEBACKENDPLUGINAPI-15054291 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit ec2cd50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/entity-feedback/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
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:^",
34+
"@backstage/plugin-catalog-react": "0.0.1",
35+
"@backstage/plugin-entity-feedback-common": "0.1.0",
3636
"@backstage/theme": "workspace:^",
3737
"@material-ui/core": "^4.9.13",
3838
"@material-ui/icons": "^4.9.1",

0 commit comments

Comments
 (0)