update verb specs

This commit is contained in:
Dave Horton
2024-02-29 19:52:51 -05:00
parent 943bb70c72
commit abc0e172ce
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.3.66",
"license": "MIT",
"dependencies": {
"@jambonz/verb-specifications": "^0.0.55",
"@jambonz/verb-specifications": "^0.0.56",
"bent": "^7.3.12",
"debug": "^4.3.4",
"parseurl": "^1.3.3"
@@ -690,9 +690,9 @@
}
},
"node_modules/@jambonz/verb-specifications": {
"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==",
"version": "0.0.56",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.56.tgz",
"integrity": "sha512-EIiA3PsUvrQMEvWQBZBMQrK8SKbKhOSYN8upkM9sFUdrxALVOhW0dUWZEYh2FfqovMCiaCkhGKY7LPda5mPjYQ==",
"dependencies": {
"debug": "^4.3.4",
"pino": "^8.8.0"
@@ -4843,9 +4843,9 @@
"dev": true
},
"@jambonz/verb-specifications": {
"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==",
"version": "0.0.56",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.56.tgz",
"integrity": "sha512-EIiA3PsUvrQMEvWQBZBMQrK8SKbKhOSYN8upkM9sFUdrxALVOhW0dUWZEYh2FfqovMCiaCkhGKY7LPda5mPjYQ==",
"requires": {
"debug": "^4.3.4",
"pino": "^8.8.0"

View File

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