From d1be239bbe48bebea74f52ac0c9a121a9de7480a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 04:23:03 +0000 Subject: [PATCH] Bump knex from 1.0.7 to 2.4.0 in /apps/caller Bumps [knex](https://github.com/knex/knex) from 1.0.7 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/1.0.7...2.4.0) --- updated-dependencies: - dependency-name: knex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/caller/package-lock.json | 36 +++++++++++++++++------------------ apps/caller/package.json | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/apps/caller/package-lock.json b/apps/caller/package-lock.json index 6aaeb2b9..2c8133d4 100644 --- a/apps/caller/package-lock.json +++ b/apps/caller/package-lock.json @@ -15,7 +15,7 @@ "dotenv": "^10.0.0", "express": "^4.17.1", "jquery": "^3.6.0", - "knex": "^1.0.7", + "knex": "^2.4.0", "passport": "^0.4.0", "passport-oauth": "^1.0.0", "request": "^2.88.2", @@ -552,9 +552,9 @@ } }, "node_modules/colorette": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz", - "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==" + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", + "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==" }, "node_modules/combined-stream": { "version": "1.0.8", @@ -1789,11 +1789,11 @@ } }, "node_modules/knex": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/knex/-/knex-1.0.7.tgz", - "integrity": "sha512-89jxuRATt4qJMb9ZyyaKBy0pQ4d5h7eOFRqiNFnUvsgU+9WZ2eIaZKrAPG1+F3mgu5UloPUnkVE5Yo2sKZUs6Q==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/knex/-/knex-2.4.0.tgz", + "integrity": "sha512-i0GWwqYp1Hs2yvc2rlDO6nzzkLhwdyOZKRdsMTB8ZxOs2IXQyL5rBjSbS1krowCh6V65T4X9CJaKtuIfkaPGSA==", "dependencies": { - "colorette": "2.0.16", + "colorette": "2.0.19", "commander": "^9.1.0", "debug": "4.3.4", "escalade": "^3.1.1", @@ -1815,9 +1815,6 @@ "node": ">=12" }, "peerDependenciesMeta": { - "@vscode/sqlite3": { - "optional": true - }, "better-sqlite3": { "optional": true }, @@ -1833,6 +1830,9 @@ "pg-native": { "optional": true }, + "sqlite3": { + "optional": true + }, "tedious": { "optional": true } @@ -4090,9 +4090,9 @@ "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" }, "colorette": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz", - "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==" + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", + "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==" }, "combined-stream": { "version": "1.0.8", @@ -5035,11 +5035,11 @@ } }, "knex": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/knex/-/knex-1.0.7.tgz", - "integrity": "sha512-89jxuRATt4qJMb9ZyyaKBy0pQ4d5h7eOFRqiNFnUvsgU+9WZ2eIaZKrAPG1+F3mgu5UloPUnkVE5Yo2sKZUs6Q==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/knex/-/knex-2.4.0.tgz", + "integrity": "sha512-i0GWwqYp1Hs2yvc2rlDO6nzzkLhwdyOZKRdsMTB8ZxOs2IXQyL5rBjSbS1krowCh6V65T4X9CJaKtuIfkaPGSA==", "requires": { - "colorette": "2.0.16", + "colorette": "2.0.19", "commander": "^9.1.0", "debug": "4.3.4", "escalade": "^3.1.1", diff --git a/apps/caller/package.json b/apps/caller/package.json index 38d8f048..1b5a8089 100644 --- a/apps/caller/package.json +++ b/apps/caller/package.json @@ -16,7 +16,7 @@ "dotenv": "^10.0.0", "express": "^4.17.1", "jquery": "^3.6.0", - "knex": "^1.0.7", + "knex": "^2.4.0", "passport": "^0.4.0", "passport-oauth": "^1.0.0", "request": "^2.88.2",