0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Update dependency @tryghost/nql to v0.9.1 (#2324)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-18 09:48:02 +01:00 committed by GitHub
parent a4d3d74730
commit 2d18c5cdcb
2 changed files with 22 additions and 17 deletions

View file

@ -45,7 +45,7 @@
"@tryghost/limit-service": "1.0.10",
"@tryghost/members-csv": "1.2.10",
"@tryghost/mobiledoc-kit": "0.12.5-ghost.1",
"@tryghost/nql": "0.9.0",
"@tryghost/nql": "0.9.1",
"@tryghost/nql-lang": "0.3.0",
"@tryghost/string": "0.1.23",
"@tryghost/timezone-data": "0.2.62",

View file

@ -2033,34 +2033,39 @@
mobiledoc-dom-renderer "0.7.0"
mobiledoc-text-renderer "0.4.0"
"@tryghost/mongo-knex@^0.6.2":
version "0.6.2"
resolved "https://registry.yarnpkg.com/@tryghost/mongo-knex/-/mongo-knex-0.6.2.tgz#8eb246d9311fce6e8fcdced263c1efc8a507b3b8"
integrity sha512-Ef1/TE74ZQaMPMy5dMmmtlqmFq3F8GtzRSvPbaNnPMN1Jn0200CQP8L5akh0r77YGtCKj5foMNsvmlTe5DqmRw==
"@tryghost/mongo-knex@^0.6.3":
version "0.6.3"
resolved "https://registry.yarnpkg.com/@tryghost/mongo-knex/-/mongo-knex-0.6.3.tgz#9b0e4bcb06caa57be0de342b30297c1e5f9d2024"
integrity sha512-CTus0ocz/CXIJpTX4ZrmcWF5YhcfTW5NsGprrg9PXFVm0CF4Hlom2A+KPEmH3k3H+ngdVrNX1Wq0DZ91N0a3Pw==
dependencies:
debug "^4.3.3"
lodash "^4.17.21"
"@tryghost/mongo-utils@^0.3.3":
version "0.3.3"
resolved "https://registry.yarnpkg.com/@tryghost/mongo-utils/-/mongo-utils-0.3.3.tgz#1f35b9e9acd2762d63c72cfd097376dd8049d59c"
integrity sha512-9Qo4jKBr8cTzgZriGQIfpq0X5bJDPDyqlLxeWHNyhIT3J8R2Mtp83zGSeuuwng33JO1cFZKMyaAQs2YTdZWeIA==
"@tryghost/mongo-utils@^0.3.4":
version "0.3.4"
resolved "https://registry.yarnpkg.com/@tryghost/mongo-utils/-/mongo-utils-0.3.4.tgz#cd0c37d17d4b183cceeeebc149e21877f9c88253"
integrity sha512-bzAfTg85bnv+E74IYoYUZQyNdUnRkRWqLHfK66VL2d/mfKM0Qzj3iLcY+BQlEoqjlkGGRJENV4T42qR/fM+QXA==
dependencies:
lodash "^4.17.11"
"@tryghost/nql-lang@0.3.0", "@tryghost/nql-lang@^0.3.0":
"@tryghost/nql-lang@0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@tryghost/nql-lang/-/nql-lang-0.3.0.tgz#47e3658e46fc89222095d6cfa1927291901b2e73"
integrity sha512-rjE0r0Fi5TCjFOL0p8wllbSb42YSgLqEXnS5AgxvhOgjMjHYkFfDX7SWN6eGFt2HeW8B15LxvG2x4eFWNoB1QA==
"@tryghost/nql@0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@tryghost/nql/-/nql-0.9.0.tgz#706d91add48043303260f92c67d7f6b8c429e982"
integrity sha512-1b0YHY9aOI74YgA8zXA962BCYR3fofZaM1NLmoXXLwSORT9Q4yajNygMZH328NqCUiyg6KRjNnMyC/E8kLwBgQ==
"@tryghost/nql-lang@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@tryghost/nql-lang/-/nql-lang-0.3.1.tgz#01dc1b124e820927130e7c1f5e48db205959c290"
integrity sha512-S/5cpAhyeNzMfaEvaRKnCy6uMABd8FGTwIoZcZmeAeLBigxs7LO+Q2vQexufu6TxOud+YhMT7UQX3vy076L5HQ==
"@tryghost/nql@0.9.1":
version "0.9.1"
resolved "https://registry.yarnpkg.com/@tryghost/nql/-/nql-0.9.1.tgz#f50bc32713e857a7c60e0cbaaee2cbeb6f3123a6"
integrity sha512-Ihx+htB+H/nzV8a+ud68ViCe5TwwZlWNUM2TbBn9WpgDXw579PgsAUvusaOhbLVVJKZDeJnlmY/gNXO0e6NUqQ==
dependencies:
"@tryghost/mongo-knex" "^0.6.2"
"@tryghost/mongo-utils" "^0.3.3"
"@tryghost/nql-lang" "^0.3.0"
"@tryghost/mongo-knex" "^0.6.3"
"@tryghost/mongo-utils" "^0.3.4"
"@tryghost/nql-lang" "^0.3.1"
mingo "^2.2.2"
"@tryghost/string@0.1.23":