fix(deps): update dependency knex to ~2.4.2 (#639)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-25 18:24:25 +07:00 committed by GitHub
parent 2921c4775e
commit 36fd1c4aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@
"helmet": "~6.0.1", "helmet": "~6.0.1",
"hyper-express": "~6.5.7", "hyper-express": "~6.5.7",
"jszip": "~3.10.1", "jszip": "~3.10.1",
"knex": "~2.3.0", "knex": "~2.4.2",
"live-directory": "~2.3.2", "live-directory": "~2.3.2",
"markdown-it": "~13.0.1", "markdown-it": "~13.0.1",
"node-fetch": "~2.6.9", "node-fetch": "~2.6.9",

View File

@ -3643,10 +3643,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" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
knex@~2.3.0: knex@~2.4.2:
version "2.3.0" version "2.4.2"
resolved "https://registry.yarnpkg.com/knex/-/knex-2.3.0.tgz#87fa2a9553d7cafb125d7a0645256fbe29ef5967" resolved "https://registry.yarnpkg.com/knex/-/knex-2.4.2.tgz#a34a289d38406dc19a0447a78eeaf2d16ebedd61"
integrity sha512-WMizPaq9wRMkfnwKXKXgBZeZFOSHGdtoSz5SaLAVNs3WRDfawt9O89T4XyH52PETxjV8/kRk0Yf+8WBEP/zbYw== integrity sha512-tMI1M7a+xwHhPxjbl/H9K1kHX+VncEYcvCx5K00M16bWvpYPKAZd6QrCu68PtHAdIZNQPWZn0GVhqVBEthGWCg==
dependencies: dependencies:
colorette "2.0.19" colorette "2.0.19"
commander "^9.1.0" commander "^9.1.0"