diff --git a/package.json b/package.json index 53d9ddb9728..7cd6e8cfdbe 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,6 @@ "intl-messageformat": "7.8.4", "ip": "2.0.1", "ipaddr.js": "2.2.0", - "is-base64": "1.1.0", "is-url": "1.2.4", "jexl": "2.2.2", "jquery": "3.5.1", diff --git a/pkg/harvester-manager/machine-config/harvester.vue b/pkg/harvester-manager/machine-config/harvester.vue index 28dc209dce2..af1539f762f 100644 --- a/pkg/harvester-manager/machine-config/harvester.vue +++ b/pkg/harvester-manager/machine-config/harvester.vue @@ -3,7 +3,7 @@ import draggable from 'vuedraggable'; import isEmpty from 'lodash/isEmpty'; import jsyaml from 'js-yaml'; import YAML from 'yaml'; -import isBase64 from 'is-base64'; +import { isBase64 } from '@shell/utils/string'; import NodeAffinity from '@shell/components/form/NodeAffinity'; import PodAffinity from '@shell/components/form/PodAffinity'; diff --git a/shell/edit/provisioning.cattle.io.cluster/tabs/registries/RegistryConfigs.vue b/shell/edit/provisioning.cattle.io.cluster/tabs/registries/RegistryConfigs.vue index f3777810739..5bd2bd32d5b 100644 --- a/shell/edit/provisioning.cattle.io.cluster/tabs/registries/RegistryConfigs.vue +++ b/shell/edit/provisioning.cattle.io.cluster/tabs/registries/RegistryConfigs.vue @@ -1,4 +1,5 @@