fix: verb specification v2

This commit is contained in:
Quan HL
2023-02-14 09:44:55 +07:00
parent c69a5b2ef9
commit 8226688564
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -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"
},

View File

@@ -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",