mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Upgrading knex-migrator to 2.1.7 (#9154)
This commit is contained in:
parent
fde780b7e7
commit
7262c9e465
2 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@
|
|||
"intl-messageformat": "1.3.0",
|
||||
"jsonpath": "0.2.12",
|
||||
"knex": "0.12.9",
|
||||
"knex-migrator": "2.1.6",
|
||||
"knex-migrator": "2.1.7",
|
||||
"lodash": "4.17.4",
|
||||
"markdown-it": "8.4.0",
|
||||
"markdown-it-footnote": "3.0.1",
|
||||
|
|
|
@ -2916,9 +2916,9 @@ klaw@^1.0.0:
|
|||
optionalDependencies:
|
||||
graceful-fs "^4.1.9"
|
||||
|
||||
knex-migrator@2.1.6:
|
||||
version "2.1.6"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.1.6.tgz#942f029535e6e178a5642bd4527262fb046f82fb"
|
||||
knex-migrator@2.1.7:
|
||||
version "2.1.7"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.1.7.tgz#ccbca05b6a1deca5a5750786c479f206b1c1b1ee"
|
||||
dependencies:
|
||||
bluebird "^3.4.6"
|
||||
commander "2.9.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue