From 002dbf428d9c3b97e60951851f6c49d4c35882f8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Mar 2022 20:43:27 +0000 Subject: [PATCH] Update dependency @tryghost/errors to v1.2.4 --- package.json | 2 +- yarn.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 2c0623ad59..e60667a5b7 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@tryghost/domain-events": "0.1.8", "@tryghost/email-analytics-provider-mailgun": "1.0.7", "@tryghost/email-analytics-service": "1.0.5", - "@tryghost/errors": "1.2.3", + "@tryghost/errors": "1.2.4", "@tryghost/express-dynamic-redirects": "0.2.6", "@tryghost/helpers": "1.1.59", "@tryghost/image-transform": "1.0.28", diff --git a/yarn.lock b/yarn.lock index 857de9e21a..6a73ae20ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1954,6 +1954,14 @@ lodash "^4.17.21" uuid "^8.3.2" +"@tryghost/errors@1.2.4", "@tryghost/errors@^1.2.4": + version "1.2.4" + resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.4.tgz#5a3604fd56e2cfd8f9c7cf0dbc307f77cb5b10b4" + integrity sha512-tzm5Gu/XiaVHiSGO7KROAyneExpNor2/CkSdTVvuspICbdhjPoZZ2s8J7bptu484Xw79SyZqhIXAZULGwTJYiw== + dependencies: + lodash "^4.17.21" + uuid "^8.3.2" + "@tryghost/errors@^0.2.10", "@tryghost/errors@^0.2.11", "@tryghost/errors@^0.2.14": version "0.2.17" resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.17.tgz#9b89f3845256ace5650593f41cc86d64965b56ed" @@ -1970,14 +1978,6 @@ lodash "^4.17.21" uuid "^8.3.2" -"@tryghost/errors@^1.2.4": - version "1.2.4" - resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.4.tgz#5a3604fd56e2cfd8f9c7cf0dbc307f77cb5b10b4" - integrity sha512-tzm5Gu/XiaVHiSGO7KROAyneExpNor2/CkSdTVvuspICbdhjPoZZ2s8J7bptu484Xw79SyZqhIXAZULGwTJYiw== - dependencies: - lodash "^4.17.21" - uuid "^8.3.2" - "@tryghost/express-dynamic-redirects@0.2.6": version "0.2.6" resolved "https://registry.yarnpkg.com/@tryghost/express-dynamic-redirects/-/express-dynamic-redirects-0.2.6.tgz#2c73d424a1ff5abda8b202e9931908071e59932a"