From f7318c17a6d73ac38fa6aa34fb22442641ee4644 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 22 Jan 2025 17:23:30 +0100 Subject: [PATCH] fix(theming): remove node-vibrant dependency and usage (was moved to backend) The color extraction is handled by the backend nowadays, this was not used by the backend anymore. Reduce depdencies + compiled size + security warning on that dependency. Signed-off-by: Ferdinand Thiessen --- .../src/components/BackgroundSettings.vue | 49 +- package-lock.json | 572 +----------------- package.json | 1 - 3 files changed, 31 insertions(+), 591 deletions(-) diff --git a/apps/theming/src/components/BackgroundSettings.vue b/apps/theming/src/components/BackgroundSettings.vue index 5a863fdf15f..9cddc60d30e 100644 --- a/apps/theming/src/components/BackgroundSettings.vue +++ b/apps/theming/src/components/BackgroundSettings.vue @@ -78,15 +78,12 @@