Bump atem-connection from 3.9.0 to 3.10.2

Bumps [atem-connection](https://github.com/Sofie-Automation/sofie-atem-connection) from 3.9.0 to 3.10.2.
- [Changelog](https://github.com/Sofie-Automation/sofie-atem-connection/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Sofie-Automation/sofie-atem-connection/compare/v3.9.0...v3.10.2)

---
updated-dependencies:
- dependency-name: atem-connection
  dependency-version: 3.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-31 09:35:54 +00:00
committed by GitHub
parent ed771092e7
commit ff907bc79e
2 changed files with 37 additions and 18 deletions
+36 -17
View File
@@ -10,7 +10,7 @@
"license": "CC BY-SA 4.0",
"dependencies": {
"@jwetzell/posistagenet": "2.1.2",
"atem-connection": "3.9.0",
"atem-connection": "3.10.2",
"bonjour": "3.5.1",
"electron-updater": "6.8.9",
"html-to-vdom": "0.7.0",
@@ -1472,25 +1472,48 @@
}
},
"node_modules/atem-connection": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/atem-connection/-/atem-connection-3.9.0.tgz",
"integrity": "sha512-huyANplAwOX1bau/9V3LdzXaibEQ3KFeqn2LqC5m0zQ6w5hRxOKBtK85PiDWs3b2e4efhkAz9vKavaB3ODndrA==",
"version": "3.10.2",
"resolved": "https://registry.npmjs.org/atem-connection/-/atem-connection-3.10.2.tgz",
"integrity": "sha512-y+6HsRhNuOFDZWv71Gp/9WD7gIiZ7Ztfeo/iH29NSo/q9YKUZ8ke0cxVHvz/Wqis9wGgaQCn+ommTP3jlTF3mQ==",
"license": "MIT",
"dependencies": {
"@julusian/freetype2": "^1.3.1",
"debug": "^4.3.4",
"debug": "^4.4.3",
"eventemitter3": "^4.0.7",
"exit-hook": "^2.2.1",
"p-lazy": "^3.1.0",
"p-queue": "^6.6.2",
"threadedclass": "^1.2.1",
"tslib": "^2.6.2",
"threadedclass": "^1.4.0",
"tslib": "^2.8.1",
"wavefile": "^8.4.6"
},
"engines": {
"node": "^14.18 || ^16.14 || >=18.0"
}
},
"node_modules/atem-connection/node_modules/debug": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
"license": "MIT",
"dependencies": {
"ms": "^2.1.3"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/atem-connection/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"license": "MIT"
},
"node_modules/available-typed-arrays": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
@@ -4109,11 +4132,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/is-running": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-running/-/is-running-2.1.0.tgz",
"integrity": "sha512-mjJd3PujZMl7j+D395WTIO5tU5RIDBfVSRtRR4VOJou3H66E38UjbjvDGh3slJzPuolsb+yQFqwHNNdyp5jg3w=="
},
"node_modules/is-set": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
@@ -6233,13 +6251,13 @@
"dev": true
},
"node_modules/threadedclass": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/threadedclass/-/threadedclass-1.2.1.tgz",
"integrity": "sha512-b8dUXW0K3dUWYrQakKhXvY/Owrnd3p+NKTI0BVEuAU/o7PsLupoNDCadK6V3WwyVLKCy0CS/d1xBmc6uZNPgOw==",
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/threadedclass/-/threadedclass-1.4.1.tgz",
"integrity": "sha512-c/bHQEsHMFxFG+SuL7f2iQhJTDg8JdYfPr2NU92VCejxEusQTrW4icwA23Bemuk15rEMkJdx6EPozCbsNqKC/w==",
"license": "MIT",
"dependencies": {
"callsites": "^3.1.0",
"eventemitter3": "^4.0.4",
"is-running": "^2.1.0",
"tslib": "^1.13.0"
},
"engines": {
@@ -6249,7 +6267,8 @@
"node_modules/threadedclass/node_modules/tslib": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
"license": "0BSD"
},
"node_modules/thunky": {
"version": "1.1.0",
+1 -1
View File
@@ -29,7 +29,7 @@
},
"dependencies": {
"@jwetzell/posistagenet": "2.1.2",
"atem-connection": "3.9.0",
"atem-connection": "3.10.2",
"bonjour": "3.5.1",
"electron-updater": "6.8.9",
"html-to-vdom": "0.7.0",