fix: upgrade @jambonz/realtimedb-helpers from 0.8.8 to 0.8.9

Snyk has created this PR to upgrade @jambonz/realtimedb-helpers from 0.8.8 to 0.8.9.

See this package in npm:
@jambonz/realtimedb-helpers

See this project in Snyk:
https://app.snyk.io/org/davehorton/project/80028fd4-b1f0-46e0-a7f3-705e8b12ef4b?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2024-06-06 17:46:57 +00:00
parent 49e1ae2843
commit 70602969b6
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -12,7 +12,7 @@
"@jambonz/db-helpers": "^0.9.3",
"@jambonz/digest-utils": "^0.0.5",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.8",
"@jambonz/realtimedb-helpers": "^0.8.9",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.8",
"debug": "^4.3.4",
@@ -794,9 +794,10 @@
}
},
"node_modules/@jambonz/realtimedb-helpers": {
"version": "0.8.8",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.8.8.tgz",
"integrity": "sha512-bzVz2EqJ7Gma5ysOh8J8Z1amw7szCBS1RSCLWEhtwPgYt6yWRdjgXbH7wHJ1qbZYYEfetfn7jeEaee8BYnoQlg==",
"version": "0.8.9",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.8.9.tgz",
"integrity": "sha512-+kVH+dgL6ZIaPDxZM9pwHGGZSYRrAZPvIMqNYd4dLrpduKxpYmdEG3ShfmFgXBZOQJq/Ysz5a75vrYCjtyBkyQ==",
"license": "MIT",
"dependencies": {
"debug": "^4.3.4",
"ioredis": "^5.3.2"
+1 -1
View File
@@ -29,7 +29,7 @@
"dependencies": {
"@jambonz/db-helpers": "^0.9.3",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.8",
"@jambonz/realtimedb-helpers": "^0.8.9",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.8",
"@jambonz/digest-utils": "^0.0.5",