From 055801dd60cfee396c2231920f8af1e7d3ac798b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 00:56:25 +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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5525cc8..a943c4e 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "graphql-tag": "^2.5.0", "hsl-map-style": "hsldevcom/hsl-map-style#master", "ioredis": "^5.0.6", - "knex": "^2.1.0", + "knex": "^2.4.0", "koa": "^2.4.1", "koa-json-body": "^5.3.0", "koa-router": "7.3.0", diff --git a/yarn.lock b/yarn.lock index 2b68c32..ea2a1d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5639,10 +5639,10 @@ kind-of@^6.0.0, kind-of@^6.0.2: resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== -knex@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/knex/-/knex-2.3.0.tgz#87fa2a9553d7cafb125d7a0645256fbe29ef5967" - integrity sha512-WMizPaq9wRMkfnwKXKXgBZeZFOSHGdtoSz5SaLAVNs3WRDfawt9O89T4XyH52PETxjV8/kRk0Yf+8WBEP/zbYw== +knex@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/knex/-/knex-2.4.0.tgz#7d33cc36f320cdac98741010544b4c6a98b8b19e" + integrity sha512-i0GWwqYp1Hs2yvc2rlDO6nzzkLhwdyOZKRdsMTB8ZxOs2IXQyL5rBjSbS1krowCh6V65T4X9CJaKtuIfkaPGSA== dependencies: colorette "2.0.19" commander "^9.1.0"