Merge pull request #151 from stagehacks/dependabot/npm_and_yarn/atem-connection-3.3.2

Bump atem-connection from 3.3.0 to 3.3.2
This commit is contained in:
2023-10-16 08:30:46 -05:00
committed by GitHub
2 changed files with 19 additions and 19 deletions
+18 -18
View File
@@ -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",
@@ -5853,9 +5853,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",
@@ -5865,8 +5865,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": {
@@ -8632,9 +8632,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",
+1 -1
View File
@@ -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",