diff --git a/package-lock.json b/package-lock.json index 8a4d075..6dfa5a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@jambonz/realtimedb-helpers": "^0.8.6", "@jambonz/speech-utils": "^0.0.15", "@jambonz/time-series": "^0.2.8", - "@jambonz/verb-specifications": "^0.0.24", + "@jambonz/verb-specifications": "^0.0.25", "@soniox/soniox-node": "^1.1.1", "argon2": "^0.30.3", "bent": "^7.3.12", @@ -2322,9 +2322,9 @@ } }, "node_modules/@jambonz/verb-specifications": { - "version": "0.0.24", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.24.tgz", - "integrity": "sha512-Bm8NKaCa2Xor82I1c873BtBaXbtFHXS3rPrnSM1+cYQqz5eXkl4QE4qDKqv2z9ihYYuuTZzTwwp8jQSXJGIb0g==", + "version": "0.0.25", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.25.tgz", + "integrity": "sha512-Dq8bS9hNCWGm7CbSaAwMv3YzG6PI1tk3lOj0bFIF74FiLq/cIHtm4KsUwUMQPgJhED8Lbi0v3q63L98737ndbg==", "dependencies": { "debug": "^4.3.4", "pino": "^8.8.0" @@ -11355,9 +11355,9 @@ } }, "@jambonz/verb-specifications": { - "version": "0.0.24", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.24.tgz", - "integrity": "sha512-Bm8NKaCa2Xor82I1c873BtBaXbtFHXS3rPrnSM1+cYQqz5eXkl4QE4qDKqv2z9ihYYuuTZzTwwp8jQSXJGIb0g==", + "version": "0.0.25", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.25.tgz", + "integrity": "sha512-Dq8bS9hNCWGm7CbSaAwMv3YzG6PI1tk3lOj0bFIF74FiLq/cIHtm4KsUwUMQPgJhED8Lbi0v3q63L98737ndbg==", "requires": { "debug": "^4.3.4", "pino": "^8.8.0" diff --git a/package.json b/package.json index 2209845..5e9916d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@jambonz/realtimedb-helpers": "^0.8.6", "@jambonz/speech-utils": "^0.0.15", "@jambonz/time-series": "^0.2.8", - "@jambonz/verb-specifications": "^0.0.24", + "@jambonz/verb-specifications": "^0.0.25", "@jambonz/lamejs": "^1.2.2", "@soniox/soniox-node": "^1.1.1", "argon2": "^0.30.3",