update time-series

This commit is contained in:
Dave Horton
2022-08-19 09:59:08 +02:00
parent 58e80afc92
commit f39df615f2
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"@jambonz/rtpengine-utils": "^0.3.1",
"@jambonz/siprec-client-utils": "^0.1.4",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.1.9",
"@jambonz/time-series": "^0.1.11",
"aws-sdk": "^2.1152.0",
"bent": "^7.3.12",
"cidr-matcher": "^2.1.1",
@@ -710,12 +710,12 @@
}
},
"node_modules/@jambonz/time-series": {
"version": "0.1.9",
"resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.1.9.tgz",
"integrity": "sha512-FLD7mLGEMToG7s6LGWr/GtNp61753RBxyYuKSxCVI6G14bm6ydgcBdG85h8EGTVQlIp9dnwbn5ebSVsGb8a46w==",
"version": "0.1.11",
"resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.1.11.tgz",
"integrity": "sha512-mud0gW4jQH7ef0FIjWJgnlsRqbpxVhDtmZkTRb6Kq/tJo34sMh+0UkgsKfWcnQZYASgZwAVyjSITDaLddNs2xg==",
"dependencies": {
"debug": "^4.3.1",
"influx": "^5.8.0"
"influx": "^5.9.3"
}
},
"node_modules/@protobufjs/aspromise": {
@@ -2809,9 +2809,9 @@
}
},
"node_modules/influx": {
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/influx/-/influx-5.9.0.tgz",
"integrity": "sha512-oAG5tpxzWep7cA+1ybEK0HIptuBGK+DwObeSmsIRr9VXBf4ggN/vqSUqlvgQpjEoeUNr2tphHZJWc9n33sle9A=="
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/influx/-/influx-5.9.3.tgz",
"integrity": "sha512-QQU9CgwnaEV6zMrK8+vhVItsdoKFqDioXJrjJhRQaff9utvT3N0jcrQJT9qnxFLktqgJ5ngbDY68Zh4eo4uD/w=="
},
"node_modules/inherits": {
"version": "2.0.4",
@@ -5881,12 +5881,12 @@
}
},
"@jambonz/time-series": {
"version": "0.1.9",
"resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.1.9.tgz",
"integrity": "sha512-FLD7mLGEMToG7s6LGWr/GtNp61753RBxyYuKSxCVI6G14bm6ydgcBdG85h8EGTVQlIp9dnwbn5ebSVsGb8a46w==",
"version": "0.1.11",
"resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.1.11.tgz",
"integrity": "sha512-mud0gW4jQH7ef0FIjWJgnlsRqbpxVhDtmZkTRb6Kq/tJo34sMh+0UkgsKfWcnQZYASgZwAVyjSITDaLddNs2xg==",
"requires": {
"debug": "^4.3.1",
"influx": "^5.8.0"
"influx": "^5.9.3"
}
},
"@protobufjs/aspromise": {
@@ -7509,9 +7509,9 @@
}
},
"influx": {
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/influx/-/influx-5.9.0.tgz",
"integrity": "sha512-oAG5tpxzWep7cA+1ybEK0HIptuBGK+DwObeSmsIRr9VXBf4ggN/vqSUqlvgQpjEoeUNr2tphHZJWc9n33sle9A=="
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/influx/-/influx-5.9.3.tgz",
"integrity": "sha512-QQU9CgwnaEV6zMrK8+vhVItsdoKFqDioXJrjJhRQaff9utvT3N0jcrQJT9qnxFLktqgJ5ngbDY68Zh4eo4uD/w=="
},
"inherits": {
"version": "2.0.4",

View File

@@ -32,7 +32,7 @@
"@jambonz/rtpengine-utils": "^0.3.1",
"@jambonz/siprec-client-utils": "^0.1.4",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.1.9",
"@jambonz/time-series": "^0.1.11",
"aws-sdk": "^2.1152.0",
"bent": "^7.3.12",
"cidr-matcher": "^2.1.1",