mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency @tryghost/request to v0.1.15
This commit is contained in:
parent
2e7885f3a9
commit
15572127fa
2 changed files with 19 additions and 8 deletions
|
@ -94,7 +94,7 @@
|
|||
"@tryghost/nodemailer": "0.3.11",
|
||||
"@tryghost/package-json": "1.0.15",
|
||||
"@tryghost/promise": "0.1.14",
|
||||
"@tryghost/request": "0.1.14",
|
||||
"@tryghost/request": "0.1.15",
|
||||
"@tryghost/root-utils": "0.3.10",
|
||||
"@tryghost/security": "0.2.14",
|
||||
"@tryghost/session-service": "0.1.37",
|
||||
|
|
25
yarn.lock
25
yarn.lock
|
@ -2362,13 +2362,13 @@
|
|||
dependencies:
|
||||
bluebird "^3.7.2"
|
||||
|
||||
"@tryghost/request@0.1.14":
|
||||
version "0.1.14"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/request/-/request-0.1.14.tgz#8e2e3fd91f1f3397c9c09177a1ed32a5cdcd32ea"
|
||||
integrity sha512-KMog38ZwJCKYrDWg/yRX+s9ufwVGur6rak3w5onFlXQW8oULeFHDfYCmc9lyHLCxfaNhNxwpyGFSolERbKfmFQ==
|
||||
"@tryghost/request@0.1.15":
|
||||
version "0.1.15"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/request/-/request-0.1.15.tgz#052d9a74834059880fcec00e31e0afd104102468"
|
||||
integrity sha512-10+3rh+PQIXQj6YAyGE1ffSqvdKPvo8FnGOx9QBENU537lKBpcRCixCc4pm8lue3aXiWcI37qsR4e9s5oI8CpA==
|
||||
dependencies:
|
||||
"@tryghost/errors" "^1.0.0"
|
||||
"@tryghost/validator" "^0.1.12"
|
||||
"@tryghost/errors" "^1.2.2"
|
||||
"@tryghost/validator" "^0.1.13"
|
||||
"@tryghost/version" "^0.1.10"
|
||||
got "9.6.0"
|
||||
lodash "^4.17.21"
|
||||
|
@ -2466,7 +2466,7 @@
|
|||
remark-footnotes "^1.0.0"
|
||||
unist-util-visit "^2.0.0"
|
||||
|
||||
"@tryghost/validator@0.1.12", "@tryghost/validator@^0.1.12":
|
||||
"@tryghost/validator@0.1.12":
|
||||
version "0.1.12"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/validator/-/validator-0.1.12.tgz#91cd123a0bd9ae06143784abb0daa72d9a20b20d"
|
||||
integrity sha512-JVysApxaIOw4+yD9gj+R7CQpcL+d/vHmB/wJxRrcxw6kBujtGFsfDqR+X1S50Ou9qHShoDcCHO6F+nhQ/uq4ZA==
|
||||
|
@ -2477,6 +2477,17 @@
|
|||
moment-timezone "0.5.23"
|
||||
validator "7.2.0"
|
||||
|
||||
"@tryghost/validator@^0.1.13":
|
||||
version "0.1.13"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/validator/-/validator-0.1.13.tgz#61586e37eabfc4ebdf87b4ce6bf610e4d7d61628"
|
||||
integrity sha512-1O8Gyiak/QFU9oALW/EO7PLwHbI3PltU14G9b8rpm917q5zxP3uMYuz+xUNGaBSe4mPkAi5msAPwuvV/ozBNfA==
|
||||
dependencies:
|
||||
"@tryghost/errors" "^1.2.2"
|
||||
"@tryghost/tpl" "^0.1.11"
|
||||
lodash "^4.17.21"
|
||||
moment-timezone "0.5.23"
|
||||
validator "7.2.0"
|
||||
|
||||
"@tryghost/verification-trigger@0.1.4":
|
||||
version "0.1.4"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/verification-trigger/-/verification-trigger-0.1.4.tgz#0abf8d57cef3a100d8241a3cca4a60048e532ef4"
|
||||
|
|
Loading…
Add table
Reference in a new issue