diff --git a/apps/admin-x-settings/package.json b/apps/admin-x-settings/package.json index 3b1dbd9964..09085568b7 100644 --- a/apps/admin-x-settings/package.json +++ b/apps/admin-x-settings/package.json @@ -38,7 +38,7 @@ "@tryghost/color-utils": "0.2.2", "@tryghost/kg-unsplash-selector": "0.2.5", "@tryghost/limit-service": "1.2.14", - "@tryghost/nql": "0.12.6", + "@tryghost/nql": "0.12.7", "@tryghost/timezone-data": "0.4.3", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 35bb9386ec..f30e0c4d3a 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -53,8 +53,8 @@ "@tryghost/koenig-lexical": "1.3.26", "@tryghost/limit-service": "1.2.14", "@tryghost/members-csv": "0.0.0", - "@tryghost/nql": "0.12.6", - "@tryghost/nql-lang": "0.6.2", + "@tryghost/nql": "0.12.7", + "@tryghost/nql-lang": "0.6.3", "@tryghost/string": "0.2.12", "@tryghost/timezone-data": "0.4.3", "animejs": "3.2.2", diff --git a/ghost/bookshelf-repository/package.json b/ghost/bookshelf-repository/package.json index dc830b5f81..adf411ff35 100644 --- a/ghost/bookshelf-repository/package.json +++ b/ghost/bookshelf-repository/package.json @@ -23,7 +23,7 @@ "c8": "7.14.0", "mocha": "10.2.0", "sinon": "15.2.0", - "@tryghost/nql": "0.12.6" + "@tryghost/nql": "0.12.7" }, "dependencies": { "@tryghost/mongo-utils": "0.6.2", diff --git a/ghost/collections/package.json b/ghost/collections/package.json index 2a3113292e..565daec0fd 100644 --- a/ghost/collections/package.json +++ b/ghost/collections/package.json @@ -30,7 +30,7 @@ "@tryghost/errors": "1.3.5", "@tryghost/in-memory-repository": "0.0.0", "@tryghost/logging": "2.4.18", - "@tryghost/nql": "0.12.6", + "@tryghost/nql": "0.12.7", "@tryghost/nql-filter-expansions": "0.0.0", "@tryghost/post-events": "0.0.0", "@tryghost/tpl": "0.1.32", diff --git a/ghost/core/package.json b/ghost/core/package.json index 737d51a12e..190046864a 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -137,7 +137,7 @@ "@tryghost/mw-version-match": "0.0.0", "@tryghost/mw-vhost": "0.0.0", "@tryghost/nodemailer": "0.3.45", - "@tryghost/nql": "0.12.6", + "@tryghost/nql": "0.12.7", "@tryghost/oembed-service": "0.0.0", "@tryghost/package-json": "0.0.0", "@tryghost/post-revisions": "0.0.0", diff --git a/ghost/custom-theme-settings-service/package.json b/ghost/custom-theme-settings-service/package.json index f1975c0d61..346b4ea9a4 100644 --- a/ghost/custom-theme-settings-service/package.json +++ b/ghost/custom-theme-settings-service/package.json @@ -18,7 +18,7 @@ "lib" ], "devDependencies": { - "@tryghost/nql-lang": "0.6.2", + "@tryghost/nql-lang": "0.6.3", "c8": "8.0.1", "mocha": "10.2.0", "should": "13.2.3", @@ -27,7 +27,7 @@ "dependencies": { "@tryghost/debug": "0.1.32", "@tryghost/errors": "1.3.5", - "@tryghost/nql": "0.12.6", + "@tryghost/nql": "0.12.7", "@tryghost/tpl": "0.1.32", "lodash": "4.17.21" } diff --git a/ghost/in-memory-repository/package.json b/ghost/in-memory-repository/package.json index 04a1f9ce30..3a6e3e5418 100644 --- a/ghost/in-memory-repository/package.json +++ b/ghost/in-memory-repository/package.json @@ -25,6 +25,6 @@ "sinon": "15.2.0" }, "dependencies": { - "@tryghost/nql": "0.12.6" + "@tryghost/nql": "0.12.7" } } diff --git a/ghost/link-tracking/package.json b/ghost/link-tracking/package.json index d8b655c7ac..c3fce7a71f 100644 --- a/ghost/link-tracking/package.json +++ b/ghost/link-tracking/package.json @@ -26,7 +26,7 @@ "dependencies": { "@tryghost/errors": "1.3.5", "@tryghost/link-redirects": "0.0.0", - "@tryghost/nql": "0.12.6", + "@tryghost/nql": "0.12.7", "@tryghost/tpl": "0.1.32", "bson-objectid": "2.0.4", "lodash": "4.17.21", diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index 4c297b134a..7f0e954bf0 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -36,7 +36,7 @@ "@tryghost/magic-link": "0.0.0", "@tryghost/member-events": "0.0.0", "@tryghost/members-payments": "0.0.0", - "@tryghost/nql": "0.12.6", + "@tryghost/nql": "0.12.7", "@tryghost/tpl": "0.1.32", "@tryghost/validator": "0.2.14", "@types/jsonwebtoken": "9.0.6", diff --git a/ghost/posts-service/package.json b/ghost/posts-service/package.json index b9028cda69..70b0e3d124 100644 --- a/ghost/posts-service/package.json +++ b/ghost/posts-service/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@tryghost/errors": "1.3.5", - "@tryghost/nql": "0.12.6", + "@tryghost/nql": "0.12.7", "@tryghost/post-events": "0.0.0", "@tryghost/tpl": "0.1.32", "bson-objectid": "2.0.4" diff --git a/yarn.lock b/yarn.lock index 8a39f56ac8..841d4deb5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7658,7 +7658,14 @@ nodemailer-mailgun-transport "^2.1.5" nodemailer-stub-transport "^1.1.0" -"@tryghost/nql-lang@0.6.2", "@tryghost/nql-lang@^0.6.2": +"@tryghost/nql-lang@0.6.3", "@tryghost/nql-lang@^0.6.3": + version "0.6.3" + resolved "https://registry.yarnpkg.com/@tryghost/nql-lang/-/nql-lang-0.6.3.tgz#3fe9015d5ebcfdf50be409bf1b0f6cc22cfb47a1" + integrity sha512-NnSdAjN3TIcm8g1/QW/EKLeGKAYIQR6CQZULMt1mbV+lVWnNjrgZNZchg4a90CdC5e0owOps+rz+2dmpDEC/Iw== + dependencies: + date-fns "^2.28.0" + +"@tryghost/nql-lang@^0.6.2": version "0.6.2" resolved "https://registry.yarnpkg.com/@tryghost/nql-lang/-/nql-lang-0.6.2.tgz#529d4fc06840dd0d4f120610d3d081f5df51c12c" integrity sha512-woIgIi89fpRnuBZQjZNF4MHbwp2IwYGQ/vEuvCGhHmOE47qhtEadvd0dCUnzOYSszgsFcp+xtOe6ZrICVEdUmw== @@ -7675,6 +7682,16 @@ "@tryghost/nql-lang" "^0.6.2" mingo "^2.2.2" +"@tryghost/nql@0.12.7": + version "0.12.7" + resolved "https://registry.yarnpkg.com/@tryghost/nql/-/nql-0.12.7.tgz#4ef56984809cb39416b9b21b9cd7ae976720f5e3" + integrity sha512-O58X36ug6KZ8n0/a/mkhb0My3vDO/xbH3HlK+U0t6houwQN7xUEOsZxBq7E0w/h4dXXwQCFeW5mIfuRD3FHWIg== + dependencies: + "@tryghost/mongo-knex" "^0.9.1" + "@tryghost/mongo-utils" "^0.6.2" + "@tryghost/nql-lang" "^0.6.3" + mingo "^2.2.2" + "@tryghost/pretty-cli@1.2.44", "@tryghost/pretty-cli@^1.2.38": version "1.2.44" resolved "https://registry.yarnpkg.com/@tryghost/pretty-cli/-/pretty-cli-1.2.44.tgz#9ae1923076c3390457ed40df0217e216413b0f1e"