From 134a756b9fce9d18ba7ec57a7ecfc2d5d3c59ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:59:57 +0000 Subject: [PATCH] Bump atem-connection from 3.3.0 to 3.3.2 Bumps [atem-connection](https://github.com/nrkno/sofie-atem-connection) from 3.3.0 to 3.3.2. - [Changelog](https://github.com/nrkno/sofie-atem-connection/blob/master/CHANGELOG.md) - [Commits](https://github.com/nrkno/sofie-atem-connection/compare/v3.3.0...v3.3.2) --- updated-dependencies: - dependency-name: atem-connection dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 ++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index abe45e8..837b335 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "CC BY-SA 4.0", "dependencies": { "@jwetzell/posistagenet": "^0.4.6", - "atem-connection": "^3.3.0", + "atem-connection": "^3.3.2", "bonjour": "^3.5.0", "electron-updater": "^6.1.4", "lodash": "^4.17.21", @@ -1041,9 +1041,9 @@ } }, "node_modules/atem-connection": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/atem-connection/-/atem-connection-3.3.0.tgz", - "integrity": "sha512-nJZG4Xq2dierfqTRyskf4q2/u+1+vvZmd6p8lvtI15KsacI6IctejmO9m8MEQGpsqFvJO1CFFxPxWJNXyJ5dHg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/atem-connection/-/atem-connection-3.3.2.tgz", + "integrity": "sha512-kwXgDufVx46rBDsFV52RHso39uXOMMIZmRV4rUggik7WZCxGPIeg1uzirWEJQAkYa1GC5phM8SjnTdyA06lDRQ==", "dependencies": { "@julusian/freetype2": "^1.1.2", "debug": "^4.3.4", @@ -1053,11 +1053,11 @@ "p-lazy": "^3.1.0", "p-queue": "^6.6.2", "threadedclass": "^1.2.1", - "tslib": "^2.5.0", - "wavefile": "^8.4.4" + "tslib": "^2.6.2", + "wavefile": "^8.4.6" }, "engines": { - "node": "^14.18 || ^16.14 || ^18.0" + "node": "^14.18 || ^16.14 || >=18.0" } }, "node_modules/available-typed-arrays": { @@ -4782,9 +4782,9 @@ } }, "node_modules/tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/twos-complement-buffer": { "version": "0.0.1", @@ -5849,9 +5849,9 @@ "dev": true }, "atem-connection": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/atem-connection/-/atem-connection-3.3.0.tgz", - "integrity": "sha512-nJZG4Xq2dierfqTRyskf4q2/u+1+vvZmd6p8lvtI15KsacI6IctejmO9m8MEQGpsqFvJO1CFFxPxWJNXyJ5dHg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/atem-connection/-/atem-connection-3.3.2.tgz", + "integrity": "sha512-kwXgDufVx46rBDsFV52RHso39uXOMMIZmRV4rUggik7WZCxGPIeg1uzirWEJQAkYa1GC5phM8SjnTdyA06lDRQ==", "requires": { "@julusian/freetype2": "^1.1.2", "debug": "^4.3.4", @@ -5861,8 +5861,8 @@ "p-lazy": "^3.1.0", "p-queue": "^6.6.2", "threadedclass": "^1.2.1", - "tslib": "^2.5.0", - "wavefile": "^8.4.4" + "tslib": "^2.6.2", + "wavefile": "^8.4.6" } }, "available-typed-arrays": { @@ -8628,9 +8628,9 @@ } }, "tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "twos-complement-buffer": { "version": "0.0.1", diff --git a/package.json b/package.json index 70562c9..24e6d5e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@jwetzell/posistagenet": "^0.4.6", - "atem-connection": "^3.3.0", + "atem-connection": "^3.3.2", "bonjour": "^3.5.0", "electron-updater": "^6.1.4", "lodash": "^4.17.21",