Skip to content

Commit 6a8416e

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-TAR-15032660
1 parent c67ec7f commit 6a8416e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/entity-feedback/package.json

Lines changed: 2 additions & 2 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.8.6",
3232
"@backstage/core-plugin-api": "workspace:^",
3333
"@backstage/errors": "workspace:^",
3434
"@backstage/plugin-catalog-react": "workspace:^",
35-
"@backstage/plugin-entity-feedback-common": "workspace:^",
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)