Compare commits

..

1 Commits

Author SHA1 Message Date
c31f19e031
Update dependency knex to v2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-05-26 09:17:44 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@
"fastify-cors": "^6.0.2",
"fastify-jwt": "^4.0.0",
"isbot": "^3.3.3",
"knex": "2.0.0",
"knex": "2.1.0",
"sqlite3": "^5.0.2",
"uniqid": "^5.3.0"
},

View File

@ -2364,10 +2364,10 @@ keyv@^4.0.0:
dependencies:
json-buffer "3.0.1"
knex@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/knex/-/knex-2.0.0.tgz#84296ced7ef27e0f3b954302ac7d9da67c28b5d3"
integrity sha512-LchC8/GLfreMz8d4kCwh/ymXttsoJG8zO1O0AJBjnxdyr2oT/k2ik77hP1PpZkZH9mDQrq6WsQcIu18Pnqppzg==
knex@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/knex/-/knex-2.1.0.tgz#9348aace3a08ff5be26eb1c8e838416ddf1aa216"
integrity sha512-vVsnD6UJdSJy55TvCXfFF9syfwyXNxfE9mvr2hJL/4Obciy2EPGoqjDpgRSlMruHuPWDOeYAG25nyrGvU+jJog==
dependencies:
colorette "2.0.16"
commander "^9.1.0"