diff --git a/apps/desktop/package-lock.json b/apps/desktop/package-lock.json index 13afd84..c863c9c 100644 --- a/apps/desktop/package-lock.json +++ b/apps/desktop/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@monaco-editor/react": "^4.7.0", - "@novnc/novnc": "^1.5.0", + "@novnc/novnc": "^1.6.0", "@tauri-apps/api": "^2.10.1", "@tauri-apps/plugin-dialog": "^2.6.0", "@xterm/addon-fit": "^0.11.0", @@ -818,9 +818,9 @@ } }, "node_modules/@novnc/novnc": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@novnc/novnc/-/novnc-1.5.0.tgz", - "integrity": "sha512-4yGHOtUCnEJUCsgEt/L78eeJu00kthurLBWXFiaXfonNx0pzbs6R/3gJb1byZe6iAE8V9MF0syQb0xIL8MSOtQ==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@novnc/novnc/-/novnc-1.6.0.tgz", + "integrity": "sha512-CJrmdSe9Yt2ZbLsJpVFoVkEu0KICEvnr3njW25Nz0jodaiFJtg8AYLGZogRYy0/N5HUWkGUsCmegKXYBSqwygw==", "license": "MPL-2.0" }, "node_modules/@oxc-project/types": { diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 14579db..3b5faed 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -21,7 +21,7 @@ "type": "module", "dependencies": { "@monaco-editor/react": "^4.7.0", - "@novnc/novnc": "^1.5.0", + "@novnc/novnc": "^1.6.0", "@tauri-apps/api": "^2.10.1", "@tauri-apps/plugin-dialog": "^2.6.0", "@xterm/addon-fit": "^0.11.0",