From 7b4727b9c47743abf43fd707b79f18f9a0342103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 21:27:03 +0000 Subject: [PATCH] Bump atem-connection from 3.5.0 to 3.7.0 Bumps [atem-connection](https://github.com/Sofie-Automation/sofie-atem-connection) from 3.5.0 to 3.7.0. - [Changelog](https://github.com/Sofie-Automation/sofie-atem-connection/blob/main/CHANGELOG.md) - [Commits](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.5.0...v3.7.0) --- updated-dependencies: - dependency-name: atem-connection dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 980b8f5..62c83bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "CC BY-SA 4.0", "dependencies": { "@jwetzell/posistagenet": "2.1.1", - "atem-connection": "3.5.0", + "atem-connection": "3.7.0", "bonjour": "3.5.0", "electron-updater": "6.6.2", "html-to-vdom": "0.7.0", @@ -1589,9 +1589,10 @@ } }, "node_modules/atem-connection": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/atem-connection/-/atem-connection-3.5.0.tgz", - "integrity": "sha512-jhilEqxKMYULvIErrQ6SsBJ0+nTN2IN3gIVUbbtcccLM+YeQDSg3/y9IRIvi4Ey1m9nFivbDvPPDmdkg3GhuxA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/atem-connection/-/atem-connection-3.7.0.tgz", + "integrity": "sha512-T1iNpSP6L8jIH6I0Fs9rP0j5srLze9JZj8KH1J6mIwfGl+tMiBQvWzg+Nu14bbAjqnlYFVcZ2nwgVQpNJ2mJDA==", + "license": "MIT", "dependencies": { "@julusian/freetype2": "^1.1.2", "debug": "^4.3.4", diff --git a/package.json b/package.json index d4e6978..3e5f058 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@jwetzell/posistagenet": "2.1.1", - "atem-connection": "3.5.0", + "atem-connection": "3.7.0", "bonjour": "3.5.0", "electron-updater": "6.6.2", "html-to-vdom": "0.7.0",