Skip to content

Commit 12f47d3

Browse files
committed
Update all minor dependencies
1 parent 0696a87 commit 12f47d3

File tree

2 files changed

+46
-42
lines changed

2 files changed

+46
-42
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"chai": "4.2.0",
4242
"enzyme": "3.11.0",
4343
"enzyme-adapter-react-16": "1.15.2",
44-
"eslint": "7.3.1",
44+
"eslint": "7.5.0",
4545
"eslint-plugin-flowtype": "4.7.0",
4646
"eslint-plugin-react": "7.20.0",
47-
"flow-bin": "0.127.0",
48-
"flow-typed": "3.1.0",
49-
"jsdom": "16.2.2",
47+
"flow-bin": "0.130.0",
48+
"flow-typed": "3.2.1",
49+
"jsdom": "16.3.0",
5050
"mocha": "7.2.0",
5151
"react": "16.13.1",
5252
"react-dom": "16.13.1",

yarn.lock

Lines changed: 42 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ acorn@^7.1.1:
239239
version "7.1.1"
240240
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
241241

242-
acorn@^7.2.0:
242+
acorn@^7.3.1:
243243
version "7.3.1"
244244
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
245245
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
@@ -1893,25 +1893,26 @@ eslint-scope@^5.1.0:
18931893
esrecurse "^4.1.0"
18941894
estraverse "^4.1.1"
18951895

1896-
eslint-utils@^2.0.0:
1897-
version "2.0.0"
1898-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
1896+
eslint-utils@^2.1.0:
1897+
version "2.1.0"
1898+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
1899+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
18991900
dependencies:
19001901
eslint-visitor-keys "^1.1.0"
19011902

19021903
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
19031904
version "1.1.0"
19041905
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
19051906

1906-
eslint-visitor-keys@^1.2.0:
1907+
eslint-visitor-keys@^1.3.0:
19071908
version "1.3.0"
19081909
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
19091910
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
19101911

1911-
eslint@7.3.1:
1912-
version "7.3.1"
1913-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.3.1.tgz#76392bd7e44468d046149ba128d1566c59acbe19"
1914-
integrity sha512-cQC/xj9bhWUcyi/RuMbRtC3I0eW8MH0jhRELSvpKYkWep3C6YZ2OkvcvJVUeO6gcunABmzptbXBuDoXsjHmfTA==
1912+
eslint@7.5.0:
1913+
version "7.5.0"
1914+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.5.0.tgz#9ecbfad62216d223b82ac9ffea7ef3444671d135"
1915+
integrity sha512-vlUP10xse9sWt9SGRtcr1LAC67BENcQMFeV+w5EvLEoFe3xJ8cF1Skd0msziRx/VMC+72B4DxreCE+OR12OA6Q==
19151916
dependencies:
19161917
"@babel/code-frame" "^7.0.0"
19171918
ajv "^6.10.0"
@@ -1921,9 +1922,9 @@ [email protected]:
19211922
doctrine "^3.0.0"
19221923
enquirer "^2.3.5"
19231924
eslint-scope "^5.1.0"
1924-
eslint-utils "^2.0.0"
1925-
eslint-visitor-keys "^1.2.0"
1926-
espree "^7.1.0"
1925+
eslint-utils "^2.1.0"
1926+
eslint-visitor-keys "^1.3.0"
1927+
espree "^7.2.0"
19271928
esquery "^1.2.0"
19281929
esutils "^2.0.2"
19291930
file-entry-cache "^5.0.1"
@@ -1937,7 +1938,7 @@ [email protected]:
19371938
js-yaml "^3.13.1"
19381939
json-stable-stringify-without-jsonify "^1.0.1"
19391940
levn "^0.4.1"
1940-
lodash "^4.17.14"
1941+
lodash "^4.17.19"
19411942
minimatch "^3.0.4"
19421943
natural-compare "^1.4.0"
19431944
optionator "^0.9.1"
@@ -1950,14 +1951,14 @@ [email protected]:
19501951
text-table "^0.2.0"
19511952
v8-compile-cache "^2.0.3"
19521953

1953-
espree@^7.1.0:
1954-
version "7.1.0"
1955-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
1956-
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
1954+
espree@^7.2.0:
1955+
version "7.2.0"
1956+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.2.0.tgz#1c263d5b513dbad0ac30c4991b93ac354e948d69"
1957+
integrity sha512-H+cQ3+3JYRMEIOl87e7QdHX70ocly5iW4+dttuR8iYSPr/hXKFb+7dBsZ7+u1adC4VrnPlTkv0+OwuPnDop19g==
19571958
dependencies:
1958-
acorn "^7.2.0"
1959+
acorn "^7.3.1"
19591960
acorn-jsx "^5.2.0"
1960-
eslint-visitor-keys "^1.2.0"
1961+
eslint-visitor-keys "^1.3.0"
19611962

19621963
esprima@^4.0.0, esprima@^4.0.1:
19631964
version "4.0.1"
@@ -2115,15 +2116,15 @@ flatted@^2.0.0:
21152116
version "2.0.1"
21162117
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
21172118

2118-
flow-bin@0.127.0:
2119-
version "0.127.0"
2120-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.127.0.tgz#0614cff4c1b783beef1feeb7108d536e09d77632"
2121-
integrity sha512-ywvCCdV4NJWzrqjFrMU5tAiVGyBiXjsJQ1+/kj8thXyX15V17x8BFvNwoAH97NrUU8T1HzmFBjLzWc0l2319qg==
2119+
flow-bin@0.130.0:
2120+
version "0.130.0"
2121+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.130.0.tgz#e25eaf891af96da371ff6a9fa99d709f24ce9252"
2122+
integrity sha512-1TSLwCPXvKPwiae7Fh+dpipCzwlHQ1UcBHfCpQImz+hsxYIUWkLWJWEm34bY6I7dSM4ekSiVeP02BhzVJGwtpw==
21222123

2123-
flow-typed@3.1.0:
2124-
version "3.1.0"
2125-
resolved "https://registry.yarnpkg.com/flow-typed/-/flow-typed-3.1.0.tgz#706992dd71f7481e39aadb5db163d339d16b500c"
2126-
integrity sha512-y9AbG5/ZQDyCs2ROmJqYKUCornCPOLJQL06TE1TwNCGTzKYDqLgkYeINCthd9EL8FyzWkTLI0mOSL82dU20hJA==
2124+
flow-typed@3.2.1:
2125+
version "3.2.1"
2126+
resolved "https://registry.yarnpkg.com/flow-typed/-/flow-typed-3.2.1.tgz#8f2c3e36bbc2bd9fe77ac378509f4d99d26d1080"
2127+
integrity sha512-vWQLZmndgdEHdy1TKTeI1DkLLa4078p6vhcKz/IZ6fcpaWLElTSG7rZi3BxlcSWfEQPxsymuSBNwAT7dCpXm6g==
21272128
dependencies:
21282129
"@octokit/rest" "^16.43.1"
21292130
colors "^1.4.0"
@@ -2135,7 +2136,7 @@ [email protected]:
21352136
mkdirp "^1.0.3"
21362137
prettier "^1.19.1"
21372138
rimraf "^3.0.2"
2138-
semver "^7.1.3"
2139+
semver "^7.3.2"
21392140
table "^5.4.6"
21402141
through "^2.3.8"
21412142
unzipper "^0.10.8"
@@ -2772,9 +2773,10 @@ jsbn@~0.1.0:
27722773
version "0.1.1"
27732774
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
27742775

2775-
2776-
version "16.2.2"
2777-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.2.2.tgz#76f2f7541646beb46a938f5dc476b88705bedf2b"
2776+
2777+
version "16.3.0"
2778+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.3.0.tgz#75690b7dac36c67be49c336dcd7219bbbed0810c"
2779+
integrity sha512-zggeX5UuEknpdZzv15+MS1dPYG0J/TftiiNunOeNxSl3qr8Z6cIlQpN0IdJa44z9aFxZRIVqRncvEhQ7X5DtZg==
27782780
dependencies:
27792781
abab "^2.0.3"
27802782
acorn "^7.1.1"
@@ -2796,7 +2798,7 @@ [email protected]:
27962798
tough-cookie "^3.0.1"
27972799
w3c-hr-time "^1.0.2"
27982800
w3c-xmlserializer "^2.0.0"
2799-
webidl-conversions "^6.0.0"
2801+
webidl-conversions "^6.1.0"
28002802
whatwg-encoding "^1.0.5"
28012803
whatwg-mimetype "^2.3.0"
28022804
whatwg-url "^8.0.0"
@@ -2946,6 +2948,11 @@ lodash@^4.15.0, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.
29462948
version "4.17.15"
29472949
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
29482950

2951+
lodash@^4.17.19:
2952+
version "4.17.19"
2953+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
2954+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
2955+
29492956
29502957
version "3.0.0"
29512958
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
@@ -3907,11 +3914,7 @@ semver@^5.7.0, semver@^5.7.1:
39073914
version "5.7.1"
39083915
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
39093916

3910-
semver@^7.1.3:
3911-
version "7.1.3"
3912-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6"
3913-
3914-
semver@^7.2.1:
3917+
semver@^7.2.1, semver@^7.3.2:
39153918
version "7.3.2"
39163919
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
39173920

@@ -4396,9 +4399,10 @@ webidl-conversions@^5.0.0:
43964399
version "5.0.0"
43974400
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff"
43984401

4399-
webidl-conversions@^6.0.0:
4402+
webidl-conversions@^6.1.0:
44004403
version "6.1.0"
44014404
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514"
4405+
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
44024406

44034407
whatwg-encoding@^1.0.5:
44044408
version "1.0.5"

0 commit comments

Comments
 (0)