diff --git a/js/index.js b/js/index.js index 863f1112..564a6a83 100644 --- a/js/index.js +++ b/js/index.js @@ -7,7 +7,7 @@ import "reset-css"; import "./index.css"; // RFB holds the API to connect and communicate with a VNC server -import RFB from "@novnc/novnc/core/rfb"; +import RFB from "@novnc/novnc/lib/rfb"; import { setupClipboard } from "./clipboard.js"; diff --git a/package.json b/package.json index 5525eb6c..16c45926 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@floating-ui/dom": "^1.6.1", - "@novnc/novnc": "~1.4.0", + "@novnc/novnc": "^1.5.0", "reset-css": "^5.0.2" }, "scripts": {