Skip to content

Commit 3634fec

Browse files
authored
fix: plugins/kubernetes/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295
1 parent c67ec7f commit 3634fec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/kubernetes/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"clean": "backstage-cli package clean"
3434
},
3535
"dependencies": {
36-
"@backstage/catalog-model": "workspace:^",
36+
"@backstage/catalog-model": "0.1.1",
3737
"@backstage/config": "workspace:^",
3838
"@backstage/core-components": "workspace:^",
39-
"@backstage/core-plugin-api": "workspace:^",
39+
"@backstage/core-plugin-api": "0.1.0",
4040
"@backstage/errors": "workspace:^",
4141
"@backstage/plugin-catalog-react": "workspace:^",
4242
"@backstage/plugin-kubernetes-common": "workspace:^",
4343
"@backstage/theme": "workspace:^",
4444
"@kubernetes-models/apimachinery": "^1.1.0",
4545
"@kubernetes-models/base": "^4.0.1",
46-
"@kubernetes/client-node": "0.18.1",
46+
"@kubernetes/client-node": "1.0.0",
4747
"@material-ui/core": "^4.12.2",
4848
"@material-ui/icons": "^4.9.1",
4949
"@material-ui/lab": "4.0.0-alpha.61",

0 commit comments

Comments
 (0)