From 67fca4e716138f9966578d44c67386954b0a5bd1 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Thu, 11 Jun 2020 14:19:56 +0100 Subject: [PATCH] Revert "Updated ghost-storage-base dependency" This reverts commit 13986a797c9d1c061ca2b8ce7fb8e746c9ae67b8. --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5587096fd2..a95d2650f3 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.5", + "ghost-storage-base": "0.0.4", "glob": "7.1.6", "got": "9.6.0", "gscan": "3.5.4", diff --git a/yarn.lock b/yarn.lock index 10e94baf80..00851c8142 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3918,12 +3918,12 @@ ghost-ignition@^3.0.4, ghost-ignition@^3.1.0: prettyjson "^1.1.3" uuid "^3.0.0" -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== +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== dependencies: - moment "2.26.0" + moment "2.24.0" github-from-package@0.0.0: version "0.0.0"