Skip to content

Commit 501e44d

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-TAR-15032660
1 parent c67ec7f commit 501e44d

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
@@ -56,18 +56,18 @@
5656
"@backstage/backend-common": "workspace:^",
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)