Skip to content

Commit 6b3668e

Browse files
committed
fix: plugins/kafka-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 6b3668e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/kafka-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"clean": "backstage-cli package clean"
3636
},
3737
"dependencies": {
38-
"@backstage/backend-common": "workspace:^",
38+
"@backstage/backend-common": "0.24.1",
3939
"@backstage/backend-plugin-api": "workspace:^",
40-
"@backstage/catalog-model": "workspace:^",
40+
"@backstage/catalog-model": "0.1.1",
4141
"@backstage/config": "workspace:^",
4242
"@backstage/errors": "workspace:^",
4343
"@types/express": "^4.17.6",
44-
"express": "^4.17.1",
44+
"express": "^4.22.0",
4545
"express-promise-router": "^4.1.0",
4646
"kafkajs": "^2.0.0",
4747
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)