This commit is contained in:
Dave Horton
2020-10-26 12:02:28 -04:00
parent 1f32170788
commit 5f908492d7
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@@ -376,12 +376,12 @@
} }
}, },
"@jambonz/realtimedb-helpers": { "@jambonz/realtimedb-helpers": {
"version": "0.2.18", "version": "0.2.19",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.2.18.tgz", "resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.2.19.tgz",
"integrity": "sha512-OihQ6/mx8yXv8D8pVOnGWAe4VNiS7Iu7UGmFA6X/iVefs4DZAnlGsGcNpY6lxTqrPgirPF3tFQWY+4gQmhzKqg==", "integrity": "sha512-70UrEKCiKLuCFRBmeeao04CFqZOOWGlzDv4H3nwkja9u2CxSTUkbR7gfr1RGDLRudSRlYqfUwvOBYe0SK0+0VA==",
"requires": { "requires": {
"@google-cloud/text-to-speech": "^3.1.1", "@google-cloud/text-to-speech": "^3.1.1",
"@jambonz/stats-collector": "0.1.0", "@jambonz/stats-collector": "0.1.1",
"aws-sdk": "^2.631.0", "aws-sdk": "^2.631.0",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"debug": "^4.1.1", "debug": "^4.1.1",
@@ -390,9 +390,9 @@
} }
}, },
"@jambonz/stats-collector": { "@jambonz/stats-collector": {
"version": "0.1.0", "version": "0.1.1",
"resolved": "https://registry.npmjs.org/@jambonz/stats-collector/-/stats-collector-0.1.0.tgz", "resolved": "https://registry.npmjs.org/@jambonz/stats-collector/-/stats-collector-0.1.1.tgz",
"integrity": "sha512-5ChS8x4ACAxXv0dNphV27bR3LKJk5wrkljpNW7xUWPmY4UpdGC5GhTlqlxumMYwBOy1N1nw3P50unQNTppm5Vw==", "integrity": "sha512-X52+4LWnI6DXiwInOyblEf+wfVFREkk/0hlJnJFIUuUScyTvbIB55pu3awQd63xN5deyWpQMOna0HXDxrTWSDQ==",
"requires": { "requires": {
"debug": "^4.2.0", "debug": "^4.2.0",
"hot-shots": "^8.2.0" "hot-shots": "^8.2.0"

View File

@@ -27,8 +27,8 @@
}, },
"dependencies": { "dependencies": {
"@jambonz/db-helpers": "^0.5.1", "@jambonz/db-helpers": "^0.5.1",
"@jambonz/realtimedb-helpers": "^0.2.18", "@jambonz/realtimedb-helpers": "^0.2.19",
"@jambonz/stats-collector": "^0.1.0", "@jambonz/stats-collector": "^0.1.1 ",
"bent": "^7.3.12", "bent": "^7.3.12",
"cidr-matcher": "^2.1.1", "cidr-matcher": "^2.1.1",
"debug": "^4.2.0", "debug": "^4.2.0",