fix broken uuid module for shinobi-node-moving-tracker
parent
0af9b6c685
commit
bcbf5b783b
|
@ -46,7 +46,7 @@
|
|||
"pushover-notifications": "^1.2.2",
|
||||
"sat": "^0.7.1",
|
||||
"shinobi-backblaze-b2": "^1.7.1",
|
||||
"shinobi-node-moving-things-tracker": "^0.9.3",
|
||||
"shinobi-node-moving-things-tracker": "^0.9.5",
|
||||
"shinobi-onvif": "0.2.2",
|
||||
"shinobi-sound-detection": "^0.1.13",
|
||||
"shinobi-zwave": "^1.0.11",
|
||||
|
@ -3194,6 +3194,14 @@
|
|||
"node": ">=10.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/googleapis-common/node_modules/uuid": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
||||
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
},
|
||||
"node_modules/gopd": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
|
||||
|
@ -4706,13 +4714,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/shinobi-node-moving-things-tracker": {
|
||||
"version": "0.9.3",
|
||||
"resolved": "https://registry.npmjs.org/shinobi-node-moving-things-tracker/-/shinobi-node-moving-things-tracker-0.9.3.tgz",
|
||||
"integrity": "sha512-SdOOu8vww6zulWL1R3Fx6kXkAbY0YEsRtJ/XrvioIKFykA1OV88/kzjJ4qmUM/d29DqurauqBH+18UtPe98ZVg==",
|
||||
"version": "0.9.5",
|
||||
"resolved": "https://registry.npmjs.org/shinobi-node-moving-things-tracker/-/shinobi-node-moving-things-tracker-0.9.5.tgz",
|
||||
"integrity": "sha512-7iPclnbFNfEYK+Ntsx4eT4C1SplkV2m+y74ozgfpylieAPJwVhsdQKwhKR7LxqiHhkBM1RzbLBvcYqp9uyLOvQ==",
|
||||
"dependencies": {
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"minimist": "^1.2.0",
|
||||
"munkres-js": "^1.2.2"
|
||||
"munkres-js": "^1.2.2",
|
||||
"uuid": "^10.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"shinobi-node-moving-things-tracker": "main.js"
|
||||
|
@ -5260,9 +5269,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/uuid": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
||||
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
||||
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/broofa",
|
||||
"https://github.com/sponsors/ctavan"
|
||||
],
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
|
@ -7960,6 +7973,13 @@
|
|||
"qs": "^6.7.0",
|
||||
"url-template": "^2.0.8",
|
||||
"uuid": "^8.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"uuid": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
||||
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"gopd": {
|
||||
|
@ -9094,13 +9114,14 @@
|
|||
}
|
||||
},
|
||||
"shinobi-node-moving-things-tracker": {
|
||||
"version": "0.9.3",
|
||||
"resolved": "https://registry.npmjs.org/shinobi-node-moving-things-tracker/-/shinobi-node-moving-things-tracker-0.9.3.tgz",
|
||||
"integrity": "sha512-SdOOu8vww6zulWL1R3Fx6kXkAbY0YEsRtJ/XrvioIKFykA1OV88/kzjJ4qmUM/d29DqurauqBH+18UtPe98ZVg==",
|
||||
"version": "0.9.5",
|
||||
"resolved": "https://registry.npmjs.org/shinobi-node-moving-things-tracker/-/shinobi-node-moving-things-tracker-0.9.5.tgz",
|
||||
"integrity": "sha512-7iPclnbFNfEYK+Ntsx4eT4C1SplkV2m+y74ozgfpylieAPJwVhsdQKwhKR7LxqiHhkBM1RzbLBvcYqp9uyLOvQ==",
|
||||
"requires": {
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"minimist": "^1.2.0",
|
||||
"munkres-js": "^1.2.2"
|
||||
"munkres-js": "^1.2.2",
|
||||
"uuid": "^10.0.0"
|
||||
}
|
||||
},
|
||||
"shinobi-onvif": {
|
||||
|
@ -9528,9 +9549,9 @@
|
|||
}
|
||||
},
|
||||
"uuid": {
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
||||
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
||||
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ=="
|
||||
},
|
||||
"validate.io-array": {
|
||||
"version": "1.0.6",
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"pushover-notifications": "^1.2.2",
|
||||
"sat": "^0.7.1",
|
||||
"shinobi-backblaze-b2": "^1.7.1",
|
||||
"shinobi-node-moving-things-tracker": "^0.9.3",
|
||||
"shinobi-node-moving-things-tracker": "^0.9.5",
|
||||
"shinobi-onvif": "0.2.2",
|
||||
"shinobi-sound-detection": "^0.1.13",
|
||||
"shinobi-zwave": "^1.0.11",
|
||||
|
|
Loading…
Reference in New Issue