Skip to content

Commit 869b458

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-AJV-15274295
1 parent c67ec7f commit 869b458

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/kafka-backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
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",

0 commit comments

Comments
 (0)