0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update debug to version 2.6.3 🚀 (#8151)

* chore(package): update debug to version 2.6.3

https://greenkeeper.io/

* chore: yarn.lock
This commit is contained in:
Greenkeeper 2017-04-04 10:28:37 +02:00 committed by Katharina Irrgang
parent 68efdfa4e7
commit f0abb25611
2 changed files with 7 additions and 1 deletions

View file

@ -41,7 +41,7 @@
"cookie-session": "1.2.0",
"cors": "2.8.3",
"csv-parser": "1.11.0",
"debug": "2.6.1",
"debug": "2.6.3",
"downsize": "0.0.8",
"express": "4.15.0",
"express-brute": "1.0.1",

View file

@ -829,6 +829,12 @@ debug@2.6.1, debug@2.x.x, debug@^2.1.3, debug@^2.2.0:
dependencies:
ms "0.7.2"
debug@2.6.3:
version "2.6.3"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.3.tgz#0f7eb8c30965ec08c72accfa0130c8b79984141d"
dependencies:
ms "0.7.2"
decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
version "1.2.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"