Skip to content

Commit 658be84

Browse files
Bump knex from 2.1.0 to 2.4.0
Bumps [knex](https://github.com/knex/knex) from 2.1.0 to 2.4.0. - [Release notes](https://github.com/knex/knex/releases) - [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md) - [Commits](knex/knex@2.1.0...2.4.0) --- updated-dependencies: - dependency-name: knex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bc6ec7 commit 658be84

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"http-status-codes": "^2.1.4",
6262
"joi": "^17.6.0",
6363
"jsonwebtoken": "^8.5.1",
64-
"knex": "^2.1.0",
64+
"knex": "^2.4.0",
6565
"morgan": "^1.10.0",
6666
"nodemailer": "^6.6.3",
6767
"nodemailer-markdown": "^1.0.3",

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,12 +1717,7 @@ color@^3.1.3:
17171717
color-convert "^1.9.3"
17181718
color-string "^1.6.0"
17191719

1720-
colorette@2.0.16:
1721-
version "2.0.16"
1722-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
1723-
integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
1724-
1725-
colorette@^2.0.16, colorette@^2.0.17:
1720+
colorette@2.0.19, colorette@^2.0.16, colorette@^2.0.17:
17261721
version "2.0.19"
17271722
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.19.tgz#cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798"
17281723
integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==
@@ -3769,12 +3764,12 @@ kleur@^3.0.3:
37693764
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
37703765
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
37713766

3772-
knex@^2.1.0:
3773-
version "2.1.0"
3774-
resolved "https://registry.yarnpkg.com/knex/-/knex-2.1.0.tgz#9348aace3a08ff5be26eb1c8e838416ddf1aa216"
3775-
integrity sha512-vVsnD6UJdSJy55TvCXfFF9syfwyXNxfE9mvr2hJL/4Obciy2EPGoqjDpgRSlMruHuPWDOeYAG25nyrGvU+jJog==
3767+
knex@^2.4.0:
3768+
version "2.4.0"
3769+
resolved "https://registry.yarnpkg.com/knex/-/knex-2.4.0.tgz#7d33cc36f320cdac98741010544b4c6a98b8b19e"
3770+
integrity sha512-i0GWwqYp1Hs2yvc2rlDO6nzzkLhwdyOZKRdsMTB8ZxOs2IXQyL5rBjSbS1krowCh6V65T4X9CJaKtuIfkaPGSA==
37763771
dependencies:
3777-
colorette "2.0.16"
3772+
colorette "2.0.19"
37783773
commander "^9.1.0"
37793774
debug "4.3.4"
37803775
escalade "^3.1.1"

0 commit comments

Comments
 (0)