fix: upgrade @jambonz/realtimedb-helpers from 0.4.9 to 0.4.10

Snyk has created this PR to upgrade @jambonz/realtimedb-helpers from 0.4.9 to 0.4.10.

See this package in npm:
https://www.npmjs.com/package/@jambonz/realtimedb-helpers

See this project in Snyk:
https://app.snyk.io/org/davehorton/project/282b1881-3e13-4fad-85bd-3b1c662c2134?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2021-12-20 22:52:50 +00:00
parent 97131be582
commit 21a043cd3a
2 changed files with 11 additions and 8 deletions

17
package-lock.json generated
View File

@@ -1,16 +1,17 @@
{
"name": "sbc-outbound",
"version": "v0.6.7-rc8",
"version": "v0.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "v0.6.7-rc8",
"name": "sbc-outbound",
"version": "v0.7.0",
"license": "MIT",
"dependencies": {
"@jambonz/db-helpers": "^0.6.14",
"@jambonz/mw-registrar": "0.2.1",
"@jambonz/realtimedb-helpers": "^0.4.9",
"@jambonz/realtimedb-helpers": "^0.4.10",
"@jambonz/rtpengine-utils": "^0.1.21",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.1.6",
@@ -568,8 +569,9 @@
}
},
"node_modules/@jambonz/realtimedb-helpers": {
"version": "0.4.9",
"integrity": "sha512-hkxOSwD3LNzCGgiQNaHfwwzBnD07fxPSm81Lx8TY6Klc6dyi3RcnBXjdyEobblhJkwEwyb4qbPKKqev9CaS/3A==",
"version": "0.4.10",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.10.tgz",
"integrity": "sha512-9dv0VRnVBmxV6ulzTnypBaZ7x/OpCQRQTloTNrCHxrTzMI9avGHx80S9299/gQUnqnoT0kTigV0JoCLuF3mN4A==",
"dependencies": {
"@google-cloud/text-to-speech": "^3.1.3",
"@jambonz/promisify-redis": "0.0.6",
@@ -4687,8 +4689,9 @@
}
},
"@jambonz/realtimedb-helpers": {
"version": "0.4.9",
"integrity": "sha512-hkxOSwD3LNzCGgiQNaHfwwzBnD07fxPSm81Lx8TY6Klc6dyi3RcnBXjdyEobblhJkwEwyb4qbPKKqev9CaS/3A==",
"version": "0.4.10",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.4.10.tgz",
"integrity": "sha512-9dv0VRnVBmxV6ulzTnypBaZ7x/OpCQRQTloTNrCHxrTzMI9avGHx80S9299/gQUnqnoT0kTigV0JoCLuF3mN4A==",
"requires": {
"@google-cloud/text-to-speech": "^3.1.3",
"@jambonz/promisify-redis": "0.0.6",

View File

@@ -29,7 +29,7 @@
"dependencies": {
"@jambonz/db-helpers": "^0.6.14",
"@jambonz/mw-registrar": "0.2.1",
"@jambonz/realtimedb-helpers": "^0.4.9",
"@jambonz/realtimedb-helpers": "^0.4.10",
"@jambonz/rtpengine-utils": "^0.1.21",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.1.6",