From a8f4f74f2cf8a132485464cad5a123a59210202f Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Fri, 2 Dec 2022 13:53:18 +0000 Subject: [PATCH] Published new versions - @tryghost/bookshelf-collision@0.1.29 - @tryghost/bookshelf-custom-query@0.1.16 - @tryghost/bookshelf-eager-load@0.1.19 - @tryghost/bookshelf-filter@0.5.1 - @tryghost/bookshelf-has-posts@0.1.20 - @tryghost/bookshelf-include-count@0.3.2 - @tryghost/bookshelf-order@0.1.16 - @tryghost/bookshelf-pagination@0.1.32 - @tryghost/bookshelf-plugins@0.6.2 - @tryghost/bookshelf-search@0.1.16 - @tryghost/bookshelf-transaction-events@0.2.1 - @tryghost/config@0.2.12 - @tryghost/database-info@0.3.13 - @tryghost/debug@0.1.20 - @tryghost/elasticsearch@3.0.7 - @tryghost/errors@1.2.19 - @tryghost/express-test@0.11.7 - @tryghost/http-cache-utils@0.1.5 - @tryghost/http-stream@0.1.15 - @tryghost/jest-snapshot@0.4.7 - @tryghost/logging@2.3.5 - @tryghost/metrics@1.0.19 - @tryghost/nodemailer@0.3.30 - @tryghost/pretty-cli@1.2.32 - @tryghost/pretty-stream@0.1.14 - @tryghost/promise@0.3.0 - @tryghost/request@0.1.33 - @tryghost/root-utils@0.3.18 - @tryghost/server@0.1.28 - @tryghost/tpl@0.1.20 - @tryghost/validator@0.1.31 - @tryghost/version@0.1.18 - @tryghost/webhook-mock-receiver@0.2.2 - @tryghost/zip@1.1.30 --- packages/bookshelf-collision/package.json | 4 ++-- packages/bookshelf-custom-query/package.json | 2 +- packages/bookshelf-eager-load/package.json | 4 ++-- packages/bookshelf-filter/package.json | 8 +++---- packages/bookshelf-has-posts/package.json | 4 ++-- packages/bookshelf-include-count/package.json | 4 ++-- packages/bookshelf-order/package.json | 2 +- packages/bookshelf-pagination/package.json | 6 ++--- packages/bookshelf-plugins/package.json | 22 +++++++++---------- packages/bookshelf-search/package.json | 2 +- .../bookshelf-transaction-events/package.json | 2 +- packages/config/package.json | 4 ++-- packages/database-info/package.json | 2 +- packages/debug/package.json | 4 ++-- packages/elasticsearch/package.json | 4 ++-- packages/errors/package.json | 2 +- packages/express-test/package.json | 4 ++-- packages/http-cache-utils/package.json | 2 +- packages/http-stream/package.json | 6 ++--- packages/jest-snapshot/package.json | 4 ++-- packages/logging/package.json | 10 ++++----- packages/metrics/package.json | 8 +++---- packages/nodemailer/package.json | 4 ++-- packages/pretty-cli/package.json | 2 +- packages/pretty-stream/package.json | 2 +- packages/promise/package.json | 2 +- packages/request/package.json | 8 +++---- packages/root-utils/package.json | 2 +- packages/server/package.json | 6 ++--- packages/tpl/package.json | 2 +- packages/validator/package.json | 6 ++--- packages/version/package.json | 4 ++-- packages/webhook-mock-receiver/package.json | 2 +- packages/zip/package.json | 2 +- 34 files changed, 76 insertions(+), 76 deletions(-) diff --git a/packages/bookshelf-collision/package.json b/packages/bookshelf-collision/package.json index ccac0d99..53d1e029 100644 --- a/packages/bookshelf-collision/package.json +++ b/packages/bookshelf-collision/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bookshelf-collision", - "version": "0.1.28", + "version": "0.1.29", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-collision", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/errors": "^1.2.18", + "@tryghost/errors": "^1.2.19", "lodash": "^4.17.21", "moment-timezone": "^0.5.33" } diff --git a/packages/bookshelf-custom-query/package.json b/packages/bookshelf-custom-query/package.json index c4130ff0..396304f6 100644 --- a/packages/bookshelf-custom-query/package.json +++ b/packages/bookshelf-custom-query/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bookshelf-custom-query", - "version": "0.1.15", + "version": "0.1.16", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-custom-query", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/bookshelf-eager-load/package.json b/packages/bookshelf-eager-load/package.json index 7681579f..3d95c64d 100644 --- a/packages/bookshelf-eager-load/package.json +++ b/packages/bookshelf-eager-load/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bookshelf-eager-load", - "version": "0.1.18", + "version": "0.1.19", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-eager-load", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/debug": "^0.1.19", + "@tryghost/debug": "^0.1.20", "lodash": "^4.17.21" } } diff --git a/packages/bookshelf-filter/package.json b/packages/bookshelf-filter/package.json index e41268b2..f1ebd342 100644 --- a/packages/bookshelf-filter/package.json +++ b/packages/bookshelf-filter/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bookshelf-filter", - "version": "0.5.0", + "version": "0.5.1", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-filter", "author": "Ghost Foundation", "license": "MIT", @@ -24,9 +24,9 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/debug": "^0.1.19", - "@tryghost/errors": "^1.2.18", + "@tryghost/debug": "^0.1.20", + "@tryghost/errors": "^1.2.19", "@tryghost/nql": "^0.11.0", - "@tryghost/tpl": "^0.1.19" + "@tryghost/tpl": "^0.1.20" } } diff --git a/packages/bookshelf-has-posts/package.json b/packages/bookshelf-has-posts/package.json index c1b1f585..ed85c19c 100644 --- a/packages/bookshelf-has-posts/package.json +++ b/packages/bookshelf-has-posts/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bookshelf-has-posts", - "version": "0.1.19", + "version": "0.1.20", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-has-posts", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/debug": "^0.1.19", + "@tryghost/debug": "^0.1.20", "lodash": "^4.17.21" } } diff --git a/packages/bookshelf-include-count/package.json b/packages/bookshelf-include-count/package.json index 131a8dba..8f6e2a5f 100644 --- a/packages/bookshelf-include-count/package.json +++ b/packages/bookshelf-include-count/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bookshelf-include-count", - "version": "0.3.1", + "version": "0.3.2", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-include-count", "author": "Ghost Foundation", "license": "MIT", @@ -24,7 +24,7 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/debug": "^0.1.19", + "@tryghost/debug": "^0.1.20", "lodash": "^4.17.21" } } diff --git a/packages/bookshelf-order/package.json b/packages/bookshelf-order/package.json index a085f88a..343a07d8 100644 --- a/packages/bookshelf-order/package.json +++ b/packages/bookshelf-order/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bookshelf-order", - "version": "0.1.15", + "version": "0.1.16", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-order", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/bookshelf-pagination/package.json b/packages/bookshelf-pagination/package.json index f04f390d..0d472e4c 100644 --- a/packages/bookshelf-pagination/package.json +++ b/packages/bookshelf-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bookshelf-pagination", - "version": "0.1.31", + "version": "0.1.32", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-pagination", "author": "Ghost Foundation", "license": "MIT", @@ -25,8 +25,8 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/errors": "^1.2.18", - "@tryghost/tpl": "^0.1.19", + "@tryghost/errors": "^1.2.19", + "@tryghost/tpl": "^0.1.20", "lodash": "^4.17.21" } } diff --git a/packages/bookshelf-plugins/package.json b/packages/bookshelf-plugins/package.json index 565bb155..8fedfa5d 100644 --- a/packages/bookshelf-plugins/package.json +++ b/packages/bookshelf-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bookshelf-plugins", - "version": "0.6.1", + "version": "0.6.2", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-plugins", "author": "Ghost Foundation", "license": "MIT", @@ -24,15 +24,15 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/bookshelf-collision": "^0.1.28", - "@tryghost/bookshelf-custom-query": "^0.1.15", - "@tryghost/bookshelf-eager-load": "^0.1.18", - "@tryghost/bookshelf-filter": "^0.5.0", - "@tryghost/bookshelf-has-posts": "^0.1.19", - "@tryghost/bookshelf-include-count": "^0.3.1", - "@tryghost/bookshelf-order": "^0.1.15", - "@tryghost/bookshelf-pagination": "^0.1.31", - "@tryghost/bookshelf-search": "^0.1.15", - "@tryghost/bookshelf-transaction-events": "^0.2.0" + "@tryghost/bookshelf-collision": "^0.1.29", + "@tryghost/bookshelf-custom-query": "^0.1.16", + "@tryghost/bookshelf-eager-load": "^0.1.19", + "@tryghost/bookshelf-filter": "^0.5.1", + "@tryghost/bookshelf-has-posts": "^0.1.20", + "@tryghost/bookshelf-include-count": "^0.3.2", + "@tryghost/bookshelf-order": "^0.1.16", + "@tryghost/bookshelf-pagination": "^0.1.32", + "@tryghost/bookshelf-search": "^0.1.16", + "@tryghost/bookshelf-transaction-events": "^0.2.1" } } diff --git a/packages/bookshelf-search/package.json b/packages/bookshelf-search/package.json index dcefc61f..a61844b9 100644 --- a/packages/bookshelf-search/package.json +++ b/packages/bookshelf-search/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bookshelf-search", - "version": "0.1.15", + "version": "0.1.16", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-search", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/bookshelf-transaction-events/package.json b/packages/bookshelf-transaction-events/package.json index a09023b3..373e963c 100644 --- a/packages/bookshelf-transaction-events/package.json +++ b/packages/bookshelf-transaction-events/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/bookshelf-transaction-events", - "version": "0.2.0", + "version": "0.2.1", "repository": "https://github.com/TryGhost/framework/tree/main/packages/bookshelf-transaction-events", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/config/package.json b/packages/config/package.json index c2b1ae9c..73785b7f 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/config", - "version": "0.2.11", + "version": "0.2.12", "repository": "https://github.com/TryGhost/framework/tree/main/packages/config", "author": "Ghost Foundation", "license": "MIT", @@ -25,7 +25,7 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/root-utils": "^0.3.17", + "@tryghost/root-utils": "^0.3.18", "nconf": "^0.12.0" } } diff --git a/packages/database-info/package.json b/packages/database-info/package.json index 74808d73..14ab09b6 100644 --- a/packages/database-info/package.json +++ b/packages/database-info/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/database-info", - "version": "0.3.12", + "version": "0.3.13", "repository": "https://github.com/TryGhost/framework/tree/main/packages/database-info", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/debug/package.json b/packages/debug/package.json index 1302c8f4..7d1cc5fa 100644 --- a/packages/debug/package.json +++ b/packages/debug/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/debug", - "version": "0.1.19", + "version": "0.1.20", "repository": "https://github.com/TryGhost/framework/tree/main/packages/debug", "author": "Ghost Foundation", "license": "MIT", @@ -25,7 +25,7 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/root-utils": "^0.3.17", + "@tryghost/root-utils": "^0.3.18", "debug": "^4.3.1" } } diff --git a/packages/elasticsearch/package.json b/packages/elasticsearch/package.json index 03ce93da..3875b2d5 100644 --- a/packages/elasticsearch/package.json +++ b/packages/elasticsearch/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/elasticsearch", - "version": "3.0.6", + "version": "3.0.7", "repository": "https://github.com/TryGhost/framework/tree/main/packages/elasticsearch", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ }, "dependencies": { "@elastic/elasticsearch": "8.5.0", - "@tryghost/debug": "^0.1.19", + "@tryghost/debug": "^0.1.20", "split2": "4.1.0" } } diff --git a/packages/errors/package.json b/packages/errors/package.json index de8f5505..4e8ed6d4 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/errors", - "version": "1.2.18", + "version": "1.2.19", "repository": "https://github.com/TryGhost/framework/tree/main/packages/errors", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/express-test/package.json b/packages/express-test/package.json index fc97a5a0..df66207a 100644 --- a/packages/express-test/package.json +++ b/packages/express-test/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/express-test", - "version": "0.11.6", + "version": "0.11.7", "repository": "https://github.com/TryGhost/framework/tree/main/packages/express-test", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/jest-snapshot": "^0.4.6", + "@tryghost/jest-snapshot": "^0.4.7", "cookiejar": "^2.1.3", "reqresnext": "^1.7.0" } diff --git a/packages/http-cache-utils/package.json b/packages/http-cache-utils/package.json index 55a03d40..e739c4ca 100644 --- a/packages/http-cache-utils/package.json +++ b/packages/http-cache-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/http-cache-utils", - "version": "0.1.4", + "version": "0.1.5", "repository": "https://github.com/TryGhost/framework/tree/main/packages/http-cache-utils", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/http-stream/package.json b/packages/http-stream/package.json index 525c9058..3b182845 100644 --- a/packages/http-stream/package.json +++ b/packages/http-stream/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/http-stream", - "version": "0.1.14", + "version": "0.1.15", "repository": "https://github.com/TryGhost/framework/tree/main/packages/http-stream", "author": "Ghost Foundation", "license": "MIT", @@ -28,7 +28,7 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/errors": "^1.2.18", - "@tryghost/request": "^0.1.32" + "@tryghost/errors": "^1.2.19", + "@tryghost/request": "^0.1.33" } } diff --git a/packages/jest-snapshot/package.json b/packages/jest-snapshot/package.json index 96de2c5f..b0b3e9f5 100644 --- a/packages/jest-snapshot/package.json +++ b/packages/jest-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/jest-snapshot", - "version": "0.4.6", + "version": "0.4.7", "repository": "https://github.com/TryGhost/framework/tree/main/packages/jest-snapshot", "author": "Ghost Foundation", "license": "MIT", @@ -27,7 +27,7 @@ "dependencies": { "@jest/expect": "^28.0.1", "@jest/expect-utils": "^28.0.1", - "@tryghost/errors": "^1.2.18", + "@tryghost/errors": "^1.2.19", "jest-snapshot": "^29.0.0" } } diff --git a/packages/logging/package.json b/packages/logging/package.json index 31151e1c..150ef098 100644 --- a/packages/logging/package.json +++ b/packages/logging/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/logging", - "version": "2.3.4", + "version": "2.3.5", "repository": "https://github.com/TryGhost/framework/tree/main/packages/logging", "author": "Ghost Foundation", "license": "MIT", @@ -27,10 +27,10 @@ }, "dependencies": { "@tryghost/bunyan-rotating-filestream": "^0.0.7", - "@tryghost/elasticsearch": "^3.0.6", - "@tryghost/http-stream": "^0.1.14", - "@tryghost/pretty-stream": "^0.1.13", - "@tryghost/root-utils": "^0.3.17", + "@tryghost/elasticsearch": "^3.0.7", + "@tryghost/http-stream": "^0.1.15", + "@tryghost/pretty-stream": "^0.1.14", + "@tryghost/root-utils": "^0.3.18", "bunyan": "^1.8.15", "bunyan-loggly": "^1.4.2", "fs-extra": "^10.0.0", diff --git a/packages/metrics/package.json b/packages/metrics/package.json index d33fb827..79686d92 100644 --- a/packages/metrics/package.json +++ b/packages/metrics/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/metrics", - "version": "1.0.18", + "version": "1.0.19", "repository": "https://github.com/TryGhost/framework/tree/main/packages/metrics", "author": "Ghost Foundation", "license": "MIT", @@ -26,9 +26,9 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/elasticsearch": "^3.0.6", - "@tryghost/pretty-stream": "^0.1.13", - "@tryghost/root-utils": "^0.3.17", + "@tryghost/elasticsearch": "^3.0.7", + "@tryghost/pretty-stream": "^0.1.14", + "@tryghost/root-utils": "^0.3.18", "json-stringify-safe": "^5.0.1" }, "optionalDependencies": { diff --git a/packages/nodemailer/package.json b/packages/nodemailer/package.json index ce0ac872..34f8b4e5 100644 --- a/packages/nodemailer/package.json +++ b/packages/nodemailer/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/nodemailer", - "version": "0.3.29", + "version": "0.3.30", "repository": "https://github.com/TryGhost/framework/tree/main/packages/nodemailer", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ }, "dependencies": { "@aws-sdk/client-ses": "^3.31.0", - "@tryghost/errors": "^1.2.18", + "@tryghost/errors": "^1.2.19", "nodemailer": "^6.6.3", "nodemailer-direct-transport": "^3.3.2", "nodemailer-mailgun-transport": "^2.1.5", diff --git a/packages/pretty-cli/package.json b/packages/pretty-cli/package.json index 2a3fb098..1adc8439 100644 --- a/packages/pretty-cli/package.json +++ b/packages/pretty-cli/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/pretty-cli", - "version": "1.2.31", + "version": "1.2.32", "description": "A mini-module to style a sywac instance in a standard way", "repository": "https://github.com/TryGhost/framework/tree/main/packages/pretty-cli", "author": "Ghost Foundation", diff --git a/packages/pretty-stream/package.json b/packages/pretty-stream/package.json index ac9db444..92b2a6a3 100644 --- a/packages/pretty-stream/package.json +++ b/packages/pretty-stream/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/pretty-stream", - "version": "0.1.13", + "version": "0.1.14", "repository": "https://github.com/TryGhost/framework/tree/main/packages/pretty-stream", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/promise/package.json b/packages/promise/package.json index e294fa83..b26e0b8d 100644 --- a/packages/promise/package.json +++ b/packages/promise/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/promise", - "version": "0.2.1", + "version": "0.3.0", "repository": "https://github.com/TryGhost/framework/tree/main/packages/promise", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/request/package.json b/packages/request/package.json index 4c4d746c..03735146 100644 --- a/packages/request/package.json +++ b/packages/request/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/request", - "version": "0.1.32", + "version": "0.1.33", "repository": "https://github.com/TryGhost/framework/tree/main/packages/request", "author": "Ghost Foundation", "license": "MIT", @@ -27,9 +27,9 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/errors": "^1.2.18", - "@tryghost/validator": "^0.1.30", - "@tryghost/version": "^0.1.17", + "@tryghost/errors": "^1.2.19", + "@tryghost/validator": "^0.1.31", + "@tryghost/version": "^0.1.18", "got": "9.6.0", "lodash": "^4.17.21" } diff --git a/packages/root-utils/package.json b/packages/root-utils/package.json index 07d6735f..4235ffde 100644 --- a/packages/root-utils/package.json +++ b/packages/root-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/root-utils", - "version": "0.3.17", + "version": "0.3.18", "repository": "https://github.com/TryGhost/framework/tree/main/packages/root-utils", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/server/package.json b/packages/server/package.json index 4ce7d849..2fb4ce1a 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/server", - "version": "0.1.27", + "version": "0.1.28", "repository": "https://github.com/TryGhost/framework/tree/main/packages/server", "author": "Ghost Foundation", "license": "MIT", @@ -25,7 +25,7 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/debug": "^0.1.19", - "@tryghost/logging": "^2.3.4" + "@tryghost/debug": "^0.1.20", + "@tryghost/logging": "^2.3.5" } } diff --git a/packages/tpl/package.json b/packages/tpl/package.json index db8b4f32..8a3a77ab 100644 --- a/packages/tpl/package.json +++ b/packages/tpl/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/tpl", - "version": "0.1.19", + "version": "0.1.20", "repository": "https://github.com/TryGhost/framework/tree/main/packages/tpl", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/validator/package.json b/packages/validator/package.json index f554ccb1..816ff864 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/validator", - "version": "0.1.30", + "version": "0.1.31", "repository": "https://github.com/TryGhost/framework/tree/main/packages/validator", "author": "Ghost Foundation", "license": "MIT", @@ -25,8 +25,8 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/errors": "^1.2.18", - "@tryghost/tpl": "^0.1.19", + "@tryghost/errors": "^1.2.19", + "@tryghost/tpl": "^0.1.20", "lodash": "^4.17.21", "moment-timezone": "^0.5.23", "validator": "7.2.0" diff --git a/packages/version/package.json b/packages/version/package.json index a1f15ab6..47f486f7 100644 --- a/packages/version/package.json +++ b/packages/version/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/version", - "version": "0.1.17", + "version": "0.1.18", "repository": "https://github.com/TryGhost/framework/tree/main/packages/version", "author": "Ghost Foundation", "license": "MIT", @@ -26,7 +26,7 @@ "sinon": "15.0.0" }, "dependencies": { - "@tryghost/root-utils": "^0.3.17", + "@tryghost/root-utils": "^0.3.18", "semver": "^7.3.5" } } diff --git a/packages/webhook-mock-receiver/package.json b/packages/webhook-mock-receiver/package.json index 7d274411..1a034298 100644 --- a/packages/webhook-mock-receiver/package.json +++ b/packages/webhook-mock-receiver/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/webhook-mock-receiver", - "version": "0.2.1", + "version": "0.2.2", "repository": "https://github.com/TryGhost/framework/tree/main/packages/webhook-mock-receiver", "author": "Ghost Foundation", "license": "MIT", diff --git a/packages/zip/package.json b/packages/zip/package.json index a18b4cc1..b3837e2f 100644 --- a/packages/zip/package.json +++ b/packages/zip/package.json @@ -1,6 +1,6 @@ { "name": "@tryghost/zip", - "version": "1.1.29", + "version": "1.1.30", "repository": "https://github.com/TryGhost/framework/tree/main/packages/zip", "author": "Ghost Foundation", "license": "MIT",