From 13986a797c9d1c061ca2b8ce7fb8e746c9ae67b8 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 26 May 2020 18:35:43 +0100 Subject: [PATCH] Updated ghost-storage-base dependency no issue - ghost-storage-base uses moment which was affected by the moment update - this commit updates the dependency so they use the same moment version --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c58d7b40a0..13d52e4530 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "express-session": "1.17.1", "fs-extra": "9.0.1", "ghost-ignition": "4.2.1", - "ghost-storage-base": "0.0.4", + "ghost-storage-base": "0.0.5", "glob": "7.1.6", "got": "9.6.0", "gscan": "3.5.4", diff --git a/yarn.lock b/yarn.lock index 3114fbb2b9..1ad268ba38 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3906,12 +3906,12 @@ ghost-ignition@^3.0.4, ghost-ignition@^3.1.0: prettyjson "^1.1.3" uuid "^3.0.0" -ghost-storage-base@0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/ghost-storage-base/-/ghost-storage-base-0.0.4.tgz#c5badcab13d1763febc8eb3b293e1eb3a5e511e1" - integrity sha512-OWL/ONgP24r5s64eH25u8Nb36+MkQALvaeANByaEZlVYXJGkbt+lX+KMmkWMaC9bVpMRTc+ZZE1q/V3V0B0PXQ== +ghost-storage-base@0.0.5: + version "0.0.5" + resolved "https://registry.yarnpkg.com/ghost-storage-base/-/ghost-storage-base-0.0.5.tgz#5608326ab6067c8eb3cac537a850c175f8532849" + integrity sha512-uNOFYmHHfp9aTs6Fg4O9NQUi478DUpA4r/hckHOJNHfa29j+GHrKFHEVBeqY63Ta8XW+0+u2MZH5VruWRbX9Rg== dependencies: - moment "2.24.0" + moment "2.26.0" github-from-package@0.0.0: version "0.0.0"