From 841fb1f5c923e2d410e07b9cfac1b95e14a9339e Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 12 Sep 2023 12:36:38 +0200 Subject: [PATCH] Updated `@tryghost/errors` 1.2.21 to 1.2.24 - we have this set as a higher resolution anyway, but I think having some hardcoded lower versions causes some weird yarn issues - at the very least, this removes any mention of 1.2.21 from our yarn.lock --- ghost/adapter-manager/package.json | 2 +- ghost/session-service/package.json | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index 0d03558b6b..10c5f1e1a7 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -24,6 +24,6 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.21" + "@tryghost/errors": "1.2.24" } } diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 1b2f3fff76..f9ba8f510a 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -25,6 +25,6 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/errors": "1.2.21" + "@tryghost/errors": "1.2.24" } } diff --git a/yarn.lock b/yarn.lock index 8970ab2abc..c22d0268b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7730,7 +7730,7 @@ focus-trap "^6.7.2" postcss-preset-env "^7.3.1" -"@tryghost/errors@1.2.21", "@tryghost/errors@1.2.24", "@tryghost/errors@1.2.25", "@tryghost/errors@^1.0.0", "@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.24", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.2.3": +"@tryghost/errors@1.2.24", "@tryghost/errors@1.2.25", "@tryghost/errors@^1.0.0", "@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.24", "@tryghost/errors@^1.2.26", "@tryghost/errors@^1.2.3": version "1.2.24" resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.24.tgz#5daceff6cdee9421297849474fd885857c4bfe3f" integrity sha512-5iRF8dl2wirb/1gQA2dv8MtxK204vnjbWvmb3fULNZoVlmuHY1ZUgwRJRquClfUEFyl2qGmNDuoxGoTvur8JKA==