mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Updated knex-migrator dependency to 4.0.1
This commit is contained in:
parent
84313cef49
commit
2ca8e56187
@ -106,7 +106,7 @@
|
||||
"juice": "7.0.0",
|
||||
"keypair": "1.0.2",
|
||||
"knex": "0.21.19",
|
||||
"knex-migrator": "4.0.0",
|
||||
"knex-migrator": "4.0.1",
|
||||
"lodash": "4.17.21",
|
||||
"mailgun-js": "0.22.0",
|
||||
"metascraper": "5.11.9",
|
||||
|
30
yarn.lock
30
yarn.lock
@ -5683,43 +5683,25 @@ klona@^2.0.3:
|
||||
resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.4.tgz#7bb1e3affb0cb8624547ef7e8f6708ea2e39dfc0"
|
||||
integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==
|
||||
|
||||
knex-migrator@4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-4.0.0.tgz#399343117c7d3c92944225ef16ac68ad0a8137ba"
|
||||
integrity sha512-E/MBmIXcrI2Q/aDfk5tmI9omx2wPi+miX6SfgRYJCBJYDasj/vow/SBu6pwWjxL4Vi0+t0YyvFmL1YVb8QfRfA==
|
||||
knex-migrator@4.0.1:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-4.0.1.tgz#97ea6b6e576eb3d1273d97bc65a2de17ae29414e"
|
||||
integrity sha512-cqbPazwzZzauOudDVFgM+cVLZGs+hGX/kYbZRtUItI+vMN5sBBX81ikgHCt5WrU1R2QIsaL52UM+TiA4/ckkCQ==
|
||||
dependencies:
|
||||
bluebird "3.7.2"
|
||||
commander "5.1.0"
|
||||
compare-ver "2.0.2"
|
||||
debug "4.3.1"
|
||||
ghost-ignition "4.4.4"
|
||||
knex "0.21.18"
|
||||
knex "0.21.19"
|
||||
lodash "4.17.21"
|
||||
moment "2.24.0"
|
||||
nconf "0.10.0"
|
||||
nconf "0.11.2"
|
||||
resolve "1.20.0"
|
||||
optionalDependencies:
|
||||
mysql "2.18.1"
|
||||
sqlite3 "4.2.0"
|
||||
|
||||
knex@0.21.18:
|
||||
version "0.21.18"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.18.tgz#ca16e95b8b5c0891a6b012fb3fb34185e067b0e2"
|
||||
integrity sha512-hP4Qyy2LjQLsabQYc6YgDFHb+CJJBjQz1TMPTKyN85CF2NLIsZsF4FDe0NvQXeXMeak3E/kKr5iJog1JBm6ZCQ==
|
||||
dependencies:
|
||||
colorette "1.2.1"
|
||||
commander "^6.2.0"
|
||||
debug "4.3.1"
|
||||
esm "^3.2.25"
|
||||
getopts "2.2.5"
|
||||
interpret "^2.2.0"
|
||||
liftoff "3.1.0"
|
||||
lodash "^4.17.20"
|
||||
pg-connection-string "2.4.0"
|
||||
tarn "^3.0.1"
|
||||
tildify "2.0.0"
|
||||
v8flags "^3.2.0"
|
||||
|
||||
knex@0.21.19:
|
||||
version "0.21.19"
|
||||
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.19.tgz#df504a184eb29e286245839db0867e3ca161af00"
|
||||
|
Loading…
Reference in New Issue
Block a user