Skip to content

Commit 896b53f

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-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416
1 parent c67ec7f commit 896b53f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

plugins/kubernetes-backend/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,26 @@
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.2.8",
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": "1.0.0",
7171
"@types/express": "^4.17.6",
7272
"@types/luxon": "^3.0.0",
7373
"compression": "^1.7.4",
7474
"cors": "^2.8.5",
75-
"express": "^4.17.1",
75+
"express": "^4.22.0",
7676
"express-promise-router": "^4.1.0",
7777
"fs-extra": "10.1.0",
7878
"helmet": "^6.0.0",

0 commit comments

Comments
 (0)