From ea3b5ee9a17053281b257e304a6e99ee2f8415b0 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 26 Dec 2023 12:58:12 -0500 Subject: [PATCH] update verb specs --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index aad83df..2b5bde0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.3.62", "license": "MIT", "dependencies": { - "@jambonz/verb-specifications": "^0.0.49", + "@jambonz/verb-specifications": "^0.0.50", "bent": "^7.3.12", "debug": "^4.3.4", "parseurl": "^1.3.3" @@ -690,9 +690,9 @@ } }, "node_modules/@jambonz/verb-specifications": { - "version": "0.0.49", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.49.tgz", - "integrity": "sha512-Xu4vf1uajlNSkP8dFZOVfRq2cL2ruMxkB5i8q9FISTL4NEk9Gh7cmyDtTlmwu9rIWzIoGQ/bXBVz7ya6X0AziA==", + "version": "0.0.50", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.50.tgz", + "integrity": "sha512-lJurJWbGbh8BgJEQ4mS4ViHG4d23yB0LnjnxTAB7OFsehs4gyS8L2bXHcgPckGCwc+h5HV6Aq85u01I5vJM9qA==", "dependencies": { "debug": "^4.3.4", "pino": "^8.8.0" @@ -4843,9 +4843,9 @@ "dev": true }, "@jambonz/verb-specifications": { - "version": "0.0.49", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.49.tgz", - "integrity": "sha512-Xu4vf1uajlNSkP8dFZOVfRq2cL2ruMxkB5i8q9FISTL4NEk9Gh7cmyDtTlmwu9rIWzIoGQ/bXBVz7ya6X0AziA==", + "version": "0.0.50", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.50.tgz", + "integrity": "sha512-lJurJWbGbh8BgJEQ4mS4ViHG4d23yB0LnjnxTAB7OFsehs4gyS8L2bXHcgPckGCwc+h5HV6Aq85u01I5vJM9qA==", "requires": { "debug": "^4.3.4", "pino": "^8.8.0" diff --git a/package.json b/package.json index d5c0e12..9e5ba96 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "MIT", "dependencies": { - "@jambonz/verb-specifications": "^0.0.49", + "@jambonz/verb-specifications": "^0.0.50", "bent": "^7.3.12", "debug": "^4.3.4", "parseurl": "^1.3.3"