Skip to content

Commit 815abe7

Browse files
authored
fix: plugins/kubernetes-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
1 parent c67ec7f commit 815abe7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/kubernetes-backend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@
5353
"@aws-sdk/credential-providers": "^3.350.0",
5454
"@aws-sdk/signature-v4": "^3.347.0",
5555
"@azure/identity": "^3.2.1",
56-
"@backstage/backend-common": "workspace:^",
57-
"@backstage/backend-plugin-api": "workspace:^",
56+
"@backstage/backend-common": "0.24.1",
57+
"@backstage/backend-plugin-api": "1.6.1",
5858
"@backstage/catalog-client": "workspace:^",
59-
"@backstage/catalog-model": "workspace:^",
59+
"@backstage/catalog-model": "0.1.1",
6060
"@backstage/config": "workspace:^",
6161
"@backstage/errors": "workspace:^",
6262
"@backstage/integration-aws-node": "workspace:^",
6363
"@backstage/plugin-auth-node": "workspace:^",
64-
"@backstage/plugin-catalog-node": "workspace:^",
65-
"@backstage/plugin-kubernetes-common": "workspace:^",
64+
"@backstage/plugin-catalog-node": "1.13.0",
65+
"@backstage/plugin-kubernetes-common": "0.1.0",
6666
"@backstage/plugin-permission-common": "workspace:^",
67-
"@backstage/plugin-permission-node": "workspace:^",
67+
"@backstage/plugin-permission-node": "0.1.0",
6868
"@google-cloud/container": "^4.0.0",
6969
"@jest-mock/express": "^2.0.1",
7070
"@kubernetes/client-node": "0.18.1",

0 commit comments

Comments
 (0)