From c56848a374b0a37741c09d23740443ab15a678ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:28:49 +0000 Subject: [PATCH] Bump knex from 2.3.0 to 2.4.0 Bumps [knex](https://github.com/knex/knex) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](https://github.com/knex/knex/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: knex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index edf4e63..25c1ac9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "hapi-swagger": "^15.0.0", "joi": "^17.7.0", "jsonwebtoken": "^9.0.0", - "knex": "^2.3.0", + "knex": "^2.4.0", "lodash": "^4.17.21", "node-fetch": "2.6.7", "nodemailer": "^6.8.0", @@ -5549,9 +5549,9 @@ } }, "node_modules/knex": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/knex/-/knex-2.3.0.tgz", - "integrity": "sha512-WMizPaq9wRMkfnwKXKXgBZeZFOSHGdtoSz5SaLAVNs3WRDfawt9O89T4XyH52PETxjV8/kRk0Yf+8WBEP/zbYw==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/knex/-/knex-2.4.0.tgz", + "integrity": "sha512-i0GWwqYp1Hs2yvc2rlDO6nzzkLhwdyOZKRdsMTB8ZxOs2IXQyL5rBjSbS1krowCh6V65T4X9CJaKtuIfkaPGSA==", "dependencies": { "colorette": "2.0.19", "commander": "^9.1.0", @@ -14217,9 +14217,9 @@ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" }, "knex": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/knex/-/knex-2.3.0.tgz", - "integrity": "sha512-WMizPaq9wRMkfnwKXKXgBZeZFOSHGdtoSz5SaLAVNs3WRDfawt9O89T4XyH52PETxjV8/kRk0Yf+8WBEP/zbYw==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/knex/-/knex-2.4.0.tgz", + "integrity": "sha512-i0GWwqYp1Hs2yvc2rlDO6nzzkLhwdyOZKRdsMTB8ZxOs2IXQyL5rBjSbS1krowCh6V65T4X9CJaKtuIfkaPGSA==", "requires": { "colorette": "2.0.19", "commander": "^9.1.0", diff --git a/package.json b/package.json index d883c04..d9125fd 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "hapi-swagger": "^15.0.0", "joi": "^17.7.0", "jsonwebtoken": "^9.0.0", - "knex": "^2.3.0", + "knex": "^2.4.0", "lodash": "^4.17.21", "node-fetch": "2.6.7", "nodemailer": "^6.8.0",