update verb specs

This commit is contained in:
Dave Horton
2024-03-10 19:37:51 -04:00
parent 8459bcb897
commit 046d03590a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.3.70",
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.60",
"@jambonz/verb-specifications": "^0.0.61",
"bent": "^7.3.12",
"debug": "^4.3.4",
"parseurl": "^1.3.3"
@@ -690,9 +690,9 @@
}
},
"node_modules/@jambonz/verb-specifications": {
"version": "0.0.60",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.60.tgz",
"integrity": "sha512-P/L/jW1UXM89g2C1ArmQlIuGsQay9ouTZReC3i3gv/T3V2Z4ToWI/y+8E+iKzJMYijiQJHsbUffuAwRXx0oc4g==",
"version": "0.0.61",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.61.tgz",
"integrity": "sha512-qdRzkESl8R/TQrXMgsXwG2X/pmISMCnMJyY1KLn/HaXrmH45LFYHM6PjQilfRbt5Gbg7e354yZpJeKHrJEP7sw==",
"dependencies": {
"debug": "^4.3.4",
"pino": "^8.8.0"
@@ -4843,9 +4843,9 @@
"dev": true
},
"@jambonz/verb-specifications": {
"version": "0.0.60",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.60.tgz",
"integrity": "sha512-P/L/jW1UXM89g2C1ArmQlIuGsQay9ouTZReC3i3gv/T3V2Z4ToWI/y+8E+iKzJMYijiQJHsbUffuAwRXx0oc4g==",
"version": "0.0.61",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.61.tgz",
"integrity": "sha512-qdRzkESl8R/TQrXMgsXwG2X/pmISMCnMJyY1KLn/HaXrmH45LFYHM6PjQilfRbt5Gbg7e354yZpJeKHrJEP7sw==",
"requires": {
"debug": "^4.3.4",
"pino": "^8.8.0"

View File

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