diff --git a/package.json b/package.json index 7f4b7be350..c1f456cdad 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "jsonwebtoken": "8.5.1", "juice": "8.0.0", "keypair": "1.0.4", - "knex": "1.0.5", + "knex": "1.0.6", "knex-migrator": "4.2.6", "lodash": "4.17.21", "luxon": "2.3.1", diff --git a/yarn.lock b/yarn.lock index 3402e75789..dca78ec65f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7795,6 +7795,26 @@ knex@1.0.5: tarn "^3.0.2" tildify "2.0.0" +knex@1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/knex/-/knex-1.0.6.tgz#4b72050bd5569dd3c758f766d8b0932928dd0284" + integrity sha512-J9jYxo0ttDJz6fCfWaBrQ16mkXQvh/FjNL+7x11IqCy/2nq8vpv1MWMBPMK9UwXYiTPdn/EU4bg1KP6eXjOVEA== + dependencies: + colorette "2.0.16" + commander "^9.1.0" + debug "4.3.4" + escalade "^3.1.1" + esm "^3.2.25" + get-package-type "^0.1.0" + getopts "2.3.0" + interpret "^2.2.0" + lodash "^4.17.21" + pg-connection-string "2.5.0" + rechoir "^0.8.0" + resolve-from "^5.0.0" + tarn "^3.0.2" + tildify "2.0.0" + knex@^0.20: version "0.20.15" resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.15.tgz#b7e9e1efd9cf35d214440d9439ed21153574679d"