diff --git a/package.json b/package.json index 332ef3b6e5c..54cb2ea89ac 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,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 3704180bc4e..10a389340ba 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 f83c07ce077..fbb77e6d642 100644 --- a/shell/edit/provisioning.cattle.io.cluster/tabs/registries/RegistryConfigs.vue +++ b/shell/edit/provisioning.cattle.io.cluster/tabs/registries/RegistryConfigs.vue @@ -1,12 +1,14 @@