diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json
index 7ea672b3311a..76339feefd0f 100644
--- a/src/frontend/package-lock.json
+++ b/src/frontend/package-lock.json
@@ -9955,6 +9955,14 @@
"license": "MIT",
"peer": true
},
+ "node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "license": "MIT",
+ "peer": true
+ },
"node_modules/find-versions": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/find-versions/-/find-versions-5.1.0.tgz",
@@ -20799,4 +20807,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/src/frontend/src/CustomNodes/GenericNode/components/NodeOutputfield/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/NodeOutputfield/index.tsx
index 5c94022e4435..88b94023c483 100644
--- a/src/frontend/src/CustomNodes/GenericNode/components/NodeOutputfield/index.tsx
+++ b/src/frontend/src/CustomNodes/GenericNode/components/NodeOutputfield/index.tsx
@@ -48,9 +48,8 @@ const _EyeIcon = memo(
/>
),
);
-
const SnowflakeIcon = memo(() => (
-