mirror of
https://github.com/jambonz/jambonz-node.git
synced 2026-01-25 02:08:15 +00:00
fix: verb specification v2
This commit is contained in:
14
package-lock.json
generated
14
package-lock.json
generated
@@ -13,7 +13,7 @@
|
||||
"debug": "^4.3.1",
|
||||
"parseurl": "^1.3.3",
|
||||
"pino": "^7.8.0",
|
||||
"verb-specifications": "^0.0.1"
|
||||
"verb-specifications": "^0.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.20.0",
|
||||
@@ -3843,9 +3843,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/verb-specifications": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/verb-specifications/-/verb-specifications-0.0.1.tgz",
|
||||
"integrity": "sha512-QKU+J6goicEaaBlr0ONSunUBMySrWWf9C96ZQCRu7kmfG5R5YXjKOX748bbbFZUFHUBDliBxPrDKtA6V+sf5pw==",
|
||||
"version": "0.0.2",
|
||||
"resolved": "https://registry.npmjs.org/verb-specifications/-/verb-specifications-0.0.2.tgz",
|
||||
"integrity": "sha512-sGyUa49lG0nd+ThQrcoWxdYzPo1r2TsOxnP8tbuZeBX1RNaoA/4OqzGYMibCs8n+W+LAgXvCbcZkWBA4w3btvQ==",
|
||||
"dependencies": {
|
||||
"pino": "^8.8.0"
|
||||
}
|
||||
@@ -6923,9 +6923,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"verb-specifications": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/verb-specifications/-/verb-specifications-0.0.1.tgz",
|
||||
"integrity": "sha512-QKU+J6goicEaaBlr0ONSunUBMySrWWf9C96ZQCRu7kmfG5R5YXjKOX748bbbFZUFHUBDliBxPrDKtA6V+sf5pw==",
|
||||
"version": "0.0.2",
|
||||
"resolved": "https://registry.npmjs.org/verb-specifications/-/verb-specifications-0.0.2.tgz",
|
||||
"integrity": "sha512-sGyUa49lG0nd+ThQrcoWxdYzPo1r2TsOxnP8tbuZeBX1RNaoA/4OqzGYMibCs8n+W+LAgXvCbcZkWBA4w3btvQ==",
|
||||
"requires": {
|
||||
"pino": "^8.8.0"
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"debug": "^4.3.1",
|
||||
"parseurl": "^1.3.3",
|
||||
"pino": "^7.8.0",
|
||||
"verb-specifications": "^0.0.1"
|
||||
"verb-specifications": "^0.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.20.0",
|
||||
|
||||
Reference in New Issue
Block a user