From 01a41094d32c236fdde1a2b996b0386341587795 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Fri, 17 Feb 2023 10:40:57 -0500 Subject: [PATCH] fix: helm chart names may fail if they have uppercase chars --- package-lock.json | 18 +++++++++--------- plugins/plugin-codeflare/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b14f5f8..fbda3d91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -899,9 +899,9 @@ "license": "MIT" }, "node_modules/@guidebooks/store": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/@guidebooks/store/-/store-3.3.7.tgz", - "integrity": "sha512-q351dQJ991LnfWNybhrn40tMRPPGrODxEFcZMBCrbhj2LdjhEAxYRGEAOf0EAehnBhuYFFKeoQZXPyQ0N7B6Ig==" + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/@guidebooks/store/-/store-3.3.8.tgz", + "integrity": "sha512-c8qZ4uPIQxwTa2wGUO0VfZ3QXnca35Buyf2kqjBUJUwVFTLQLX8KFBWTgvYsIa8gDvLf86sv6ev8MTsizcBPfw==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.8", @@ -14470,7 +14470,7 @@ }, "plugins/plugin-client-default": { "name": "@kui-shell/plugin-client", - "version": "2.5.0", + "version": "2.6.0", "license": "Apache-2.0" }, "plugins/plugin-codeflare": { @@ -14478,7 +14478,7 @@ "version": "0.0.1", "license": "Apache-2.0", "dependencies": { - "@guidebooks/store": "^3.3.7", + "@guidebooks/store": "^3.3.8", "@logdna/tail-file": "^3.0.1", "@patternfly/react-charts": "^6.94.18", "@patternfly/react-core": "^4.276.6", @@ -15088,9 +15088,9 @@ "dev": true }, "@guidebooks/store": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/@guidebooks/store/-/store-3.3.7.tgz", - "integrity": "sha512-q351dQJ991LnfWNybhrn40tMRPPGrODxEFcZMBCrbhj2LdjhEAxYRGEAOf0EAehnBhuYFFKeoQZXPyQ0N7B6Ig==" + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/@guidebooks/store/-/store-3.3.8.tgz", + "integrity": "sha512-c8qZ4uPIQxwTa2wGUO0VfZ3QXnca35Buyf2kqjBUJUwVFTLQLX8KFBWTgvYsIa8gDvLf86sv6ev8MTsizcBPfw==" }, "@humanwhocodes/config-array": { "version": "0.11.8", @@ -15336,7 +15336,7 @@ "@kui-shell/plugin-codeflare": { "version": "file:plugins/plugin-codeflare", "requires": { - "@guidebooks/store": "^3.3.7", + "@guidebooks/store": "^3.3.8", "@logdna/tail-file": "^3.0.1", "@patternfly/react-charts": "^6.94.18", "@patternfly/react-core": "^4.276.6", diff --git a/plugins/plugin-codeflare/package.json b/plugins/plugin-codeflare/package.json index 0458b84d..7a14a897 100644 --- a/plugins/plugin-codeflare/package.json +++ b/plugins/plugin-codeflare/package.json @@ -30,7 +30,7 @@ "@types/split2": "^3.2.1" }, "dependencies": { - "@guidebooks/store": "^3.3.7", + "@guidebooks/store": "^3.3.8", "@logdna/tail-file": "^3.0.1", "@patternfly/react-charts": "^6.94.18", "@patternfly/react-core": "^4.276.6",