Update Sound Detection library dependencies
parent
7610f9a4c6
commit
3d857e88ac
|
@ -44,7 +44,7 @@
|
||||||
"pushover-notifications": "^1.2.2",
|
"pushover-notifications": "^1.2.2",
|
||||||
"sat": "^0.7.1",
|
"sat": "^0.7.1",
|
||||||
"shinobi-onvif": "0.1.9",
|
"shinobi-onvif": "0.1.9",
|
||||||
"shinobi-sound-detection": "^0.1.8",
|
"shinobi-sound-detection": "^0.1.13",
|
||||||
"shinobi-zwave": "^1.0.11",
|
"shinobi-zwave": "^1.0.11",
|
||||||
"smtp-server": "^3.5.0",
|
"smtp-server": "^3.5.0",
|
||||||
"socket.io": "^4.4.1",
|
"socket.io": "^4.4.1",
|
||||||
|
@ -5041,9 +5041,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/shinobi-sound-detection": {
|
"node_modules/shinobi-sound-detection": {
|
||||||
"version": "0.1.12",
|
"version": "0.1.13",
|
||||||
"resolved": "https://registry.npmjs.org/shinobi-sound-detection/-/shinobi-sound-detection-0.1.12.tgz",
|
"resolved": "https://registry.npmjs.org/shinobi-sound-detection/-/shinobi-sound-detection-0.1.13.tgz",
|
||||||
"integrity": "sha512-HbHqHfJJmut4UWRlw+G1f+LIItycyLNdPW5oUd7g8mej+2PiSh0vUvt1ja/cryV0Hj+El9eZZp4xh9V/lFnA9A==",
|
"integrity": "sha512-QWGzkGENV5y+3Bc7DTAAggXaTWVr7UT+yRX65uKjtDEE9aqU5sW9sck0k/D74PaRS+p/vBaCYMCbyJH+q21FZA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "3.2.0",
|
"async": "3.2.0",
|
||||||
"chai": "4.3.4",
|
"chai": "4.3.4",
|
||||||
|
@ -10337,9 +10337,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"shinobi-sound-detection": {
|
"shinobi-sound-detection": {
|
||||||
"version": "0.1.12",
|
"version": "0.1.13",
|
||||||
"resolved": "https://registry.npmjs.org/shinobi-sound-detection/-/shinobi-sound-detection-0.1.12.tgz",
|
"resolved": "https://registry.npmjs.org/shinobi-sound-detection/-/shinobi-sound-detection-0.1.13.tgz",
|
||||||
"integrity": "sha512-HbHqHfJJmut4UWRlw+G1f+LIItycyLNdPW5oUd7g8mej+2PiSh0vUvt1ja/cryV0Hj+El9eZZp4xh9V/lFnA9A==",
|
"integrity": "sha512-QWGzkGENV5y+3Bc7DTAAggXaTWVr7UT+yRX65uKjtDEE9aqU5sW9sck0k/D74PaRS+p/vBaCYMCbyJH+q21FZA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"async": "3.2.0",
|
"async": "3.2.0",
|
||||||
"chai": "4.3.4",
|
"chai": "4.3.4",
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"pushover-notifications": "^1.2.2",
|
"pushover-notifications": "^1.2.2",
|
||||||
"sat": "^0.7.1",
|
"sat": "^0.7.1",
|
||||||
"shinobi-onvif": "0.1.9",
|
"shinobi-onvif": "0.1.9",
|
||||||
"shinobi-sound-detection": "^0.1.8",
|
"shinobi-sound-detection": "^0.1.13",
|
||||||
"shinobi-zwave": "^1.0.11",
|
"shinobi-zwave": "^1.0.11",
|
||||||
"smtp-server": "^3.5.0",
|
"smtp-server": "^3.5.0",
|
||||||
"socket.io": "^4.4.1",
|
"socket.io": "^4.4.1",
|
||||||
|
|
Loading…
Reference in New Issue