diff --git a/package-lock.json b/package-lock.json index fd4787f7..234d59ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@jambonz/speech-utils": "^0.1.13", "@jambonz/stats-collector": "^0.1.10", "@jambonz/time-series": "^0.2.9", - "@jambonz/verb-specifications": "^0.0.75", + "@jambonz/verb-specifications": "^0.0.76", "@opentelemetry/api": "^1.8.0", "@opentelemetry/exporter-jaeger": "^1.23.0", "@opentelemetry/exporter-trace-otlp-http": "^0.50.0", @@ -1575,10 +1575,9 @@ } }, "node_modules/@jambonz/verb-specifications": { - "version": "0.0.75", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.75.tgz", - "integrity": "sha512-THM4mzhyEDfOqfE6cI4Z4aKCR9TURXUaO5gtVBfeup6p7mab+foxHoDDLZxPLhbPqYMTSI0yYzdW+wNqtE6O1Q==", - "license": "MIT", + "version": "0.0.76", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.76.tgz", + "integrity": "sha512-7s61qAsG07xLLaEAHW236rSYzEoh9Qg0aRWHPbTfxCsuTKDNeq+5EwGAShDU5R5ZpjgweZJLhArQm8Ym+4xJ2A==", "dependencies": { "debug": "^4.3.4", "pino": "^8.8.0" @@ -10540,9 +10539,9 @@ } }, "@jambonz/verb-specifications": { - "version": "0.0.75", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.75.tgz", - "integrity": "sha512-THM4mzhyEDfOqfE6cI4Z4aKCR9TURXUaO5gtVBfeup6p7mab+foxHoDDLZxPLhbPqYMTSI0yYzdW+wNqtE6O1Q==", + "version": "0.0.76", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.76.tgz", + "integrity": "sha512-7s61qAsG07xLLaEAHW236rSYzEoh9Qg0aRWHPbTfxCsuTKDNeq+5EwGAShDU5R5ZpjgweZJLhArQm8Ym+4xJ2A==", "requires": { "debug": "^4.3.4", "pino": "^8.8.0" diff --git a/package.json b/package.json index be6b9338..00c137b1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@jambonz/speech-utils": "^0.1.13", "@jambonz/stats-collector": "^0.1.10", "@jambonz/time-series": "^0.2.9", - "@jambonz/verb-specifications": "^0.0.75", + "@jambonz/verb-specifications": "^0.0.76", "@opentelemetry/api": "^1.8.0", "@opentelemetry/exporter-jaeger": "^1.23.0", "@opentelemetry/exporter-trace-otlp-http": "^0.50.0",