0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update dependency @tryghost/request to v0.1.14

This commit is contained in:
Renovate Bot 2022-02-08 09:56:59 +00:00 committed by Daniel Lockyer
parent 94f5add1c0
commit 0822a5b7a1
2 changed files with 5 additions and 5 deletions

View file

@ -92,7 +92,7 @@
"@tryghost/nodemailer": "0.3.11",
"@tryghost/package-json": "1.0.15",
"@tryghost/promise": "0.1.14",
"@tryghost/request": "0.1.13",
"@tryghost/request": "0.1.14",
"@tryghost/root-utils": "0.3.10",
"@tryghost/security": "0.2.14",
"@tryghost/session-service": "0.1.37",

View file

@ -1761,10 +1761,10 @@
dependencies:
bluebird "^3.7.2"
"@tryghost/request@0.1.13":
version "0.1.13"
resolved "https://registry.yarnpkg.com/@tryghost/request/-/request-0.1.13.tgz#8e7a23512ffdf52029ab3044f859ccb27bea3d39"
integrity sha512-1ApVGrcjSdnjO677FmAxh+4Tri50aF0Cx7FsksHZLNnK+JTN54OHGcz/aHoObeXI/noxrOE2/soknwG9cQVxzA==
"@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==
dependencies:
"@tryghost/errors" "^1.0.0"
"@tryghost/validator" "^0.1.12"