diff --git a/ghost/adapter-manager/package.json b/ghost/adapter-manager/package.json index 52b374ee78..671657b9f8 100644 --- a/ghost/adapter-manager/package.json +++ b/ghost/adapter-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/adapter-manager", - "version": "0.2.26", + "version": "0.2.27", "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.2.0" + "@tryghost/errors": "^1.2.1" } } diff --git a/ghost/bootstrap-socket/package.json b/ghost/bootstrap-socket/package.json index 945b67d86a..58e3be95f4 100644 --- a/ghost/bootstrap-socket/package.json +++ b/ghost/bootstrap-socket/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bootstrap-socket", - "version": "0.2.15", + "version": "0.2.16", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/bootstrap-socket", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/config-url-helpers/package.json b/ghost/config-url-helpers/package.json index 9b4a9a9464..cbbe02b327 100644 --- a/ghost/config-url-helpers/package.json +++ b/ghost/config-url-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/config-url-helpers", - "version": "0.1.3", + "version": "0.1.4", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/config-url-helpers", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/constants/package.json b/ghost/constants/package.json index 3c34c3edd5..fa399ce592 100644 --- a/ghost/constants/package.json +++ b/ghost/constants/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/constants", - "version": "1.0.0", + "version": "1.0.1", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/constants", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/database-info/package.json b/ghost/database-info/package.json index 84f39e60da..7500be891b 100644 --- a/ghost/database-info/package.json +++ b/ghost/database-info/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/database-info", - "version": "0.0.0", + "version": "0.1.0", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/database-info", "author": "Ghost Foundation", "license": "MIT", @@ -23,6 +23,5 @@ "mocha": "9.1.4", "should": "13.2.3", "sinon": "12.0.1" - }, - "dependencies": {} + } } diff --git a/ghost/errors/package.json b/ghost/errors/package.json index 2fe82dee3f..f09e508dd7 100644 --- a/ghost/errors/package.json +++ b/ghost/errors/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/errors", - "version": "1.2.0", + "version": "1.2.1", "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 ff72dd03fc..84b7ec4008 100644 --- a/ghost/image-transform/package.json +++ b/ghost/image-transform/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/image-transform", - "version": "1.0.26", + "version": "1.0.27", "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.2.0", + "@tryghost/errors": "^1.2.1", "bluebird": "^3.7.2", "fs-extra": "^9.1.0" }, diff --git a/ghost/job-manager/package.json b/ghost/job-manager/package.json index b108ac204d..b31094fbad 100644 --- a/ghost/job-manager/package.json +++ b/ghost/job-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/job-manager", - "version": "0.8.17", + "version": "0.8.18", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/job-manager", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/limit-service/package.json b/ghost/limit-service/package.json index 3a3a6abef7..e3c7f9829f 100644 --- a/ghost/limit-service/package.json +++ b/ghost/limit-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/limit-service", - "version": "1.0.8", + "version": "1.0.9", "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.2.0", + "@tryghost/errors": "^1.2.1", "lodash": "^4.17.21", "luxon": "^1.26.0" } diff --git a/ghost/minifier/package.json b/ghost/minifier/package.json index 1074a85de0..f2e5398b19 100644 --- a/ghost/minifier/package.json +++ b/ghost/minifier/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/minifier", - "version": "0.1.9", + "version": "0.1.10", "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.2.0", + "@tryghost/errors": "^1.2.1", "@tryghost/tpl": "^0.1.7", "csso": "4.2.0", "terser": "^5.9.0", diff --git a/ghost/moleculer-service-from-class/package.json b/ghost/moleculer-service-from-class/package.json index 69b5b23905..a16d7ca9e8 100644 --- a/ghost/moleculer-service-from-class/package.json +++ b/ghost/moleculer-service-from-class/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/moleculer-service-from-class", - "version": "0.2.21", + "version": "0.2.22", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/moleculer-service-from-class", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-error-handler/package.json b/ghost/mw-error-handler/package.json index b9a8034774..f867232965 100644 --- a/ghost/mw-error-handler/package.json +++ b/ghost/mw-error-handler/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-error-handler", - "version": "0.1.1", + "version": "0.1.2", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-error-handler", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-session-from-token/package.json b/ghost/mw-session-from-token/package.json index f787f8298f..0f4559f06b 100644 --- a/ghost/mw-session-from-token/package.json +++ b/ghost/mw-session-from-token/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-session-from-token", - "version": "0.1.26", + "version": "0.1.27", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-session-from-token", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/mw-update-user-last-seen/package.json b/ghost/mw-update-user-last-seen/package.json index 36b746b0a4..27ecdc82d0 100644 --- a/ghost/mw-update-user-last-seen/package.json +++ b/ghost/mw-update-user-last-seen/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/mw-update-user-last-seen", - "version": "0.1.1", + "version": "0.1.2", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/mw-update-user-last-seen", "author": "Ghost Foundation", "license": "MIT", @@ -25,6 +25,6 @@ "sinon": "12.0.1" }, "dependencies": { - "@tryghost/constants": "1.0.0" + "@tryghost/constants": "^1.0.1" } } diff --git a/ghost/package-json/package.json b/ghost/package-json/package.json index 5c7fd3d80f..a28bfd86a8 100644 --- a/ghost/package-json/package.json +++ b/ghost/package-json/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/package-json", - "version": "1.0.14", + "version": "1.0.15", "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.2.0", + "@tryghost/errors": "^1.2.1", "@tryghost/tpl": "^0.1.5", "bluebird": "^3.7.2", "fs-extra": "^10.0.0", diff --git a/ghost/pretty-cli/package.json b/ghost/pretty-cli/package.json index 6afa4d7f6e..239bce3092 100644 --- a/ghost/pretty-cli/package.json +++ b/ghost/pretty-cli/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/pretty-cli", - "version": "1.2.22", + "version": "1.2.23", "description": "A mini-module to style a sywac instance in a standard way", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/pretty-cli", "author": "Ghost Foundation", diff --git a/ghost/promise/package.json b/ghost/promise/package.json index 9f978969fe..3df404735e 100644 --- a/ghost/promise/package.json +++ b/ghost/promise/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/promise", - "version": "0.1.13", + "version": "0.1.14", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/promise", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/release-utils/package.json b/ghost/release-utils/package.json index 059b806541..675158f1ac 100644 --- a/ghost/release-utils/package.json +++ b/ghost/release-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/release-utils", - "version": "0.7.9", + "version": "0.7.10", "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.2.0", + "@tryghost/errors": "^1.2.1", "bluebird": "^3.7.2", "emoji-regex": "^9.2.2", "execa": "^4.1.0", diff --git a/ghost/security/package.json b/ghost/security/package.json index 993d3e30bc..0cc047d5b2 100644 --- a/ghost/security/package.json +++ b/ghost/security/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/security", - "version": "0.2.13", + "version": "0.2.14", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/security", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/session-service/package.json b/ghost/session-service/package.json index 640983065c..34efe1a77c 100644 --- a/ghost/session-service/package.json +++ b/ghost/session-service/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/session-service", - "version": "0.1.36", + "version": "0.1.37", "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.2.0" + "@tryghost/errors": "^1.2.1" } } diff --git a/ghost/settings-path-manager/package.json b/ghost/settings-path-manager/package.json index 7d6933ce73..3dff552dde 100644 --- a/ghost/settings-path-manager/package.json +++ b/ghost/settings-path-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/settings-path-manager", - "version": "0.1.2", + "version": "0.1.3", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/settings-path-manager", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/vhost-middleware/package.json b/ghost/vhost-middleware/package.json index cd06039df2..7d48f9cfc4 100644 --- a/ghost/vhost-middleware/package.json +++ b/ghost/vhost-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/vhost-middleware", - "version": "1.0.19", + "version": "1.0.20", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/vhost-middleware", "author": "Ghost Foundation", "license": "MIT", diff --git a/ghost/zip/package.json b/ghost/zip/package.json index 8798e8a9e6..b65cf20ec1 100644 --- a/ghost/zip/package.json +++ b/ghost/zip/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/zip", - "version": "1.1.18", + "version": "1.1.19", "repository": "https://github.com/TryGhost/Utils/tree/main/packages/zip", "author": "Ghost Foundation", "license": "MIT",