diff --git a/package.json b/package.json index 551eec5dd6..199af5569e 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "js-yaml": "^4.1.0", "json-schema-to-ts": "2.6.0", "json2csv": "^5.0.7", - "knex": "^2.0.0", + "knex": "^2.4.2", "log4js": "^6.0.0", "make-fetch-happen": "^11.0.0", "memoizee": "^0.4.15", diff --git a/yarn.lock b/yarn.lock index 9e71b83805..424d97ddbd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4726,6 +4726,26 @@ knex@^2.0.0: tarn "^3.0.2" tildify "2.0.0" +knex@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/knex/-/knex-2.4.2.tgz#a34a289d38406dc19a0447a78eeaf2d16ebedd61" + integrity sha512-tMI1M7a+xwHhPxjbl/H9K1kHX+VncEYcvCx5K00M16bWvpYPKAZd6QrCu68PtHAdIZNQPWZn0GVhqVBEthGWCg== + dependencies: + colorette "2.0.19" + 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" + lazy-cache@^0.2.3: version "0.2.7" resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-0.2.7.tgz#7feddf2dcb6edb77d11ef1d117ab5ffdf0ab1b65"