Skip to content

Commit 54891e1

Browse files
committed
chore(deps): update all
1 parent 65943e1 commit 54891e1

File tree

2 files changed

+31
-56
lines changed

2 files changed

+31
-56
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"debug": "^4.0.0",
4343
"ws": "^7.0.0",
44-
"yargs": "^13.2.1"
44+
"yargs": "^14.0.0"
4545
},
4646
"devDependencies": {
4747
"@babel/core": "7.5.5",
@@ -63,7 +63,7 @@
6363
"eslint": "6.2.2",
6464
"eslint-config-prettier": "6.1.0",
6565
"eslint-plugin-import": "2.18.2",
66-
"eslint-plugin-node": "9.1.0",
66+
"eslint-plugin-node": "10.0.0",
6767
"eslint-plugin-promise": "4.2.1",
6868
"http-server": "0.11.1",
6969
"jest": "24.9.0",

yarn.lock

+29-54
Original file line numberDiff line numberDiff line change
@@ -2127,15 +2127,6 @@ cli-width@^2.0.0:
21272127
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
21282128
integrity sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=
21292129

2130-
cliui@^4.0.0:
2131-
version "4.1.0"
2132-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49"
2133-
integrity sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==
2134-
dependencies:
2135-
string-width "^2.1.1"
2136-
strip-ansi "^4.0.0"
2137-
wrap-ansi "^2.0.0"
2138-
21392130
cliui@^5.0.0:
21402131
version "5.0.0"
21412132
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
@@ -2962,13 +2953,13 @@ eslint-module-utils@^2.4.0:
29622953
debug "^2.6.8"
29632954
pkg-dir "^2.0.0"
29642955

2965-
eslint-plugin-es@^1.4.0:
2966-
version "1.4.0"
2967-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz#475f65bb20c993fc10e8c8fe77d1d60068072da6"
2968-
integrity sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==
2956+
eslint-plugin-es@^2.0.0:
2957+
version "2.0.0"
2958+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976"
2959+
integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ==
29692960
dependencies:
2970-
eslint-utils "^1.3.0"
2971-
regexpp "^2.0.1"
2961+
eslint-utils "^1.4.2"
2962+
regexpp "^3.0.0"
29722963

29732964
29742965
version "2.18.2"
@@ -2987,13 +2978,13 @@ [email protected]:
29872978
read-pkg-up "^2.0.0"
29882979
resolve "^1.11.0"
29892980

2990-
eslint-plugin-node@9.1.0:
2991-
version "9.1.0"
2992-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.1.0.tgz#f2fd88509a31ec69db6e9606d76dabc5adc1b91a"
2993-
integrity sha512-ZwQYGm6EoV2cfLpE1wxJWsfnKUIXfM/KM09/TlorkukgCAwmkgajEJnPCmyzoFPQQkmvo5DrW/nyKutNIw36Mw==
2981+
eslint-plugin-node@10.0.0:
2982+
version "10.0.0"
2983+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6"
2984+
integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ==
29942985
dependencies:
2995-
eslint-plugin-es "^1.4.0"
2996-
eslint-utils "^1.3.1"
2986+
eslint-plugin-es "^2.0.0"
2987+
eslint-utils "^1.4.2"
29972988
ignore "^5.1.1"
29982989
minimatch "^3.0.4"
29992990
resolve "^1.10.1"
@@ -3028,11 +3019,6 @@ eslint-scope@^5.0.0:
30283019
esrecurse "^4.1.0"
30293020
estraverse "^4.1.1"
30303021

3031-
eslint-utils@^1.3.0, eslint-utils@^1.3.1:
3032-
version "1.3.1"
3033-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
3034-
integrity sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==
3035-
30363022
eslint-utils@^1.4.0:
30373023
version "1.4.0"
30383024
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.0.tgz#e2c3c8dba768425f897cf0f9e51fe2e241485d4c"
@@ -6407,6 +6393,11 @@ regexpp@^2.0.1:
64076393
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
64086394
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
64096395

6396+
regexpp@^3.0.0:
6397+
version "3.0.0"
6398+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
6399+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
6400+
64106401
regexpu-core@^4.5.4:
64116402
version "4.5.4"
64126403
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae"
@@ -7023,7 +7014,7 @@ string-width@^1.0.1:
70237014
is-fullwidth-code-point "^1.0.0"
70247015
strip-ansi "^3.0.0"
70257016

7026-
"string-width@^1.0.2 || 2", string-width@^2.1.0, string-width@^2.1.1:
7017+
"string-width@^1.0.2 || 2", string-width@^2.1.0:
70277018
version "2.1.1"
70287019
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
70297020
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
@@ -7769,14 +7760,6 @@ worker-farm@^1.7.0:
77697760
dependencies:
77707761
errno "~0.1.7"
77717762

7772-
wrap-ansi@^2.0.0:
7773-
version "2.1.0"
7774-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"
7775-
integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=
7776-
dependencies:
7777-
string-width "^1.0.1"
7778-
strip-ansi "^3.0.1"
7779-
77807763
wrap-ansi@^5.1.0:
77817764
version "5.1.0"
77827765
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
@@ -7848,14 +7831,6 @@ [email protected]:
78487831
dependencies:
78497832
camelcase "^4.1.0"
78507833

7851-
yargs-parser@^13.0.0:
7852-
version "13.0.0"
7853-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.0.0.tgz#3fc44f3e76a8bdb1cc3602e860108602e5ccde8b"
7854-
integrity sha512-w2LXjoL8oRdRQN+hOyppuXs+V/fVAYtpcrRxZuF7Kt/Oc+Jr2uAcVntaUTNT6w5ihoWfFDpNY8CPx1QskxZ/pw==
7855-
dependencies:
7856-
camelcase "^5.0.0"
7857-
decamelize "^1.2.0"
7858-
78597834
yargs-parser@^13.1.0, yargs-parser@^13.1.1:
78607835
version "13.1.1"
78617836
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0"
@@ -7881,29 +7856,29 @@ [email protected]:
78817856
y18n "^4.0.0"
78827857
yargs-parser "^13.1.0"
78837858

7884-
yargs@^13.2.1:
7885-
version "13.2.1"
7886-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.1.tgz#c8888bcf24424bd4e5a834348366f6fcc37bb8d9"
7887-
integrity sha512-HgY0xHGmPPakg6kEDufqxZuXVtvPZcipORC8O7S44iEnwsUmP+qnhReHc6d1dyeIZkrPmYFblh45Z2oeDn++fQ==
7859+
yargs@^13.3.0:
7860+
version "13.3.0"
7861+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
7862+
integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==
78887863
dependencies:
7889-
cliui "^4.0.0"
7864+
cliui "^5.0.0"
78907865
find-up "^3.0.0"
78917866
get-caller-file "^2.0.1"
7892-
os-locale "^3.1.0"
78937867
require-directory "^2.1.1"
78947868
require-main-filename "^2.0.0"
78957869
set-blocking "^2.0.0"
78967870
string-width "^3.0.0"
78977871
which-module "^2.0.0"
78987872
y18n "^4.0.0"
7899-
yargs-parser "^13.0.0"
7873+
yargs-parser "^13.1.1"
79007874

7901-
yargs@^13.3.0:
7902-
version "13.3.0"
7903-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
7904-
integrity sha512-2eehun/8ALW8TLoIl7MVaRUrg+yCnenu8B4kBlRxj3GJGDKU1Og7sMXPNm1BYyM1DOJmTZ4YeN/Nwxv+8XJsUA==
7875+
yargs@^14.0.0:
7876+
version "14.0.0"
7877+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-14.0.0.tgz#ba4cacc802b3c0b3e36a9e791723763d57a85066"
7878+
integrity sha512-ssa5JuRjMeZEUjg7bEL99AwpitxU/zWGAGpdj0di41pOEmJti8NR6kyUIJBkR78DTYNPZOU08luUo0GTHuB+ow==
79057879
dependencies:
79067880
cliui "^5.0.0"
7881+
decamelize "^1.2.0"
79077882
find-up "^3.0.0"
79087883
get-caller-file "^2.0.1"
79097884
require-directory "^2.1.1"

0 commit comments

Comments
 (0)