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

Updated @tryghost/promise dependency

This commit is contained in:
Daniel Lockyer 2020-09-22 10:38:56 +01:00
parent e671423999
commit 7123f7f65f
2 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@
"@tryghost/members-csv": "0.3.1",
"@tryghost/members-ssr": "0.8.5",
"@tryghost/mw-session-from-token": "0.1.8",
"@tryghost/promise": "0.1.0",
"@tryghost/promise": "0.1.1",
"@tryghost/security": "0.2.0",
"@tryghost/session-service": "0.1.8",
"@tryghost/social-urls": "0.1.12",

View file

@ -557,10 +557,10 @@
chalk "4.1.0"
sywac "1.3.0"
"@tryghost/promise@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@tryghost/promise/-/promise-0.1.0.tgz#f83a0ee39b4ae8877889c17b6e9f488ad4dbb6ab"
integrity sha512-33YNODsFn2tp1dT9bKRYKHls4bMVODHDYx9PVQO9IdGHHzw4K6TRmAuig8yG5OYy6a04d/mBtrX+oYIAvWAa/w==
"@tryghost/promise@0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@tryghost/promise/-/promise-0.1.1.tgz#ac2a227132dcc28c06aa64edccbaa36dae2c2cf8"
integrity sha512-Ag5ODphFAYWUHk2yb7FTZUZPghLP7Bnu2BqGOIsZEvAPUEbf13gPwL1QtdzBGQKMdTFDx8cL1UQsyWksEBNnRA==
dependencies:
bluebird "3.7.2"