Bump knex from 0.21.4 to 0.21.5
Bumps [knex](https://github.com/knex/knex) from 0.21.4 to 0.21.5. - [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/0.21.5) Signed-off-by: dependabot[bot] <support@github.com>cshd
parent
d45bb8d09c
commit
88c2fc2e83
|
@ -2223,9 +2223,9 @@
|
|||
}
|
||||
},
|
||||
"knex": {
|
||||
"version": "0.21.4",
|
||||
"resolved": "https://registry.npmjs.org/knex/-/knex-0.21.4.tgz",
|
||||
"integrity": "sha512-vUrR4mJBKWJPouV9C7kqvle9cTpiuuzBWqrQXP7bAv+Ua9oeKkEhhorJwArzcjVrVBojZYPMMtNVliW9B00sTA==",
|
||||
"version": "0.21.5",
|
||||
"resolved": "https://registry.npmjs.org/knex/-/knex-0.21.5.tgz",
|
||||
"integrity": "sha512-cQj7F2D/fu03eTr6ZzYCYKdB9w7fPYlvTiU/f2OeXay52Pq5PwD+NAkcf40WDnppt/4/4KukROwlMOaE7WArcA==",
|
||||
"requires": {
|
||||
"colorette": "1.2.1",
|
||||
"commander": "^5.1.0",
|
||||
|
@ -2235,7 +2235,7 @@
|
|||
"inherits": "~2.0.4",
|
||||
"interpret": "^2.2.0",
|
||||
"liftoff": "3.1.0",
|
||||
"lodash": "^4.17.19",
|
||||
"lodash": "^4.17.20",
|
||||
"mkdirp": "^1.0.4",
|
||||
"pg-connection-string": "2.3.0",
|
||||
"tarn": "^3.0.0",
|
||||
|
@ -2249,6 +2249,11 @@
|
|||
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
||||
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.20",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
|
||||
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
|
||||
},
|
||||
"mkdirp": {
|
||||
"version": "1.0.4",
|
||||
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
||||
|
@ -2321,7 +2326,8 @@
|
|||
"lodash": {
|
||||
"version": "4.17.19",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
|
||||
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
|
||||
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
|
||||
"dev": true
|
||||
},
|
||||
"lodash.camelcase": {
|
||||
"version": "4.3.0",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"ini": "^1.3.5",
|
||||
"json-schema-to-jsdoc": "^1.0.0",
|
||||
"json5": "^2.1.3",
|
||||
"knex": "^0.21.4",
|
||||
"knex": "^0.21.5",
|
||||
"knub-command-manager": "^6.1.0",
|
||||
"mime": "^2.4.6",
|
||||
"moment": "^2.27.0",
|
||||
|
|
Loading…
Reference in New Issue