Update dependency knex to ~0.21.11 (#295)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-11-01 10:27:06 +07:00 committed by GitHub
parent 21fae10306
commit 6eec4dbfeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@
"fluent-ffmpeg": "~2.1.2",
"helmet": "~4.1.1",
"jszip": "~3.5.0",
"knex": "~0.21.10",
"knex": "~0.21.11",
"multer": "~1.4.2",
"node-fetch": "~2.6.1",
"nunjucks": "~3.2.2",

View File

@ -4104,10 +4104,10 @@ kind-of@^6.0.0, kind-of@^6.0.2, kind-of@^6.0.3:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
knex@~0.21.10:
version "0.21.10"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.10.tgz#ffa91d9b253508bafd4dd13321c3e4eba2238c61"
integrity sha512-Z231ByBdvlDuMPOmuhxyKxnl4kif4/T/umixckLh7tG9ynyVTyp2/32ebkYsEvS3iSPhfl30Q5wDSzzlCbTHGQ==
knex@~0.21.11:
version "0.21.11"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.21.11.tgz#9d10bd6cd0006edfdd0d714be3dab921091170b1"
integrity sha512-38ULvIELt9MWR8PfXoNPj/kcaAMLWnPScqIWu2Jd/XjRazS35Ti4qCPSaEvQZiOTxz/Ah0cU+jC5lstdSH5GqQ==
dependencies:
colorette "1.2.1"
commander "^5.1.0"