update verb specs

This commit is contained in:
Dave Horton
2023-10-27 10:25:33 -04:00
parent 1e49f8069a
commit 26414ca273
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.3.57",
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.39",
"@jambonz/verb-specifications": "^0.0.40",
"bent": "^7.3.12",
"debug": "^4.3.4",
"parseurl": "^1.3.3"
@@ -690,9 +690,9 @@
}
},
"node_modules/@jambonz/verb-specifications": {
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.39.tgz",
"integrity": "sha512-rNjfUc/LtIqgny0GTmBYlT+ZIl0L4mMrUUgxsjdb9LG4iBFDwY9KJz654Y17LDlbGKkV9yBh0Dz2+lv/n6Chxw==",
"version": "0.0.40",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.40.tgz",
"integrity": "sha512-DBq2aFdg94eLIFZs029e6h0R6Io8gcQPrILNbUeL6GcdDfPI9NKk+p4EyBmmqjY9MXOvfRU/TFncbMrk2RNvUw==",
"dependencies": {
"debug": "^4.3.4",
"pino": "^8.8.0"
@@ -4843,9 +4843,9 @@
"dev": true
},
"@jambonz/verb-specifications": {
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.39.tgz",
"integrity": "sha512-rNjfUc/LtIqgny0GTmBYlT+ZIl0L4mMrUUgxsjdb9LG4iBFDwY9KJz654Y17LDlbGKkV9yBh0Dz2+lv/n6Chxw==",
"version": "0.0.40",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.40.tgz",
"integrity": "sha512-DBq2aFdg94eLIFZs029e6h0R6Io8gcQPrILNbUeL6GcdDfPI9NKk+p4EyBmmqjY9MXOvfRU/TFncbMrk2RNvUw==",
"requires": {
"debug": "^4.3.4",
"pino": "^8.8.0"

View File

@@ -15,7 +15,7 @@
},
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.39",
"@jambonz/verb-specifications": "^0.0.40",
"bent": "^7.3.12",
"debug": "^4.3.4",
"parseurl": "^1.3.3"