diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index f3aa2b0e41..88753b29e6 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/adapter-manager", - "version": "0.2.20", + "version": "0.2.21", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/adapter-manager", "author": "Ghost Foundation", "license": "MIT", @@ -25,6 +25,6 @@ "sinon": "11.1.2" }, "dependencies": { - "@tryghost/errors": "^1.0.1" + "@tryghost/errors": "^1.0.2" } } diff --git a/ghost/errors/package.json b/ghost/errors/package.json index ac7cefab59..306cd23865 100644 --- a/ghost/errors/package.json +++ b/ghost/errors/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/errors", - "version": "1.0.1", + "version": "1.0.2", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/errors", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/image-transform/package.json b/ghost/image-transform/package.json index 65b16c30c0..4978aa2273 100644 --- a/ghost/image-transform/package.json +++ b/ghost/image-transform/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/image-transform", - "version": "1.0.20", + "version": "1.0.21", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/image-transform", "author": "Ghost Foundation", "license": "MIT", @@ -25,7 +25,7 @@ "sinon": "11.1.2" }, "dependencies": { - "@tryghost/errors": "^1.0.1", + "@tryghost/errors": "^1.0.2", "bluebird": "^3.7.2", "fs-extra": "^9.1.0" }, diff --git a/ghost/limit-service/package.json b/ghost/limit-service/package.json index 90dc3c60ce..581a5d2fab 100644 --- a/ghost/limit-service/package.json +++ b/ghost/limit-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/limit-service", - "version": "1.0.2", + "version": "1.0.3", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/limit-service", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ "sinon": "11.1.2" }, "dependencies": { - "@tryghost/errors": "^1.0.1", + "@tryghost/errors": "^1.0.2", "lodash": "^4.17.21", "luxon": "^1.26.0" } diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index f53935b429..90f40c790f 100644 --- a/ghost/minifier/package.json +++ b/ghost/minifier/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/minifier", - "version": "0.1.3", + "version": "0.1.4", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/minifier", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ }, "dependencies": { "@tryghost/debug": "^0.1.8", - "@tryghost/errors": "^1.0.1", + "@tryghost/errors": "^1.0.2", "@tryghost/tpl": "^0.1.7", "csso": "4.2.0", "terser": "^5.9.0", diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index 6877bb8d43..8b862fd5f4 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/package-json", - "version": "1.0.8", + "version": "1.0.9", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/package-json", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ "tmp": "0.2.1" }, "dependencies": { - "@tryghost/errors": "^1.0.1", + "@tryghost/errors": "^1.0.2", "@tryghost/tpl": "^0.1.5", "bluebird": "^3.7.2", "fs-extra": "^10.0.0", diff --git a/ghost/release-utils/package.json b/ghost/release-utils/package.json index cd94bc9174..948f9da436 100644 --- a/ghost/release-utils/package.json +++ b/ghost/release-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/release-utils", - "version": "0.7.3", + "version": "0.7.4", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/release-utils", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "11.1.2" }, "dependencies": { - "@tryghost/errors": "^1.0.1", + "@tryghost/errors": "^1.0.2", "bluebird": "^3.7.2", "emoji-regex": "^9.2.2", "execa": "^4.1.0", diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index efe6ce17d6..6230c39616 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/session-service", - "version": "0.1.30", + "version": "0.1.31", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/session-service", "author": "Ghost Foundation", "license": "MIT", @@ -26,6 +26,6 @@ "sinon": "11.1.2" }, "dependencies": { - "@tryghost/errors": "^1.0.1" + "@tryghost/errors": "^1.0.2" } }