From be7359e34e82f291f81727f26aed2fcf2a0676e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 07:31:53 +0000 Subject: [PATCH] fix(deps): update dependency @tryghost/nql to v0.12.10 --- packages/bookshelf-filter/package.json | 2 +- yarn.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/bookshelf-filter/package.json b/packages/bookshelf-filter/package.json index 71774888d..21a397dbb 100644 --- a/packages/bookshelf-filter/package.json +++ b/packages/bookshelf-filter/package.json @@ -30,7 +30,7 @@ "dependencies": { "@tryghost/debug": "^0.1.36", "@tryghost/errors": "^1.3.9", - "@tryghost/nql": "0.12.6", + "@tryghost/nql": "0.12.10", "@tryghost/tpl": "^0.1.36" } } diff --git a/yarn.lock b/yarn.lock index 9a70af9f8..404f59683 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2999,36 +2999,36 @@ dependencies: lodash "^4.17.21" -"@tryghost/mongo-knex@^0.9.1": - version "0.9.2" - resolved "https://registry.yarnpkg.com/@tryghost/mongo-knex/-/mongo-knex-0.9.2.tgz#3bd9c96ec1ced10253fac778b811613e3942e583" - integrity sha512-9YA1wpPwAgAT75YAMX46dGp9HpNS7uwoz8d8o88DS3pE1N6uTJUJPzcqcj6gXcXB0tAnJu+cmr1BdTA2YeAYvw== +"@tryghost/mongo-knex@^0.9.4": + version "0.9.4" + resolved "https://registry.yarnpkg.com/@tryghost/mongo-knex/-/mongo-knex-0.9.4.tgz#bd92d191c28d95367d4898aefc57cf82a1d95304" + integrity sha512-R5mqpuQ1nN4qWAii9Tvg5POZ0nLO7Voy7QaQF+95sseUpfe4XEUsr3+mm4HYPC8MNKginlUm/unLf5QFzFQl5w== dependencies: debug "^4.3.3" lodash "^4.17.21" -"@tryghost/mongo-utils@^0.6.2": +"@tryghost/mongo-utils@^0.6.3": version "0.6.3" resolved "https://registry.yarnpkg.com/@tryghost/mongo-utils/-/mongo-utils-0.6.3.tgz#7e367a291e397cdce7027f0ae7d854ed22fde1b1" integrity sha512-BOgflEMywUXnTxXqOPuppFRD50IuIERAt06UEsyGTLRI6GSuO18BDygo72UpMHtM+NspGM0jPc1eQOeVvUJNAw== dependencies: lodash "^4.17.11" -"@tryghost/nql-lang@^0.6.2": +"@tryghost/nql-lang@^0.6.4": version "0.6.4" resolved "https://registry.yarnpkg.com/@tryghost/nql-lang/-/nql-lang-0.6.4.tgz#2e2af47362b586c9ee0200bebb76ca69f0ba6567" integrity sha512-m984kPFEexS3N1j/LeG51ChTJCplN/+IWoBP6/vsBxz0cnneY87J7rwr96gTmNR+s1xDzuQOpj3heoFD9Dw+7A== dependencies: date-fns "^2.28.0" -"@tryghost/nql@0.12.6": - version "0.12.6" - resolved "https://registry.yarnpkg.com/@tryghost/nql/-/nql-0.12.6.tgz#18c8b57f73d37269e2c0ab23b6c3f4f4030804b4" - integrity sha512-IIcfxSgK++O/6om42T+waIjuJCeZ0Ma88ITp/DRbaqgGzUpd9tRAyOzsTTxQkZ7OUbHXd165+ee4myHTh7fmSw== +"@tryghost/nql@0.12.10": + version "0.12.10" + resolved "https://registry.yarnpkg.com/@tryghost/nql/-/nql-0.12.10.tgz#3050f24203e8c3946568f6cb03e7371ac10cf4e5" + integrity sha512-kpj2ICTBmkz5Uet7Z/J61C/EEBTfa55np6LnbqW6N8g33uvCh9NkAsM2WgV1NK2lffpQT3Cs/qA2ymzHAguvoA== dependencies: - "@tryghost/mongo-knex" "^0.9.1" - "@tryghost/mongo-utils" "^0.6.2" - "@tryghost/nql-lang" "^0.6.2" + "@tryghost/mongo-knex" "^0.9.4" + "@tryghost/mongo-utils" "^0.6.3" + "@tryghost/nql-lang" "^0.6.4" mingo "^2.2.2" "@tryghost/string@0.2.15":