From 4d151bd724f728ff8ea2859ea9d4a24d29c1e9da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 10:14:11 +0000 Subject: [PATCH] chore(deps): bump knex from 0.21.16 to 0.21.18 Bumps [knex](https://github.com/knex/knex) from 0.21.16 to 0.21.18. - [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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fadb1b4..66224f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7243,9 +7243,9 @@ "dev": true }, "knex": { - "version": "0.21.16", - "resolved": "https://registry.npmjs.org/knex/-/knex-0.21.16.tgz", - "integrity": "sha512-M3FTFfby49AEngsx/0UXEJEMnKMjPjeKOtvk+AY6d6kboz9NsT7xDudl0wRNj+S0lq0yearCSb1v+YxgbU/kWA==", + "version": "0.21.18", + "resolved": "https://registry.npmjs.org/knex/-/knex-0.21.18.tgz", + "integrity": "sha512-hP4Qyy2LjQLsabQYc6YgDFHb+CJJBjQz1TMPTKyN85CF2NLIsZsF4FDe0NvQXeXMeak3E/kKr5iJog1JBm6ZCQ==", "requires": { "colorette": "1.2.1", "commander": "^6.2.0", diff --git a/package.json b/package.json index c64ceae..178e2e8 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "helmet": "^4.4.1", "http-proxy": "^1.18.1", "jwks-rsa": "^1.12.2", - "knex": "^0.21.16", + "knex": "^0.21.18", "level": "^6.0.1", "mongodb": "^3.6.3", "mongoose": "^5.11.13",