Skip to content

Commit 9299f2e

Browse files
authored
fix: plugins/kafka-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 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent c67ec7f commit 9299f2e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

plugins/kafka-backend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"clean": "backstage-cli package clean"
3636
},
3737
"dependencies": {
38-
"@backstage/backend-common": "workspace:^",
39-
"@backstage/backend-plugin-api": "workspace:^",
40-
"@backstage/catalog-model": "workspace:^",
41-
"@backstage/config": "workspace:^",
38+
"@backstage/backend-common": "0.25.0",
39+
"@backstage/backend-plugin-api": "1.6.1",
40+
"@backstage/catalog-model": "0.1.1",
41+
"@backstage/config": "0.1.1",
4242
"@backstage/errors": "workspace:^",
4343
"@types/express": "^4.17.6",
4444
"express": "^4.17.1",
4545
"express-promise-router": "^4.1.0",
4646
"kafkajs": "^2.0.0",
47-
"lodash": "^4.17.21",
47+
"lodash": "^4.17.23",
4848
"winston": "^3.2.1"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)