Skip to content

Commit 2e8a189

Browse files
authored
fix: packages/backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-5756498
1 parent dcd7e16 commit 2e8a189

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@backstage/integration": "workspace:^",
3535
"@backstage/plugin-adr-backend": "workspace:^",
3636
"@backstage/plugin-app-backend": "workspace:^",
37-
"@backstage/plugin-auth-backend": "workspace:^",
37+
"@backstage/plugin-auth-backend": "0.1.1",
3838
"@backstage/plugin-auth-node": "workspace:^",
3939
"@backstage/plugin-azure-devops-backend": "workspace:^",
4040
"@backstage/plugin-azure-sites-backend": "workspace:^",
@@ -51,7 +51,7 @@
5151
"@backstage/plugin-graphql-backend": "workspace:^",
5252
"@backstage/plugin-jenkins-backend": "workspace:^",
5353
"@backstage/plugin-kafka-backend": "workspace:^",
54-
"@backstage/plugin-kubernetes-backend": "workspace:^",
54+
"@backstage/plugin-kubernetes-backend": "0.1.1",
5555
"@backstage/plugin-lighthouse-backend": "workspace:^",
5656
"@backstage/plugin-linguist-backend": "workspace:^",
5757
"@backstage/plugin-nomad-backend": "workspace:^",

0 commit comments

Comments
 (0)