From 34be59805d19807cc83936245ab9f4a831547f0e Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 22 Sep 2020 10:37:11 +0100 Subject: [PATCH] Updated @tryghost/errors dependency --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d0acc29597..3a05b6c537 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@tryghost/adapter-manager": "0.1.11", "@tryghost/bootstrap-socket": "0.2.2", "@tryghost/constants": "0.1.1", - "@tryghost/errors": "0.2.3", + "@tryghost/errors": "0.2.4", "@tryghost/helpers": "1.1.30", "@tryghost/image-transform": "1.0.3", "@tryghost/job-manager": "0.1.0", diff --git a/yarn.lock b/yarn.lock index 30d5d32c4c..e114fdc01a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -388,15 +388,7 @@ resolved "https://registry.yarnpkg.com/@tryghost/constants/-/constants-0.1.1.tgz#f92f9e5938c3bc1839fbc16353009a106bbd19ee" integrity sha512-CTLFnSz0XREKZqDUn7yoBWnsVoUa4dWOJrz/3Dk55IVSIaPAG/qcgKCOmroZ9f1IyJZFIrqCRfPOO9k0mUaWoA== -"@tryghost/errors@0.2.3", "@tryghost/errors@^0.2.3": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.3.tgz#f3431d00d67c5d6c1b145e8adcdf68ff2464e1fa" - integrity sha512-VX/eLFoX/xAJREu9ftZtXBNz3LsFvj0eRFVHDFdn8mu/oBZsEDLlWMqJX2U1fI0M5p9J9mO5hUa1Vrw7oxwHbA== - dependencies: - ghost-ignition "4.2.2" - lodash "4.17.19" - -"@tryghost/errors@^0.2.4": +"@tryghost/errors@0.2.4", "@tryghost/errors@^0.2.4": version "0.2.4" resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.4.tgz#873107f0915667852f86e616a8698eddf7b1f59e" integrity sha512-U0S/oeRCvYDe2Uuzx+D7dKQDW91D24wGm0cP90wf3EOzJH82imYFYgRXT4FZ6ypnraSSC74IFPT/+2Kyp9CnFQ== @@ -404,6 +396,14 @@ ghost-ignition "4.2.2" lodash "4.17.20" +"@tryghost/errors@^0.2.3": + version "0.2.3" + resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.3.tgz#f3431d00d67c5d6c1b145e8adcdf68ff2464e1fa" + integrity sha512-VX/eLFoX/xAJREu9ftZtXBNz3LsFvj0eRFVHDFdn8mu/oBZsEDLlWMqJX2U1fI0M5p9J9mO5hUa1Vrw7oxwHbA== + dependencies: + ghost-ignition "4.2.2" + lodash "4.17.19" + "@tryghost/helpers@1.1.30": version "1.1.30" resolved "https://registry.yarnpkg.com/@tryghost/helpers/-/helpers-1.1.30.tgz#239286b06a912a275ece61ed1989e05d5de117fb"