mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Update dependency knex-migrator to v3.3.2
This commit is contained in:
parent
bfa416cbf6
commit
5bb732546f
2 changed files with 7 additions and 7 deletions
|
@ -91,7 +91,7 @@
|
|||
"jsonwebtoken": "8.5.1",
|
||||
"keypair": "1.0.1",
|
||||
"knex": "0.14.6",
|
||||
"knex-migrator": "3.2.6",
|
||||
"knex-migrator": "3.3.2",
|
||||
"lodash": "4.17.11",
|
||||
"markdown-it": "8.4.2",
|
||||
"markdown-it-footnote": "3.0.1",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -2754,7 +2754,7 @@ getpass@^0.1.1:
|
|||
dependencies:
|
||||
assert-plus "^1.0.0"
|
||||
|
||||
ghost-ignition@3.1.0, ghost-ignition@^3.0.4, ghost-ignition@^3.1.0:
|
||||
ghost-ignition@3.1.0, ghost-ignition@^3.0.0, ghost-ignition@^3.0.4, ghost-ignition@^3.1.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-3.1.0.tgz#4a0d7f0a15e54fbc0e16d398da62ff68737e4e23"
|
||||
integrity sha512-ae0r/yBJDo9SkeLfy0ecrHVqO0gt9l07wiCOWmdzdvbmoU24AB881PjymnM/DLP9SY6E33mLYtT8K3ximgieLg==
|
||||
|
@ -4025,16 +4025,16 @@ kind-of@^6.0.0, kind-of@^6.0.2:
|
|||
version "6.0.2"
|
||||
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
|
||||
|
||||
knex-migrator@3.2.6:
|
||||
version "3.2.6"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-3.2.6.tgz#9d052c6b6eb318dd280e6067e4c495a81aa120ab"
|
||||
integrity sha512-IFvIO1Bq2mkZj9r/u55yD+xSh1DLkOuBUwkahXYJ/O9nNDPGnOrPSPru2bxerBxAwnf01/NL1slFM3w9V3s+QA==
|
||||
knex-migrator@3.3.2:
|
||||
version "3.3.2"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-3.3.2.tgz#b5aaf26468d719a988468a8679490ab5eb9252e0"
|
||||
integrity sha512-5WjwLB8dJqRhh0V8g0TATJcN2AISgeQ6WyfldolhMqvzFbqZmQKStF4GxMNXzMyhw16cEqzR1TiwocTz+Cpgrg==
|
||||
dependencies:
|
||||
bluebird "^3.5.3"
|
||||
commander "^2.19.0"
|
||||
compare-ver "^2.0.2"
|
||||
debug "^4.1.1"
|
||||
ghost-ignition "^2.9.6"
|
||||
ghost-ignition "^3.0.0"
|
||||
knex "^0.16.3"
|
||||
lodash "^4.17.11"
|
||||
moment "^2.23.0"
|
||||
|
|
Loading…
Reference in a new issue