Skip to content

Commit a22cc60

Browse files
Bump nconf from 0.8.5 to 0.11.4
Bumps [nconf](https://github.com/flatiron/nconf) from 0.8.5 to 0.11.4. - [Release notes](https://github.com/flatiron/nconf/releases) - [Changelog](https://github.com/indexzero/nconf/blob/master/CHANGELOG.md) - [Commits](indexzero/nconf@0.8.5...v0.11.4) --- updated-dependencies: - dependency-name: nconf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 960f3af commit a22cc60

2 files changed

Lines changed: 98 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"material-ui-country-flags": "^3.0.1",
125125
"moment": "^2.18.1",
126126
"moment-timezone": "^0.5.13",
127-
"nconf": "^0.8.1",
127+
"nconf": "^0.11.4",
128128
"node-sass": "^4.0.0",
129129
"nodemon": "^1.8.1",
130130
"postcss-loader": "^0.13.0",

yarn.lock

Lines changed: 97 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,10 @@ ansi-regex@^3.0.0:
546546
version "3.0.0"
547547
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
548548

549+
ansi-regex@^5.0.1:
550+
version "5.0.1"
551+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
552+
549553
ansi-styles@^2.2.1:
550554
version "2.2.1"
551555
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -556,6 +560,12 @@ ansi-styles@^3.1.0:
556560
dependencies:
557561
color-convert "^1.9.0"
558562

563+
ansi-styles@^4.0.0:
564+
version "4.3.0"
565+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
566+
dependencies:
567+
color-convert "^2.0.1"
568+
559569
ansi-styles@~1.0.0:
560570
version "1.0.0"
561571
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67cd7b98027a0279178"
@@ -2303,6 +2313,14 @@ cliui@^3.0.3, cliui@^3.2.0:
23032313
strip-ansi "^3.0.1"
23042314
wrap-ansi "^2.0.0"
23052315

2316+
cliui@^7.0.2:
2317+
version "7.0.4"
2318+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
2319+
dependencies:
2320+
string-width "^4.2.0"
2321+
strip-ansi "^6.0.0"
2322+
wrap-ansi "^7.0.0"
2323+
23062324
clone-deep@^0.3.0:
23072325
version "0.3.0"
23082326
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-0.3.0.tgz#348c61ae9cdbe0edfe053d91ff4cc521d790ede8"
@@ -2364,10 +2382,20 @@ color-convert@^1.3.0, color-convert@^1.9.0, color-convert@^1.9.1:
23642382
dependencies:
23652383
color-name "^1.1.1"
23662384

2385+
color-convert@^2.0.1:
2386+
version "2.0.1"
2387+
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
2388+
dependencies:
2389+
color-name "~1.1.4"
2390+
23672391
color-name@^1.0.0, color-name@^1.1.1:
23682392
version "1.1.3"
23692393
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
23702394

2395+
color-name@~1.1.4:
2396+
version "1.1.4"
2397+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
2398+
23712399
color-string@^0.3.0:
23722400
version "0.3.0"
23732401
resolved "https://registry.yarnpkg.com/color-string/-/color-string-0.3.0.tgz#27d46fb67025c5c2fa25993bfbf579e47841b991"
@@ -3301,6 +3329,10 @@ elliptic@^6.0.0:
33013329
minimalistic-assert "^1.0.0"
33023330
minimalistic-crypto-utils "^1.0.0"
33033331

3332+
emoji-regex@^8.0.0:
3333+
version "8.0.0"
3334+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
3335+
33043336
emojis-list@^2.0.0:
33053337
version "2.1.0"
33063338
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
@@ -3474,6 +3506,10 @@ es6-weak-map@^2.0.1:
34743506
es6-iterator "^2.0.1"
34753507
es6-symbol "^3.1.1"
34763508

3509+
escalade@^3.1.1:
3510+
version "3.1.1"
3511+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
3512+
34773513
escape-html@~1.0.3:
34783514
version "1.0.3"
34793515
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
@@ -4352,6 +4388,10 @@ get-caller-file@^1.0.1:
43524388
version "1.0.2"
43534389
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5"
43544390

4391+
get-caller-file@^2.0.5:
4392+
version "2.0.5"
4393+
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
4394+
43554395
get-node-dimensions@^1.2.0:
43564396
version "1.2.2"
43574397
resolved "https://registry.yarnpkg.com/get-node-dimensions/-/get-node-dimensions-1.2.2.tgz#7a71e8624cf9e1ab74599bb05b7e5116e995e45b"
@@ -5156,10 +5196,14 @@ inherits@2.0.1:
51565196
version "2.0.1"
51575197
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
51585198

5159-
ini@^1.3.0, ini@^1.3.4, ini@~1.3.0:
5199+
ini@^1.3.4, ini@~1.3.0:
51605200
version "1.3.5"
51615201
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
51625202

5203+
ini@^2.0.0:
5204+
version "2.0.0"
5205+
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
5206+
51635207
inline-style-prefixer@3.0.2, inline-style-prefixer@^3.0.2:
51645208
version "3.0.2"
51655209
resolved "https://registry.yarnpkg.com/inline-style-prefixer/-/inline-style-prefixer-3.0.2.tgz#989865e0c5de7a946acbea71e16e02741efe0dd7"
@@ -5370,6 +5414,10 @@ is-fullwidth-code-point@^2.0.0:
53705414
version "2.0.0"
53715415
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
53725416

5417+
is-fullwidth-code-point@^3.0.0:
5418+
version "3.0.0"
5419+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
5420+
53735421
is-generator-fn@^1.0.0:
53745422
version "1.0.0"
53755423
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-1.0.0.tgz#969d49e1bb3329f6bb7f09089be26578b2ddd46a"
@@ -6674,14 +6722,14 @@ natural-compare@^1.4.0:
66746722
version "1.4.0"
66756723
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
66766724

6677-
nconf@^0.8.1:
6678-
version "0.8.5"
6679-
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.8.5.tgz#f2941e1561952fa906bbb32328cf88d4c635e794"
6725+
nconf@^0.11.4:
6726+
version "0.11.4"
6727+
resolved "https://registry.yarnpkg.com/nconf/-/nconf-0.11.4.tgz#7f925d27569738a2a10c3ba4b56310c8821b308b"
66806728
dependencies:
66816729
async "^1.4.0"
6682-
ini "^1.3.0"
6730+
ini "^2.0.0"
66836731
secure-keys "^1.0.0"
6684-
yargs "^3.19.0"
6732+
yargs "^16.1.1"
66856733

66866734
negotiator@0.6.1:
66876735
version "0.6.1"
@@ -9389,6 +9437,14 @@ string-width@^2.0.0:
93899437
is-fullwidth-code-point "^2.0.0"
93909438
strip-ansi "^4.0.0"
93919439

9440+
string-width@^4.1.0, string-width@^4.2.0:
9441+
version "4.2.3"
9442+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9443+
dependencies:
9444+
emoji-regex "^8.0.0"
9445+
is-fullwidth-code-point "^3.0.0"
9446+
strip-ansi "^6.0.1"
9447+
93929448
string.prototype.repeat@^0.2.0:
93939449
version "0.2.0"
93949450
resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-0.2.0.tgz#aba36de08dcee6a5a337d49b2ea1da1b28fc0ecf"
@@ -9435,6 +9491,12 @@ strip-ansi@^4.0.0:
94359491
dependencies:
94369492
ansi-regex "^3.0.0"
94379493

9494+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9495+
version "6.0.1"
9496+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9497+
dependencies:
9498+
ansi-regex "^5.0.1"
9499+
94389500
strip-ansi@~0.1.0:
94399501
version "0.1.1"
94409502
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991"
@@ -10380,6 +10442,14 @@ wrap-ansi@^2.0.0:
1038010442
string-width "^1.0.1"
1038110443
strip-ansi "^3.0.1"
1038210444

10445+
wrap-ansi@^7.0.0:
10446+
version "7.0.0"
10447+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10448+
dependencies:
10449+
ansi-styles "^4.0.0"
10450+
string-width "^4.1.0"
10451+
strip-ansi "^6.0.0"
10452+
1038310453
wrap-fn@^0.1.0:
1038410454
version "0.1.5"
1038510455
resolved "https://registry.yarnpkg.com/wrap-fn/-/wrap-fn-0.1.5.tgz#f21b6e41016ff4a7e31720dbc63a09016bdf9845"
@@ -10467,6 +10537,10 @@ y18n@^3.2.0, y18n@^3.2.1:
1046710537
version "3.2.1"
1046810538
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
1046910539

10540+
y18n@^5.0.5:
10541+
version "5.0.8"
10542+
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
10543+
1047010544
yallist@^2.1.2:
1047110545
version "2.1.2"
1047210546
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
@@ -10479,6 +10553,10 @@ yallist@^3.1.1:
1047910553
version "3.1.1"
1048010554
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
1048110555

10556+
yargs-parser@^20.2.2:
10557+
version "20.2.9"
10558+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
10559+
1048210560
yargs-parser@^4.2.0:
1048310561
version "4.2.1"
1048410562
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-4.2.1.tgz#29cceac0dc4f03c6c87b4a9f217dd18c9f74871c"
@@ -10497,7 +10575,19 @@ yargs-parser@^7.0.0:
1049710575
dependencies:
1049810576
camelcase "^4.1.0"
1049910577

10500-
yargs@^3.10.0, yargs@^3.19.0, yargs@^3.32.0:
10578+
yargs@^16.1.1:
10579+
version "16.2.0"
10580+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
10581+
dependencies:
10582+
cliui "^7.0.2"
10583+
escalade "^3.1.1"
10584+
get-caller-file "^2.0.5"
10585+
require-directory "^2.1.1"
10586+
string-width "^4.2.0"
10587+
y18n "^5.0.5"
10588+
yargs-parser "^20.2.2"
10589+
10590+
yargs@^3.10.0, yargs@^3.32.0:
1050110591
version "3.32.0"
1050210592
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.32.0.tgz#03088e9ebf9e756b69751611d2a5ef591482c995"
1050310593
dependencies:

0 commit comments

Comments
 (0)