From 0bf7b4f77bcfeae9ca7982516b97fbe91b1235cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 02:31:49 +0000 Subject: [PATCH] Bump knex from 0.20.7 to 0.20.8 Bumps [knex](https://github.com/knex/knex) from 0.20.7 to 0.20.8. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/knex/knex/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 68cedcf1..3883fe60 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "idx": "^2.5.6", "jsonwebtoken": "^8.5.1", "jwt-passport": "^0.0.5", - "knex": "^0.20.7", + "knex": "^0.20.8", "load-script": "^1.0.0", "lodash": "^4.17.15", "moment-timezone": "^0.5.27", diff --git a/yarn.lock b/yarn.lock index 5043d518..08e1e70b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4568,6 +4568,11 @@ eslint@5.12.0: table "^5.0.2" text-table "^0.2.0" +esm@^3.2.25: + version "3.2.25" + resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10" + integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA== + espree@^5.0.0: version "5.0.1" resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a" @@ -7690,15 +7695,16 @@ kleur@^2.0.1: resolved "https://registry.yarnpkg.com/kleur/-/kleur-2.0.2.tgz#b704f4944d95e255d038f0cb05fb8a602c55a300" integrity sha512-77XF9iTllATmG9lSlIv0qdQ2BQ/h9t0bJllHlbvsQ0zUWfU7Yi0S8L5JXzPZgkefIiajLmBJJ4BsMJmqcf7oxQ== -knex@^0.20.7: - version "0.20.7" - resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.7.tgz#659ef45a395add4a40412bba6c749fe290f01cd5" - integrity sha512-Yu5WfQqK9JSkxMAWnCdeWbsjTKTzsjMYjqmUowOQnyLMs4RspVehqXCVjg+aTtcVrTtIZ3WvoeE00OzFsZKJow== +knex@^0.20.8: + version "0.20.8" + resolved "https://registry.yarnpkg.com/knex/-/knex-0.20.8.tgz#b41c72773185e1032f4a77074198413521827860" + integrity sha512-fLiSg5PIBisORs0M+UGjg2s1P/E1BrYvb/NkSVk6Y90HJujkqLufSC6ag+hDgXqW73mFAF283M6+q3/NW0TrHw== dependencies: bluebird "^3.7.2" colorette "1.1.0" commander "^4.1.0" debug "4.1.1" + esm "^3.2.25" getopts "2.2.5" inherits "~2.0.4" interpret "^2.0.0"