From 0a9dda676c4aeb9b495f8a6fccf639623c6bb9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 17:46:49 +0000 Subject: [PATCH] chore(deps): bump @novnc/novnc from 1.5.0 to 1.6.0 in /packages/module Bumps [@novnc/novnc](https://github.com/novnc/noVNC) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/novnc/noVNC/releases) - [Commits](https://github.com/novnc/noVNC/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: "@novnc/novnc" dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/package.json b/packages/module/package.json index 907fbc4..7a3b59d 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -35,7 +35,7 @@ "tag": "prerelease" }, "dependencies": { - "@novnc/novnc": "1.5.0", + "@novnc/novnc": "1.6.0", "@patternfly/react-core": "^6.0.0", "@patternfly/react-styles": "^6.0.0", "@spice-project/spice-html5": "^0.2.1",