Skip to content

Commit e35eb40

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-BABELRUNTIME-10044504
1 parent dcd7e16 commit e35eb40

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

plugins/kubernetes/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"dependencies": {
3636
"@backstage/catalog-model": "workspace:^",
3737
"@backstage/config": "workspace:^",
38-
"@backstage/core-components": "workspace:^",
39-
"@backstage/core-plugin-api": "workspace:^",
38+
"@backstage/core-components": "0.1.0",
39+
"@backstage/core-plugin-api": "0.1.0",
4040
"@backstage/errors": "workspace:^",
41-
"@backstage/plugin-catalog-react": "workspace:^",
41+
"@backstage/plugin-catalog-react": "0.0.1",
4242
"@backstage/plugin-kubernetes-common": "workspace:^",
43-
"@backstage/theme": "workspace:^",
43+
"@backstage/theme": "0.1.1",
4444
"@kubernetes-models/apimachinery": "^1.1.0",
4545
"@kubernetes-models/base": "^4.0.1",
4646
"@kubernetes/client-node": "0.18.1",

0 commit comments

Comments
 (0)