plugins-allow-selecting-specific-detector
Moe 2024-05-25 13:39:03 -07:00
commit c3e34abb7b
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -40,7 +40,7 @@
"node-ssh": "^12.0.4",
"node-telegram-bot-api": "^0.65.1",
"nodemailer": "^6.7.1",
"onvif": "^0.7.0",
"onvif": "^0.7.1",
"pam-diff": "^1.1.0",
"path": "^0.12.7",
"pipe2pam": "^0.6.2",
@ -5028,15 +5028,15 @@
}
},
"node_modules/onvif": {
"version": "0.7.0",
"resolved": "git+ssh://git@github.com/agsh/onvif.git#8d7aefc8f73c24f5409ae678f18a2f68c6436e84",
"license": "MIT",
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/onvif/-/onvif-0.7.1.tgz",
"integrity": "sha512-KmgtdrjLzQQvphUwlTce+0wnNu7aq2mdHsWWUnKB1repFg3fttMf6d5qX9kBJZuWjk2wJ9hy4biyn+kYquAYkQ==",
"dependencies": {
"lodash.get": "^4.4.2",
"xml2js": "^0.6.2"
},
"engines": {
"node": ">=6.0"
"node": ">=8.0"
}
},
"node_modules/p-limit": {
@ -10525,8 +10525,9 @@
}
},
"onvif": {
"version": "git+ssh://git@github.com/agsh/onvif.git#8d7aefc8f73c24f5409ae678f18a2f68c6436e84",
"from": "onvif@^0.7.0",
"version": "0.7.1",
"resolved": "https://registry.npmjs.org/onvif/-/onvif-0.7.1.tgz",
"integrity": "sha512-KmgtdrjLzQQvphUwlTce+0wnNu7aq2mdHsWWUnKB1repFg3fttMf6d5qX9kBJZuWjk2wJ9hy4biyn+kYquAYkQ==",
"requires": {
"lodash.get": "^4.4.2",
"xml2js": "^0.6.2"

View File

@ -46,7 +46,7 @@
"node-ssh": "^12.0.4",
"node-telegram-bot-api": "^0.65.1",
"nodemailer": "^6.7.1",
"onvif": "^0.7.0",
"onvif": "^0.7.1",
"pam-diff": "^1.1.0",
"path": "^0.12.7",
"pipe2pam": "^0.6.2",