Updated verb-specification

https://github.com/jambonz/jambonz-node/issues/24
This commit is contained in:
Rammohan Yadavalli
2025-02-19 17:48:24 +05:30
parent b0df9f9d4c
commit f6eb2f324a
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.3.89", "version": "0.3.89",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@jambonz/verb-specifications": "^0.0.95", "@jambonz/verb-specifications": "^0.0.97",
"bent": "^7.3.12", "bent": "^7.3.12",
"debug": "^4.3.4", "debug": "^4.3.4",
"parseurl": "^1.3.3" "parseurl": "^1.3.3"
@@ -692,9 +692,9 @@
} }
}, },
"node_modules/@jambonz/verb-specifications": { "node_modules/@jambonz/verb-specifications": {
"version": "0.0.95", "version": "0.0.97",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.95.tgz", "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.97.tgz",
"integrity": "sha512-36JB/Dc6k2KFqPzaZjREKfF+2sHYkQeJPMQkqeT61V/WHqso+MpWAKxPhBIu2B1E+6D/VS2jUrHRRmahU4nIVQ==", "integrity": "sha512-CncykmCwc8YZcDYwFDq88n6IAyoQNae3lSF2BI5etoBKMujzxOty227lq6zgeXun9UYYDy/CONk5MiLO29kcBg==",
"dependencies": { "dependencies": {
"debug": "^4.3.4", "debug": "^4.3.4",
"pino": "^8.8.0" "pino": "^8.8.0"

View File

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