mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency @tryghost/vhost-middleware to v1.0.2
This commit is contained in:
parent
5ea10b47bd
commit
e7c9b8b9d8
2 changed files with 7 additions and 7 deletions
|
@ -47,7 +47,7 @@
|
||||||
"@tryghost/social-urls": "0.1.6",
|
"@tryghost/social-urls": "0.1.6",
|
||||||
"@tryghost/string": "^0.1.3",
|
"@tryghost/string": "^0.1.3",
|
||||||
"@tryghost/url-utils": "0.6.14",
|
"@tryghost/url-utils": "0.6.14",
|
||||||
"@tryghost/vhost-middleware": "1.0.1",
|
"@tryghost/vhost-middleware": "1.0.2",
|
||||||
"@tryghost/zip": "^0.1.0",
|
"@tryghost/zip": "^0.1.0",
|
||||||
"ajv": "6.12.0",
|
"ajv": "6.12.0",
|
||||||
"amperize": "0.6.1",
|
"amperize": "0.6.1",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -402,13 +402,13 @@
|
||||||
remark "^11.0.1"
|
remark "^11.0.1"
|
||||||
unist-util-visit "^2.0.0"
|
unist-util-visit "^2.0.0"
|
||||||
|
|
||||||
"@tryghost/vhost-middleware@1.0.1":
|
"@tryghost/vhost-middleware@1.0.2":
|
||||||
version "1.0.1"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/@tryghost/vhost-middleware/-/vhost-middleware-1.0.1.tgz#7a609f9f9d0ec977144745a07633e50fc4ee0c4b"
|
resolved "https://registry.yarnpkg.com/@tryghost/vhost-middleware/-/vhost-middleware-1.0.2.tgz#9fd34ddbb453771c4ecb1a1e2bea786396d09181"
|
||||||
integrity sha512-NLc9xqwWSJXg5GIAgb7nUBYjpGacRZITRz8EWDhJtLIGun19uIlYlau/lYF1iRL4UP3vJqEvUp4mtpYFvQX0Bg==
|
integrity sha512-ZUS9N4UFPCylKf0sv/c78E5Rfjf2V6OrUp6105d9k+XZ0tPXEl5mEoptQXi5hSp79hHIZfoLC65HC8HHVkVVqA==
|
||||||
dependencies:
|
dependencies:
|
||||||
bluebird "^3.7.1"
|
bluebird "^3.7.1"
|
||||||
ghost-ignition "^3.1.0"
|
ghost-ignition "^4.0.0"
|
||||||
lodash "^4.17.15"
|
lodash "^4.17.15"
|
||||||
|
|
||||||
"@tryghost/zip@^0.1.0":
|
"@tryghost/zip@^0.1.0":
|
||||||
|
@ -3410,7 +3410,7 @@ getpass@^0.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
assert-plus "^1.0.0"
|
assert-plus "^1.0.0"
|
||||||
|
|
||||||
ghost-ignition@4.1.0:
|
ghost-ignition@4.1.0, ghost-ignition@^4.0.0:
|
||||||
version "4.1.0"
|
version "4.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-4.1.0.tgz#44ac9dc8873606207f81a652a705f383714c2f07"
|
resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-4.1.0.tgz#44ac9dc8873606207f81a652a705f383714c2f07"
|
||||||
integrity sha512-d3hfUE1qey4S1sdjayWcbsYCr77joc7KcM4Zrhol0vdR/anGvR6h6Z529MI42VJHr38h6x0/PaQ/mjrlOey7XQ==
|
integrity sha512-d3hfUE1qey4S1sdjayWcbsYCr77joc7KcM4Zrhol0vdR/anGvR6h6Z529MI42VJHr38h6x0/PaQ/mjrlOey7XQ==
|
||||||
|
|
Loading…
Add table
Reference in a new issue