diff --git a/package-lock.json b/package-lock.json index 7c47503..3dc74d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@google-cloud/text-to-speech": "^3.4.0", "@jambonz/db-helpers": "^0.6.18", "@jambonz/realtimedb-helpers": "^0.4.29", - "@jambonz/time-series": "^0.2.1", + "@jambonz/time-series": "^0.2.5", "argon2-ffi": "^2.0.0", "aws-sdk": "^2.1152.0", "bent": "^7.3.12", @@ -865,9 +865,9 @@ } }, "node_modules/@jambonz/time-series": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.2.1.tgz", - "integrity": "sha512-uAoeZ3ibS7kEOGdT+vaY8BB8hOV4q38eEaF+d5OvLQaHCrPonNiwB8tWhhXDwtYdDompfqVRUy/plNA9fyS7Vw==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.2.5.tgz", + "integrity": "sha512-WrVenxY4ZgW0YYNIXdAz3ZKao8IQy612RVDAnYq7oWvHHqzgLmLrbIvTXKhycd27iYvwFAPCcUDk1EMuUoPLPA==", "dependencies": { "debug": "^4.3.1", "influx": "^5.9.3" @@ -7120,9 +7120,9 @@ } }, "@jambonz/time-series": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.2.1.tgz", - "integrity": "sha512-uAoeZ3ibS7kEOGdT+vaY8BB8hOV4q38eEaF+d5OvLQaHCrPonNiwB8tWhhXDwtYdDompfqVRUy/plNA9fyS7Vw==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@jambonz/time-series/-/time-series-0.2.5.tgz", + "integrity": "sha512-WrVenxY4ZgW0YYNIXdAz3ZKao8IQy612RVDAnYq7oWvHHqzgLmLrbIvTXKhycd27iYvwFAPCcUDk1EMuUoPLPA==", "requires": { "debug": "^4.3.1", "influx": "^5.9.3" diff --git a/package.json b/package.json index a3d9fd7..c478bbb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@google-cloud/text-to-speech": "^3.4.0", "@jambonz/db-helpers": "^0.6.18", "@jambonz/realtimedb-helpers": "^0.4.29", - "@jambonz/time-series": "^0.2.1", + "@jambonz/time-series": "^0.2.5", "argon2-ffi": "^2.0.0", "aws-sdk": "^2.1152.0", "bent": "^7.3.12",