Skip to content

Commit e37952f

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-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-TARFS-10293725 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777
1 parent dcd7e16 commit e37952f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/entity-feedback-backend/package.json

Lines changed: 4 additions & 4 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:^",
25+
"@backstage/backend-common": "0.24.1",
2626
"@backstage/backend-plugin-api": "workspace:^",
27-
"@backstage/catalog-client": "workspace:^",
28-
"@backstage/catalog-model": "workspace:^",
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)