mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Update knex-migrator to version 2.0.12 🚀 (#8118)
* chore(package): update knex-migrator to version 2.0.12 https://greenkeeper.io/ * chore: yarn.lock
This commit is contained in:
parent
29511bf61a
commit
feaa25dad2
2 changed files with 6 additions and 6 deletions
|
@ -59,7 +59,7 @@
|
|||
"intl-messageformat": "1.3.0",
|
||||
"jsonpath": "0.2.11",
|
||||
"knex": "0.12.7",
|
||||
"knex-migrator": "2.0.9",
|
||||
"knex-migrator": "2.0.12",
|
||||
"lodash": "4.17.4",
|
||||
"mobiledoc-html-renderer": "0.3.1",
|
||||
"moment": "2.17.1",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -3394,9 +3394,9 @@ klaw@^1.0.0:
|
|||
optionalDependencies:
|
||||
graceful-fs "^4.1.9"
|
||||
|
||||
knex-migrator@2.0.9:
|
||||
version "2.0.9"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.0.9.tgz#737750592f3e182e02346ba8008d0a54624a07be"
|
||||
knex-migrator@2.0.12:
|
||||
version "2.0.12"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.0.12.tgz#23b8463cd4cd87cb0dfcde151511a11ee20ba660"
|
||||
dependencies:
|
||||
bluebird "3.4.6"
|
||||
commander "2.9.0"
|
||||
|
@ -3732,11 +3732,11 @@ lodash@4.16.3:
|
|||
version "4.16.3"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.3.tgz#0ba761439529127c7a38c439114ca153efa999a2"
|
||||
|
||||
lodash@4.16.4, lodash@~4.16.4:
|
||||
lodash@4.16.4:
|
||||
version "4.16.4"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.4.tgz#01ce306b9bad1319f2a5528674f88297aeb70127"
|
||||
|
||||
lodash@4.16.6:
|
||||
lodash@4.16.6, lodash@~4.16.4:
|
||||
version "4.16.6"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.6.tgz#d22c9ac660288f3843e16ba7d2b5d06cca27d777"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue