Skip to content

Commit 6eda369

Browse files
Update dependency nconf to v0.13.0
1 parent 43385c2 commit 6eda369

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/mongo-knex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"knex": "2.4.2",
2525
"mocha": "10.2.0",
2626
"mysql": "2.18.1",
27-
"nconf": "0.12.0",
27+
"nconf": "0.13.0",
2828
"should": "13.2.3",
2929
"sinon": "15.0.4",
3030
"sqlite3": "5.1.6"

packages/nql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"knex": "2.4.2",
2323
"mocha": "10.2.0",
2424
"mysql": "2.18.1",
25-
"nconf": "0.12.0",
25+
"nconf": "0.13.0",
2626
"should": "13.2.3",
2727
"sinon": "15.0.4",
2828
"sqlite3": "5.1.6"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3692,10 +3692,10 @@ natural-compare@^1.4.0:
36923692
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
36933693
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
36943694

3695-
nconf@0.12.0:
3696-
version "0.12.0"
3697-
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.12.0.tgz#9cf70757aae4d440d43ed53c42f87da18471b8bf"
3698-
integrity sha512-T3fZPw3c7Dfrz8JBQEbEcZJ2s8f7cUMpKuyBtsGQe0b71pcXx6gNh4oti2xh5dxB+gO9ufNfISBlGvvWtfyMcA==
3695+
nconf@0.13.0:
3696+
version "0.13.0"
3697+
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.13.0.tgz#5a1c8d4376da06236ed5f3e38774b1cf62a19525"
3698+
integrity sha512-hJ/u2xCpA663h6xyOiztx3y+lg9eU0rdkwJ+c4FtiHo2g/gB0sjXtW31yTdMLWLOIj1gL2FcJMwfOqouuUK/Wg==
36993699
dependencies:
37003700
async "^3.0.0"
37013701
ini "^2.0.0"

0 commit comments

Comments
 (0)