Skip to content

Commit 39af7f3

Browse files
Update dependency knex to v3
1 parent f93a178 commit 39af7f3

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

packages/mongo-knex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"c8": "7.13.0",
2222
"eslint": "8.39.0",
2323
"eslint-plugin-ghost": "2.16.0",
24-
"knex": "2.4.2",
24+
"knex": "3.0.0",
2525
"mocha": "10.2.0",
2626
"mysql": "2.18.1",
2727
"nconf": "0.12.0",

packages/nql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"c8": "7.13.0",
2020
"eslint": "8.39.0",
2121
"eslint-plugin-ghost": "2.16.0",
22-
"knex": "2.4.2",
22+
"knex": "3.0.0",
2323
"mocha": "10.2.0",
2424
"mysql": "2.18.1",
2525
"nconf": "0.12.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,10 +1274,10 @@ combined-stream@^1.0.8:
12741274
dependencies:
12751275
delayed-stream "~1.0.0"
12761276

1277-
commander@^9.1.0:
1278-
version "9.5.0"
1279-
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
1280-
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
1277+
commander@^10.0.0:
1278+
version "10.0.1"
1279+
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
1280+
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
12811281

12821282
compare-func@^2.0.0:
12831283
version "2.0.0"
@@ -2953,21 +2953,21 @@ kind-of@^6.0.2, kind-of@^6.0.3:
29532953
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
29542954
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
29552955

2956-
knex@2.4.2:
2957-
version "2.4.2"
2958-
resolved "https://registry.yarnpkg.com/knex/-/knex-2.4.2.tgz#a34a289d38406dc19a0447a78eeaf2d16ebedd61"
2959-
integrity sha512-tMI1M7a+xwHhPxjbl/H9K1kHX+VncEYcvCx5K00M16bWvpYPKAZd6QrCu68PtHAdIZNQPWZn0GVhqVBEthGWCg==
2956+
knex@3.0.0:
2957+
version "3.0.0"
2958+
resolved "https://registry.yarnpkg.com/knex/-/knex-3.0.0.tgz#4f22a51f379b22ededbefd88e114c36e80f0bfae"
2959+
integrity sha512-e4MAj+5P6iCbm7Y9f2sgAH8a5lZSfqNtggMp9MOCKnkT0SGAmtVNW1/SHZT5aLi/daXZvNulH2XH4znpsKUJeg==
29602960
dependencies:
29612961
colorette "2.0.19"
2962-
commander "^9.1.0"
2962+
commander "^10.0.0"
29632963
debug "4.3.4"
29642964
escalade "^3.1.1"
29652965
esm "^3.2.25"
29662966
get-package-type "^0.1.0"
29672967
getopts "2.3.0"
29682968
interpret "^2.2.0"
29692969
lodash "^4.17.21"
2970-
pg-connection-string "2.5.0"
2970+
pg-connection-string "2.6.1"
29712971
rechoir "^0.8.0"
29722972
resolve-from "^5.0.0"
29732973
tarn "^3.0.2"
@@ -4204,10 +4204,10 @@ path-type@^4.0.0:
42044204
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
42054205
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
42064206

4207-
pg-connection-string@2.5.0:
4208-
version "2.5.0"
4209-
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.5.0.tgz#538cadd0f7e603fc09a12590f3b8a452c2c0cf34"
4210-
integrity sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==
4207+
pg-connection-string@2.6.1:
4208+
version "2.6.1"
4209+
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.1.tgz#78c23c21a35dd116f48e12e23c0965e8d9e2cbfb"
4210+
integrity sha512-w6ZzNu6oMmIzEAYVw+RLK0+nqHPt8K3ZnknKi+g48Ak2pr3dtljJW3o+D/n2zzCG07Zoe9VOX3aiKpj+BN0pjg==
42114211

42124212
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
42134213
version "2.3.1"

0 commit comments

Comments
 (0)