chore(deps): 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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-11 04:42:39 +00:00 committed by Ricardo Arturo Cabral Mejía
parent c439dc85df
commit 7d9ef0e216
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -13,7 +13,7 @@
"debug": "4.3.4",
"dotenv": "^16.0.3",
"joi": "17.7.0",
"knex": "2.3.0",
"knex": "2.4.0",
"pg": "8.8.0",
"pg-query-stream": "4.2.4",
"ramda": "0.28.0",
@ -5826,9 +5826,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",
@ -16972,9 +16972,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",

View File

@ -112,7 +112,7 @@
"debug": "4.3.4",
"dotenv": "^16.0.3",
"joi": "17.7.0",
"knex": "2.3.0",
"knex": "2.4.0",
"pg": "8.8.0",
"pg-query-stream": "4.2.4",
"ramda": "0.28.0",