mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Update Knub to 9.4.4
This commit is contained in:
parent
2ac8984792
commit
05919d901b
2 changed files with 9 additions and 11 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -566,6 +566,11 @@
|
|||
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz",
|
||||
"integrity": "sha1-SxQVMEz1ACjqgWQ2Q72C6gWANok="
|
||||
},
|
||||
"colors": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
|
||||
"integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs="
|
||||
},
|
||||
"commander": {
|
||||
"version": "2.16.0",
|
||||
"resolved": "https://registry.npmjs.org/commander/-/commander-2.16.0.tgz",
|
||||
|
@ -2153,9 +2158,9 @@
|
|||
}
|
||||
},
|
||||
"knub": {
|
||||
"version": "9.4.3",
|
||||
"resolved": "https://registry.npmjs.org/knub/-/knub-9.4.3.tgz",
|
||||
"integrity": "sha512-VWxZ7fAzW7EjOSlM6bcueFlc8DPaa4Sq6zj9I5WZlC+YM/KjRRetNFRQeGdaH8nc+me+aiQnWwpZXQaWnmKwiQ==",
|
||||
"version": "9.4.4",
|
||||
"resolved": "https://registry.npmjs.org/knub/-/knub-9.4.4.tgz",
|
||||
"integrity": "sha512-pv4RkeE0qiFKvB0Nu9W0yBTmPKrOGbFtCAVX+EUZQV4XkAro0tXf1kVmBUPRaJ2B4OJCUdfeTxazp5XlSTpR0w==",
|
||||
"requires": {
|
||||
"escape-string-regexp": "^1.0.5",
|
||||
"js-yaml": "^3.9.1",
|
||||
|
@ -3967,13 +3972,6 @@
|
|||
"eyes": "0.1.x",
|
||||
"isstream": "0.1.x",
|
||||
"stack-trace": "0.0.x"
|
||||
},
|
||||
"dependencies": {
|
||||
"colors": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
|
||||
"integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs="
|
||||
}
|
||||
}
|
||||
},
|
||||
"wrappy": {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"dotenv": "^4.0.0",
|
||||
"eris": "^0.8.6",
|
||||
"knex": "^0.14.6",
|
||||
"knub": "^9.4.3",
|
||||
"knub": "^9.4.4",
|
||||
"mariasql": "^0.2.6",
|
||||
"moment-timezone": "^0.5.21",
|
||||
"ts-node": "^3.3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue