Skip to content

Commit 61a0608

Browse files
committed
fix: plugins/kubernetes-backend/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420
1 parent c67ec7f commit 61a0608

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

plugins/kubernetes-backend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,21 @@
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:^",
56+
"@backstage/backend-common": "0.24.1",
5757
"@backstage/backend-plugin-api": "workspace:^",
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:^",
63-
"@backstage/plugin-auth-node": "workspace:^",
64-
"@backstage/plugin-catalog-node": "workspace:^",
65-
"@backstage/plugin-kubernetes-common": "workspace:^",
63+
"@backstage/plugin-auth-node": "0.1.0",
64+
"@backstage/plugin-catalog-node": "1.0.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",
70-
"@kubernetes/client-node": "0.18.1",
70+
"@kubernetes/client-node": "0.21.0",
7171
"@types/express": "^4.17.6",
7272
"@types/luxon": "^3.0.0",
7373
"compression": "^1.7.4",

0 commit comments

Comments
 (0)