Skip to content

Commit 1095537

Browse files
authored
fix: plugins/entity-feedback-backend/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
1 parent c67ec7f commit 1095537

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/entity-feedback-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"postpack": "backstage-cli package postpack"
2323
},
2424
"dependencies": {
25-
"@backstage/backend-common": "workspace:^",
26-
"@backstage/backend-plugin-api": "workspace:^",
27-
"@backstage/catalog-client": "workspace:^",
28-
"@backstage/catalog-model": "workspace:^",
25+
"@backstage/backend-common": "0.25.0",
26+
"@backstage/backend-plugin-api": "1.6.1",
27+
"@backstage/catalog-client": "0.2.0",
28+
"@backstage/catalog-model": "0.1.1",
2929
"@backstage/config": "workspace:^",
30-
"@backstage/plugin-auth-node": "workspace:^",
30+
"@backstage/plugin-auth-node": "0.5.0",
3131
"@backstage/plugin-entity-feedback-common": "workspace:^",
3232
"@types/express": "*",
3333
"express": "^4.18.1",

0 commit comments

Comments
 (0)