diff --git a/browser_tests/tests/nodeDisplay.spec.ts-snapshots/missing-nodes-converted-widget-chromium-linux.png b/browser_tests/tests/nodeDisplay.spec.ts-snapshots/missing-nodes-converted-widget-chromium-linux.png index 58d2d8abb9..bcff870940 100644 Binary files a/browser_tests/tests/nodeDisplay.spec.ts-snapshots/missing-nodes-converted-widget-chromium-linux.png and b/browser_tests/tests/nodeDisplay.spec.ts-snapshots/missing-nodes-converted-widget-chromium-linux.png differ diff --git a/package-lock.json b/package-lock.json index 4c0d493045..daa8bc624e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@alloc/quick-lru": "^5.2.0", "@atlaskit/pragmatic-drag-and-drop": "^1.3.1", "@comfyorg/comfyui-electron-types": "^0.4.39", - "@comfyorg/litegraph": "^0.13.6", + "@comfyorg/litegraph": "^0.13.7", "@primevue/forms": "^4.2.5", "@primevue/themes": "^4.2.5", "@sentry/vue": "^8.48.0", @@ -482,9 +482,9 @@ "license": "GPL-3.0-only" }, "node_modules/@comfyorg/litegraph": { - "version": "0.13.6", - "resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.13.6.tgz", - "integrity": "sha512-a7FWNYayohJHZplEmvBAwlsm7IRqGvGCGfqS70wKGqihpNiHVldPecSoVr6cL/tDkObSiSj0/5d6ueTCjZXEsA==", + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.13.7.tgz", + "integrity": "sha512-U0nS4mAUVnQshjY8YOtIETC2Y37SSOai0g9jTM523MWAybu01Z8DjbvBgs5CRQVxuVsxZP857qawvMQgRZBY8w==", "license": "MIT" }, "node_modules/@cspotcode/source-map-support": { diff --git a/package.json b/package.json index 417a500114..85497ab8fa 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@alloc/quick-lru": "^5.2.0", "@atlaskit/pragmatic-drag-and-drop": "^1.3.1", "@comfyorg/comfyui-electron-types": "^0.4.39", - "@comfyorg/litegraph": "^0.13.6", + "@comfyorg/litegraph": "^0.13.7", "@primevue/forms": "^4.2.5", "@primevue/themes": "^4.2.5", "@sentry/vue": "^8.48.0",