From a35e7013b24f93c368af78fee917f888e49e7e06 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Mon, 8 May 2023 13:08:06 -0400 Subject: [PATCH] update deps --- 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 ed2e80d..dd4a753 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.3.48", "license": "MIT", "dependencies": { - "@jambonz/verb-specifications": "^0.0.17", + "@jambonz/verb-specifications": "^0.0.21", "bent": "^7.3.12", "debug": "^4.3.4", "parseurl": "^1.3.3" @@ -596,9 +596,9 @@ } }, "node_modules/@jambonz/verb-specifications": { - "version": "0.0.17", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.17.tgz", - "integrity": "sha512-tYi6rKShNhU/pXc/ZaEeTYfdv5LXmRaGWfdcN499IiGqMnAFZ/0p0HYgOoSsupn90hlquFsy4eyg+41hxherTw==", + "version": "0.0.21", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.21.tgz", + "integrity": "sha512-NQTQLI0k7nFmjqiKIbPaux2+ES2etFh/hnMNzPbszXS313mAnMZtv7y+EWrbniXeiXMCwHbkavm1H/N8+Lv5Qg==", "dependencies": { "debug": "^4.3.4", "pino": "^8.8.0" @@ -4470,9 +4470,9 @@ "dev": true }, "@jambonz/verb-specifications": { - "version": "0.0.17", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.17.tgz", - "integrity": "sha512-tYi6rKShNhU/pXc/ZaEeTYfdv5LXmRaGWfdcN499IiGqMnAFZ/0p0HYgOoSsupn90hlquFsy4eyg+41hxherTw==", + "version": "0.0.21", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.21.tgz", + "integrity": "sha512-NQTQLI0k7nFmjqiKIbPaux2+ES2etFh/hnMNzPbszXS313mAnMZtv7y+EWrbniXeiXMCwHbkavm1H/N8+Lv5Qg==", "requires": { "debug": "^4.3.4", "pino": "^8.8.0" diff --git a/package.json b/package.json index 2161ad8..ca1c855 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "MIT", "dependencies": { - "@jambonz/verb-specifications": "^0.0.17", + "@jambonz/verb-specifications": "^0.0.21", "bent": "^7.3.12", "debug": "^4.3.4", "parseurl": "^1.3.3"