Skip to content

Commit 9ab5dfb

Browse files
Update deps (#1849)
1 parent e0fbf90 commit 9ab5dfb

File tree

3 files changed

+91
-90
lines changed

3 files changed

+91
-90
lines changed

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rules:
3535
# https://github.com/prettier/eslint-plugin-prettier#installation
3636
prettier/prettier: error
3737

38-
# `eslint-plugin-flowtype` rule list based on `v3.6.x`
38+
# `eslint-plugin-flowtype` rule list based on `v3.7.x`
3939
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
4040

4141
flowtype/array-style-complex-type: [error, verbose]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
"benchmark": "2.1.4",
5151
"chai": "4.2.0",
5252
"eslint": "5.16.0",
53-
"eslint-plugin-flowtype": "3.6.1",
53+
"eslint-plugin-flowtype": "3.7.0",
5454
"eslint-plugin-prettier": "3.0.1",
5555
"flow-bin": "0.98.0",
5656
"mocha": "6.1.4",
57-
"nyc": "14.0.0",
57+
"nyc": "14.1.0",
5858
"prettier": "1.17.0",
5959
"sane": "4.1.0"
6060
}

yarn.lock

Lines changed: 88 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
semver "^5.4.1"
3030
source-map "^0.5.0"
3131

32-
"@babel/generator@^7.0.0", "@babel/generator@^7.4.4":
32+
"@babel/generator@^7.4.0", "@babel/generator@^7.4.4":
3333
version "7.4.4"
3434
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041"
3535
integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ==
@@ -213,7 +213,7 @@
213213
esutils "^2.0.2"
214214
js-tokens "^4.0.0"
215215

216-
"@babel/parser@^7.0.0", "@babel/parser@^7.4.4":
216+
"@babel/parser@^7.0.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4":
217217
version "7.4.4"
218218
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.4.tgz#5977129431b8fe33471730d255ce8654ae1250b6"
219219
integrity sha512-5pCS4mOsL+ANsFZGdvNLybx4wtqAZJ0MJjMHxvzI3bvIsz6sQvzW8XX92EYIkiPtIvcfG3Aj+Ir5VNyjnZhP7w==
@@ -620,7 +620,7 @@
620620
pirates "^4.0.0"
621621
source-map-support "^0.5.9"
622622

623-
"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.4.4":
623+
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4":
624624
version "7.4.4"
625625
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
626626
integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==
@@ -629,7 +629,7 @@
629629
"@babel/parser" "^7.4.4"
630630
"@babel/types" "^7.4.4"
631631

632-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4":
632+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4":
633633
version "7.4.4"
634634
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.4.tgz#0776f038f6d78361860b6823887d4f3937133fe8"
635635
integrity sha512-Gw6qqkw/e6AGzlyj9KnkabJX7VcubqPtkUQVAwkc0wUMldr3A/hezNB3Rc5eIvId95iSGkGIOe5hh1kMKf951A==
@@ -644,7 +644,7 @@
644644
globals "^11.1.0"
645645
lodash "^4.17.11"
646646

647-
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4":
647+
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
648648
version "7.4.4"
649649
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0"
650650
integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==
@@ -848,13 +848,13 @@ [email protected]:
848848
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
849849

850850
browserslist@^4.5.2, browserslist@^4.5.4:
851-
version "4.5.5"
852-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.5.5.tgz#fe1a352330d2490d5735574c149a85bc18ef9b82"
853-
integrity sha512-0QFO1r/2c792Ohkit5XI8Cm8pDtZxgNl2H6HU4mHrpYz7314pEYcsAVVatM0l/YmxPnEzh9VygXouj4gkFUTKA==
851+
version "4.5.6"
852+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.5.6.tgz#ea42e8581ca2513fa7f371d4dd66da763938163d"
853+
integrity sha512-o/hPOtbU9oX507lIqon+UvPYqpx3mHc8cV3QemSBTXwkG8gSQSK6UKvXcE/DcleU3+A59XTUHyCvZ5qGy8xVAg==
854854
dependencies:
855-
caniuse-lite "^1.0.30000960"
856-
electron-to-chromium "^1.3.124"
857-
node-releases "^1.1.14"
855+
caniuse-lite "^1.0.30000963"
856+
electron-to-chromium "^1.3.127"
857+
node-releases "^1.1.17"
858858

859859
bser@^2.0.0:
860860
version "2.0.0"
@@ -903,10 +903,10 @@ camelcase@^5.0.0:
903903
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
904904
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
905905

906-
caniuse-lite@^1.0.30000960:
907-
version "1.0.30000963"
908-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000963.tgz#5be481d5292f22aff5ee0db4a6c049b65b5798b1"
909-
integrity sha512-n4HUiullc7Lw0LyzpeLa2ffP8KxFBGdxqD/8G3bSL6oB758hZ2UE2CVK+tQN958tJIi0/tfpjAc67aAtoHgnrQ==
906+
caniuse-lite@^1.0.30000963:
907+
version "1.0.30000966"
908+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000966.tgz#f3c6fefacfbfbfb981df6dfa68f2aae7bff41b64"
909+
integrity sha512-qqLQ/uYrpZmFhPY96VuBkMEo8NhVFBZ9y/Bh+KnvGzGJ5I8hvpIaWlF2pw5gqe4PLAL+ZjsPgMOvoXSpX21Keg==
910910

911911
capture-exit@^2.0.0:
912912
version "2.0.0"
@@ -1180,10 +1180,10 @@ doctrine@^3.0.0:
11801180
dependencies:
11811181
esutils "^2.0.2"
11821182

1183-
electron-to-chromium@^1.3.124:
1184-
version "1.3.127"
1185-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.127.tgz#9b34d3d63ee0f3747967205b953b25fe7feb0e10"
1186-
integrity sha512-1o25iFRf/dbgauTWalEzmD1EmRN3a2CzP/K7UVpYLEBduk96LF0FyUdCcf4Ry2mAWJ1VxyblFjC93q6qlLwA2A==
1183+
electron-to-chromium@^1.3.127:
1184+
version "1.3.130"
1185+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.130.tgz#27f84e823bd80a5090e2baeca4fefbaf476cf7af"
1186+
integrity sha512-UY2DI+gsnqGtQJqO8wXN0DnpJY+29FwJafACj0h18ZShn5besKnrRq6+lXWUbKzdxw92QQcnTqRLgNByOKXcUg==
11871187

11881188
emoji-regex@^7.0.1:
11891189
version "7.0.3"
@@ -1235,10 +1235,10 @@ [email protected], escape-string-regexp@^1.0.5:
12351235
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
12361236
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
12371237

1238-
eslint-plugin-flowtype@3.6.1:
1239-
version "3.6.1"
1240-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.6.1.tgz#99cfa3a30e8a2c9ea40c507b25ea9a320af4ceae"
1241-
integrity sha512-VVuPKb5kgWFhxCkAMpL5wi44AK+4nkxa3XXZVa2PKf00n4INNbdKmZC0tT8qeNTHoDPYMXbqak4tGC9YtIOqGw==
1238+
eslint-plugin-flowtype@3.7.0:
1239+
version "3.7.0"
1240+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.7.0.tgz#6662392f2daf6056138448b46ebc17c7a83ad337"
1241+
integrity sha512-6PAYrfSAd23C6ZTc9OhEpSn4uz5HnaXSOYzBLPiKNAE+WmNnWkgkfrswOK2Rlvn91ofZoba7SR04gitnmW9sqg==
12421242
dependencies:
12431243
lodash "^4.17.11"
12441244

@@ -1592,9 +1592,9 @@ [email protected], glob@^7.1.2, glob@^7.1.3:
15921592
path-is-absolute "^1.0.0"
15931593

15941594
globals@^11.1.0, globals@^11.7.0:
1595-
version "11.11.0"
1596-
resolved "https://registry.yarnpkg.com/globals/-/globals-11.11.0.tgz#dcf93757fa2de5486fbeed7118538adf789e9c2e"
1597-
integrity sha512-WHq43gS+6ufNOEqlrDBxVEbb8ntfXrfAUU2ZOpCxrBdGKW3gyv8mCxAfIBD0DroPKGrJ2eSsXsLtY9MPntsyTw==
1595+
version "11.12.0"
1596+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
1597+
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
15981598

15991599
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2:
16001600
version "4.1.15"
@@ -1606,7 +1606,7 @@ [email protected]:
16061606
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
16071607
integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==
16081608

1609-
handlebars@^4.1.0:
1609+
handlebars@^4.1.2:
16101610
version "4.1.2"
16111611
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
16121612
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
@@ -1911,57 +1911,57 @@ isobject@^3.0.0, isobject@^3.0.1:
19111911
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
19121912
integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
19131913

1914-
istanbul-lib-coverage@^2.0.4:
1915-
version "2.0.4"
1916-
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#927a354005d99dd43a24607bb8b33fd4e9aca1ad"
1917-
integrity sha512-LXTBICkMARVgo579kWDm8SqfB6nvSDKNqIOBEjmJRnL04JvoMHCYGWaMddQnseJYtkEuEvO/sIcOxPLk9gERug==
1914+
istanbul-lib-coverage@^2.0.5:
1915+
version "2.0.5"
1916+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz#675f0ab69503fad4b1d849f736baaca803344f49"
1917+
integrity sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==
19181918

1919-
istanbul-lib-hook@^2.0.6:
1920-
version "2.0.6"
1921-
resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-2.0.6.tgz#5baa6067860a38290aef038b389068b225b01b7d"
1922-
integrity sha512-829DKONApZ7UCiPXcOYWSgkFXa4+vNYoNOt3F+4uDJLKL1OotAoVwvThoEj1i8jmOj7odbYcR3rnaHu+QroaXg==
1919+
istanbul-lib-hook@^2.0.7:
1920+
version "2.0.7"
1921+
resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-2.0.7.tgz#c95695f383d4f8f60df1f04252a9550e15b5b133"
1922+
integrity sha512-vrRztU9VRRFDyC+aklfLoeXyNdTfga2EI3udDGn4cZ6fpSXpHLV9X6CHvfoMCPtggg8zvDDmC4b9xfu0z6/llA==
19231923
dependencies:
19241924
append-transform "^1.0.0"
19251925

1926-
istanbul-lib-instrument@^3.2.0:
1927-
version "3.2.0"
1928-
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.2.0.tgz#c549208da8a793f6622257a2da83e0ea96ae6a93"
1929-
integrity sha512-06IM3xShbNW4NgZv5AP4QH0oHqf1/ivFo8eFys0ZjPXHGldHJQWb3riYOKXqmOqfxXBfxu4B+g/iuhOPZH0RJg==
1930-
dependencies:
1931-
"@babel/generator" "^7.0.0"
1932-
"@babel/parser" "^7.0.0"
1933-
"@babel/template" "^7.0.0"
1934-
"@babel/traverse" "^7.0.0"
1935-
"@babel/types" "^7.0.0"
1936-
istanbul-lib-coverage "^2.0.4"
1926+
istanbul-lib-instrument@^3.3.0:
1927+
version "3.3.0"
1928+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz#a5f63d91f0bbc0c3e479ef4c5de027335ec6d630"
1929+
integrity sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==
1930+
dependencies:
1931+
"@babel/generator" "^7.4.0"
1932+
"@babel/parser" "^7.4.3"
1933+
"@babel/template" "^7.4.0"
1934+
"@babel/traverse" "^7.4.3"
1935+
"@babel/types" "^7.4.0"
1936+
istanbul-lib-coverage "^2.0.5"
19371937
semver "^6.0.0"
19381938

1939-
istanbul-lib-report@^2.0.7:
1940-
version "2.0.7"
1941-
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.7.tgz#370d80d433c4dbc7f58de63618f49599c74bd954"
1942-
integrity sha512-wLH6beJBFbRBLiTlMOBxmb85cnVM1Vyl36N48e4e/aTKSM3WbOx7zbVIH1SQ537fhhsPbX0/C5JB4qsmyRXXyA==
1939+
istanbul-lib-report@^2.0.8:
1940+
version "2.0.8"
1941+
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.8.tgz#5a8113cd746d43c4889eba36ab10e7d50c9b4f33"
1942+
integrity sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==
19431943
dependencies:
1944-
istanbul-lib-coverage "^2.0.4"
1944+
istanbul-lib-coverage "^2.0.5"
19451945
make-dir "^2.1.0"
1946-
supports-color "^6.0.0"
1946+
supports-color "^6.1.0"
19471947

1948-
istanbul-lib-source-maps@^3.0.5:
1949-
version "3.0.5"
1950-
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.5.tgz#1d9ee9d94d2633f15611ee7aae28f9cac6d1aeb9"
1951-
integrity sha512-eDhZ7r6r1d1zQPVZehLc3D0K14vRba/eBYkz3rw16DLOrrTzve9RmnkcwrrkWVgO1FL3EK5knujVe5S8QHE9xw==
1948+
istanbul-lib-source-maps@^3.0.6:
1949+
version "3.0.6"
1950+
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz#284997c48211752ec486253da97e3879defba8c8"
1951+
integrity sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==
19521952
dependencies:
19531953
debug "^4.1.1"
1954-
istanbul-lib-coverage "^2.0.4"
1954+
istanbul-lib-coverage "^2.0.5"
19551955
make-dir "^2.1.0"
1956-
rimraf "^2.6.2"
1956+
rimraf "^2.6.3"
19571957
source-map "^0.6.1"
19581958

1959-
istanbul-reports@^2.2.2:
1960-
version "2.2.3"
1961-
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.2.3.tgz#14e0d00ecbfa9387757999cf36599b88e9f2176e"
1962-
integrity sha512-T6EbPuc8Cb620LWAYyZ4D8SSn06dY9i1+IgUX2lTH8gbwflMc9Obd33zHTyNX653ybjpamAHS9toKS3E6cGhTw==
1959+
istanbul-reports@^2.2.4:
1960+
version "2.2.4"
1961+
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.2.4.tgz#4e0d0ddf0f0ad5b49a314069d31b4f06afe49ad3"
1962+
integrity sha512-QCHGyZEK0bfi9GR215QSm+NJwFKEShbtc7tfbUdLAEzn3kKhLDDZqvljn8rPZM9v8CEOhzL1nlYoO4r1ryl67w==
19631963
dependencies:
1964-
handlebars "^4.1.0"
1964+
handlebars "^4.1.2"
19651965

19661966
iterall@^1.2.2:
19671967
version "1.2.2"
@@ -1978,7 +1978,7 @@ js-levenshtein@^1.1.3:
19781978
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
19791979
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
19801980

1981-
[email protected], js-yaml@^3.13.0:
1981+
[email protected], js-yaml@^3.13.0, js-yaml@^3.13.1:
19821982
version "3.13.1"
19831983
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
19841984
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -2322,7 +2322,7 @@ node-modules-regexp@^1.0.0:
23222322
resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
23232323
integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
23242324

2325-
node-releases@^1.1.14:
2325+
node-releases@^1.1.17:
23262326
version "1.1.17"
23272327
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.17.tgz#71ea4631f0a97d5cd4f65f7d04ecf9072eac711a"
23282328
integrity sha512-/SCjetyta1m7YXLgtACZGDYJdCSIBAWorDWkGCGZlydP2Ll7J48l7j/JxNYZ+xsgSPbWfdulVS/aY+GdjUsQ7Q==
@@ -2358,10 +2358,10 @@ number-is-nan@^1.0.0:
23582358
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
23592359
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
23602360

2361-
nyc@14.0.0:
2362-
version "14.0.0"
2363-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-14.0.0.tgz#f9fc4b4d73afc976f76e72352e70f742bbfab829"
2364-
integrity sha512-R1zC6UZak6pzn5BZQorkSH5GdOGafrwyeja+eimS5Tu+KJ/hCgBc8qA1QWSzxQmT2FDl2lbpqPw7tBDbSvhAHg==
2361+
nyc@14.1.0:
2362+
version "14.1.0"
2363+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-14.1.0.tgz#ae864913a4c5a947bfaebeb66a488bdb1868c9a3"
2364+
integrity sha512-iy9fEV8Emevz3z/AanIZsoGa8F4U2p0JKevZ/F0sk+/B2r9E6Qn+EPs0bpxEhnAt6UPlTL8mQZIaSJy8sK0ZFw==
23652365
dependencies:
23662366
archy "^1.0.0"
23672367
caching-transform "^3.0.2"
@@ -2371,19 +2371,20 @@ [email protected]:
23712371
find-up "^3.0.0"
23722372
foreground-child "^1.5.6"
23732373
glob "^7.1.3"
2374-
istanbul-lib-coverage "^2.0.4"
2375-
istanbul-lib-hook "^2.0.6"
2376-
istanbul-lib-instrument "^3.2.0"
2377-
istanbul-lib-report "^2.0.7"
2378-
istanbul-lib-source-maps "^3.0.5"
2379-
istanbul-reports "^2.2.2"
2374+
istanbul-lib-coverage "^2.0.5"
2375+
istanbul-lib-hook "^2.0.7"
2376+
istanbul-lib-instrument "^3.3.0"
2377+
istanbul-lib-report "^2.0.8"
2378+
istanbul-lib-source-maps "^3.0.6"
2379+
istanbul-reports "^2.2.4"
2380+
js-yaml "^3.13.1"
23802381
make-dir "^2.1.0"
23812382
merge-source-map "^1.1.0"
23822383
resolve-from "^4.0.0"
23832384
rimraf "^2.6.3"
23842385
signal-exit "^3.0.2"
23852386
spawn-wrap "^1.4.2"
2386-
test-exclude "^5.2.2"
2387+
test-exclude "^5.2.3"
23872388
uuid "^3.3.2"
23882389
yargs "^13.2.2"
23892390
yargs-parser "^13.0.0"
@@ -2717,9 +2718,9 @@ regex-not@^1.0.0, regex-not@^1.0.2:
27172718
safe-regex "^1.1.0"
27182719

27192720
regexp-tree@^0.1.0:
2720-
version "0.1.5"
2721-
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.5.tgz#7cd71fca17198d04b4176efd79713f2998009397"
2722-
integrity sha512-nUmxvfJyAODw+0B13hj8CFVAxhe7fDEAgJgaotBu3nnR+IgGgZq59YedJP5VYTlkEfqjuK6TuRpnymKdatLZfQ==
2721+
version "0.1.6"
2722+
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.6.tgz#84900fa12fdf428a2ac25f04300382a7c0148479"
2723+
integrity sha512-LFrA98Dw/heXqDojz7qKFdygZmFoiVlvE1Zp7Cq2cvF+ZA+03Gmhy0k0PQlsC1jvHPiTUSs+pDHEuSWv6+6D7w==
27232724

27242725
regexpp@^2.0.1:
27252726
version "2.0.1"
@@ -3134,7 +3135,7 @@ supports-color@^5.3.0:
31343135
dependencies:
31353136
has-flag "^3.0.0"
31363137

3137-
supports-color@^6.0.0:
3138+
supports-color@^6.1.0:
31383139
version "6.1.0"
31393140
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
31403141
integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
@@ -3151,10 +3152,10 @@ table@^5.2.3:
31513152
slice-ansi "^2.1.0"
31523153
string-width "^3.0.0"
31533154

3154-
test-exclude@^5.2.2:
3155-
version "5.2.2"
3156-
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.2.2.tgz#7322f8ab037b0b93ad2aab35fe9068baf997a4c4"
3157-
integrity sha512-N2pvaLpT8guUpb5Fe1GJlmvmzH3x+DAKmmyEQmFP792QcLYoGE1syxztSvPD1V8yPe6VrcCt6YGQVjSRjCASsA==
3155+
test-exclude@^5.2.3:
3156+
version "5.2.3"
3157+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.2.3.tgz#c3d3e1e311eb7ee405e092dac10aefd09091eac0"
3158+
integrity sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==
31583159
dependencies:
31593160
glob "^7.1.3"
31603161
minimatch "^3.0.4"
@@ -3236,9 +3237,9 @@ type-detect@^4.0.0, type-detect@^4.0.5:
32363237
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
32373238

32383239
uglify-js@^3.1.4:
3239-
version "3.5.8"
3240-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.5.8.tgz#496f62a8c23c3e6791563acbc04908edaca4025f"
3241-
integrity sha512-GFSjB1nZIzoIq70qvDRtWRORHX3vFkAnyK/rDExc0BN7r9+/S+Voz3t/fwJuVfjppAMz+ceR2poE7tkhvnVwQQ==
3240+
version "3.5.10"
3241+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.5.10.tgz#652bef39f86d9dbfd6674407ee05a5e2d372cf2d"
3242+
integrity sha512-/GTF0nosyPLbdJBd+AwYiZ+Hu5z8KXWnO0WCGt1BQ/u9Iamhejykqmz5o1OHJ53+VAk6xVxychonnApDjuqGsw==
32423243
dependencies:
32433244
commander "~2.20.0"
32443245
source-map "~0.6.1"

0 commit comments

Comments
 (0)