Skip to content

Commit e7f0eb9

Browse files
committed
fix: plugins/entity-feedback/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 e7f0eb9

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
@@ -27,12 +27,12 @@
2727
"postpack": "backstage-cli package postpack"
2828
},
2929
"dependencies": {
30-
"@backstage/catalog-model": "workspace:^",
30+
"@backstage/catalog-model": "0.1.1",
3131
"@backstage/core-components": "workspace:^",
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)