From 20b86a1a97ea2c3def0432e23cbd276d1c89bc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 04:49:33 +0000 Subject: [PATCH] Bump knex in /03-cd/04-github-actions/.start-code/hangman-api 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] --- .../.start-code/hangman-api/package-lock.json | 14 +++++++------- .../.start-code/hangman-api/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/03-cd/04-github-actions/.start-code/hangman-api/package-lock.json b/03-cd/04-github-actions/.start-code/hangman-api/package-lock.json index 5fefc866..37825257 100644 --- a/03-cd/04-github-actions/.start-code/hangman-api/package-lock.json +++ b/03-cd/04-github-actions/.start-code/hangman-api/package-lock.json @@ -14,7 +14,7 @@ "by-node-env": "^2.0.1", "cors": "^2.8.5", "express": "^4.18.2", - "knex": "^2.3.0", + "knex": "^2.4.0", "pg": "^8.8.0" }, "devDependencies": { @@ -3498,9 +3498,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", @@ -8028,9 +8028,9 @@ "dev": true }, "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/03-cd/04-github-actions/.start-code/hangman-api/package.json b/03-cd/04-github-actions/.start-code/hangman-api/package.json index 9fb9212f..b6b1cd6f 100644 --- a/03-cd/04-github-actions/.start-code/hangman-api/package.json +++ b/03-cd/04-github-actions/.start-code/hangman-api/package.json @@ -37,7 +37,7 @@ "by-node-env": "^2.0.1", "cors": "^2.8.5", "express": "^4.18.2", - "knex": "^2.3.0", + "knex": "^2.4.0", "pg": "^8.8.0" } }