From 4dd20afe280de401322036e9ea6ffc63e0fad2d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 07:52:08 +0000 Subject: [PATCH] chore(deps): bump knex from 0.21.16 to 0.21.17 Bumps [knex](https://github.com/knex/knex) from 0.21.16 to 0.21.17. - [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..f02750e 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.17", + "resolved": "https://registry.npmjs.org/knex/-/knex-0.21.17.tgz", + "integrity": "sha512-kAt58lRwjzqwedApKF7luYPa7HsLb0oDiczwKrkZcekIzTmSow5YGK149S2C8HjH63R3NcOBo9+1rjvWnC1Paw==", "requires": { "colorette": "1.2.1", "commander": "^6.2.0", diff --git a/package.json b/package.json index c64ceae..46a3403 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.17", "level": "^6.0.1", "mongodb": "^3.6.3", "mongoose": "^5.11.13",