From 36dd4ff06b090083df7a58287f877cd0d491b0fe Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 27 Feb 2024 12:58:20 -0500 Subject: [PATCH] update verb specs 0.0.55 --- 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 8793d95..3af0c1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.3.65", "license": "MIT", "dependencies": { - "@jambonz/verb-specifications": "^0.0.53", + "@jambonz/verb-specifications": "^0.0.55", "bent": "^7.3.12", "debug": "^4.3.4", "parseurl": "^1.3.3" @@ -690,9 +690,9 @@ } }, "node_modules/@jambonz/verb-specifications": { - "version": "0.0.53", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.53.tgz", - "integrity": "sha512-CXQlFuHgPcjB8UR75Zxh41aF2Q/QegBAq+zsuegmpeD5fwI6EEvydAm2aSDICNhtp7iN13KzQ6wlh5u9TQnR0Q==", + "version": "0.0.55", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.55.tgz", + "integrity": "sha512-82mVeaZ/cOjVxNRULatdCwCNYvRA5jPAarCuz/roOJF78x+I1nbuk9++y5KfCdyllJb+lUXPFIUo4+KvpeXKmw==", "dependencies": { "debug": "^4.3.4", "pino": "^8.8.0" @@ -4843,9 +4843,9 @@ "dev": true }, "@jambonz/verb-specifications": { - "version": "0.0.53", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.53.tgz", - "integrity": "sha512-CXQlFuHgPcjB8UR75Zxh41aF2Q/QegBAq+zsuegmpeD5fwI6EEvydAm2aSDICNhtp7iN13KzQ6wlh5u9TQnR0Q==", + "version": "0.0.55", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.55.tgz", + "integrity": "sha512-82mVeaZ/cOjVxNRULatdCwCNYvRA5jPAarCuz/roOJF78x+I1nbuk9++y5KfCdyllJb+lUXPFIUo4+KvpeXKmw==", "requires": { "debug": "^4.3.4", "pino": "^8.8.0" diff --git a/package.json b/package.json index df8660a..e2d8327 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "MIT", "dependencies": { - "@jambonz/verb-specifications": "^0.0.53", + "@jambonz/verb-specifications": "^0.0.55", "bent": "^7.3.12", "debug": "^4.3.4", "parseurl": "^1.3.3"