Skip to content

Commit add7d18

Browse files
committed
fix: plugins/entity-feedback-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit add7d18

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,15 +22,15 @@
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.6.0",
3131
"@backstage/plugin-entity-feedback-common": "workspace:^",
3232
"@types/express": "*",
33-
"express": "^4.18.1",
33+
"express": "^4.22.0",
3434
"express-promise-router": "^4.1.0",
3535
"knex": "^2.0.0",
3636
"node-fetch": "^2.6.7",

0 commit comments

Comments
 (0)