diff --git a/package-lock.json b/package-lock.json index 9cff2d1..52dd67c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "axios": "^1.7.7", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "electron-debug": "^4.0.1", + "electron-debug": "^4.1.0", "electron-log": "^5.2.0", "electron-updater": "^6.3.2", "framer-motion": "^11.3.31", @@ -9328,9 +9328,9 @@ } }, "node_modules/electron-debug": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/electron-debug/-/electron-debug-4.0.1.tgz", - "integrity": "sha512-PdUG3SvcK70P05z99PFLUzn0+lPZl5c4quG1bXI7OtPaXxidwh8UONcdRLsr+6J9kf5y1FycJD5nBd80dYrcsA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/electron-debug/-/electron-debug-4.1.0.tgz", + "integrity": "sha512-rdbvmotqbaNcSuinPe1tzB5zK+JKal+4LSDbguBcqTLARNqWrGoRS/TkR1gGH4+63boYH3HUaf9r9ECAxgIe9g==", "dependencies": { "electron-is-dev": "^3.0.1", "electron-localshortcut": "^3.2.1" diff --git a/package.json b/package.json index 1543e9e..ef81182 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "axios": "^1.7.7", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "electron-debug": "^4.0.1", + "electron-debug": "^4.1.0", "electron-log": "^5.2.0", "electron-updater": "^6.3.2", "framer-motion": "^11.3.31",