From 0ef22445654a2120e537559d8d740333361780e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 01:35:42 +0000 Subject: [PATCH] Bump knex from 0.17.3 to 2.4.0 Bumps [knex](https://github.com/knex/knex) from 0.17.3 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/commits/2.4.0) --- updated-dependencies: - dependency-name: knex dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 619ae87..38480e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1399,9 +1399,9 @@ "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" }, "knex": { - "version": "0.17.3", - "resolved": "https://registry.npmjs.org/knex/-/knex-0.17.3.tgz", - "integrity": "sha512-EAaBfRmpiZGUT+kTMDXg+NoUyAWH0Qv910HRWDUwTjSM3Dv7enW5ttGFanI0I/xUZL+RGFwcqC/b57+5+gUxkA==", + "version": "0.17.6", + "resolved": "https://registry.npmjs.org/knex/-/knex-0.17.6.tgz", + "integrity": "sha512-4SKp8jaBxqlEoaveenmpfnHEv5Kzo6/vhIj8UhW1srGw/FKqARTr+7Fv8C1C1qeVHDjv0coQWuUzN5eermHUsw==", "requires": { "@babel/polyfill": "^7.4.4", "@types/bluebird": "^3.5.27",