-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
70 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,21 +131,39 @@ | |
lodash "^4.17.10" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@sinonjs/commons@^1.0.1": | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.0.2.tgz#3e0ac737781627b8844257fadc3d803997d0526e" | ||
"@sinonjs/commons@^1", "@sinonjs/commons@^1.0.2": | ||
version "1.4.0" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.4.0.tgz#7b3ec2d96af481d7a0321252e7b1c94724ec5a78" | ||
integrity sha512-9jHK3YF/8HtJ9wCAbG+j8cD0i0+ATS9A7gXFqS36TblLPNy6rEEc+SB0imo91eCboGaBYGV/MT1/br/J+EE7Tw== | ||
dependencies: | ||
type-detect "4.0.8" | ||
|
||
"@sinonjs/formatio@^2.0.0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-2.0.0.tgz#84db7e9eb5531df18a8c5e0bfb6e449e55e654b2" | ||
"@sinonjs/formatio@^3.0.0", "@sinonjs/formatio@^3.2.1": | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-3.2.1.tgz#52310f2f9bcbc67bdac18c94ad4901b95fde267e" | ||
integrity sha512-tsHvOB24rvyvV2+zKMmPkZ7dXX6LSLKZ7aOtXY6Edklp0uRcgGpOsQTTGTcWViFyx4uhWc6GV8QdnALbIbIdeQ== | ||
dependencies: | ||
samsam "1.3.0" | ||
"@sinonjs/commons" "^1" | ||
"@sinonjs/samsam" "^3.1.0" | ||
|
||
"@sinonjs/samsam@^2.0.0": | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-2.0.0.tgz#9163742ac35c12d3602dece74317643b35db6a80" | ||
"@sinonjs/samsam@^2.1.2": | ||
version "2.1.3" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-2.1.3.tgz#62cf2a9b624edc795134135fe37fc2ae8ea36be3" | ||
integrity sha512-8zNeBkSKhU9a5cRNbpCKau2WWPfan+Q2zDlcXvXyhn9EsMqgYs4qzo0XHNVlXC6ABQL8fT6nV+zzo5RTHJzyXw== | ||
|
||
"@sinonjs/samsam@^3.1.0": | ||
version "3.3.2" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.3.2.tgz#63942e3d5eb0b79f6de3bef9abfad15fb4b6401b" | ||
integrity sha512-ILO/rR8LfAb60Y1Yfp9vxfYAASK43NFC2mLzpvLUbCQY/Qu8YwReboseu8aheCEkyElZF2L2T9mHcR2bgdvZyA== | ||
dependencies: | ||
"@sinonjs/commons" "^1.0.2" | ||
array-from "^2.1.1" | ||
lodash "^4.17.11" | ||
|
||
"@sinonjs/text-encoding@^0.7.1": | ||
version "0.7.1" | ||
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5" | ||
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ== | ||
|
||
"@types/jest@^23.3.13": | ||
version "23.3.13" | ||
|
@@ -282,6 +300,11 @@ array-equal@^1.0.0: | |
resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" | ||
integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM= | ||
|
||
array-from@^2.1.1: | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/array-from/-/array-from-2.1.1.tgz#cfe9d8c26628b9dc5aecc62a9f5d8f1f352c1195" | ||
integrity sha1-z+nYwmYoudxa7MYqn12PHzUsEZU= | ||
|
||
array-unique@^0.3.2: | ||
version "0.3.2" | ||
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" | ||
|
@@ -1121,6 +1144,7 @@ har-validator@~5.1.0: | |
has-flag@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" | ||
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= | ||
|
||
has-symbols@^1.0.0: | ||
version "1.0.0" | ||
|
@@ -1406,6 +1430,7 @@ is-windows@^1.0.2: | |
[email protected]: | ||
version "0.0.1" | ||
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" | ||
integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= | ||
|
||
[email protected], isarray@~1.0.0: | ||
version "1.0.0" | ||
|
@@ -1943,9 +1968,10 @@ jsprim@^1.2.2: | |
json-schema "0.2.3" | ||
verror "1.10.0" | ||
|
||
just-extend@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-3.0.0.tgz#cee004031eaabf6406da03a7b84e4fe9d78ef288" | ||
just-extend@^4.0.2: | ||
version "4.0.2" | ||
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-4.0.2.tgz#f3f47f7dfca0f989c55410a7ebc8854b07108afc" | ||
integrity sha512-FrLwOgm+iXrPV+5zDU6Jqu4gCRXbWEQg2O3SKONsWE4w7AXFRkryS53bpWdaL9cNol+AmR3AEYz6kn+o0fCPnw== | ||
|
||
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: | ||
version "3.2.2" | ||
|
@@ -2022,20 +2048,27 @@ locate-path@^3.0.0: | |
lodash.get@^4.4.2: | ||
version "4.4.2" | ||
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" | ||
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= | ||
|
||
lodash.sortby@^4.7.0: | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" | ||
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= | ||
|
||
lodash@^4.13.1, lodash@^4.17.10: | ||
lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11: | ||
version "4.17.15" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" | ||
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== | ||
|
||
lolex@^2.3.2, lolex@^2.7.1: | ||
version "2.7.1" | ||
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.1.tgz#e40a8c4d1f14b536aa03e42a537c7adbaf0c20be" | ||
lolex@^2.7.5: | ||
version "2.7.5" | ||
resolved "https://registry.yarnpkg.com/lolex/-/lolex-2.7.5.tgz#113001d56bfc7e02d56e36291cc5c413d1aa0733" | ||
integrity sha512-l9x0+1offnKKIzYVjyXU2SiwhXDLekRzKyhnbyldPHvC7BvLPVpdNUNR2KeMAiCN2D/kLNttZgQD5WjSxuBx3Q== | ||
|
||
lolex@^4.1.0: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/lolex/-/lolex-4.2.0.tgz#ddbd7f6213ca1ea5826901ab1222b65d714b3cd7" | ||
integrity sha512-gKO5uExCXvSm6zbF562EvM+rd1kQDnB9AZBbiQVzf1ZmdDpxUSvpnAaVOP83N/31mRK8Ml8/VE8DMvsAZQ+7wg== | ||
|
||
loose-envify@^1.0.0: | ||
version "1.4.0" | ||
|
@@ -2241,15 +2274,16 @@ nice-try@^1.0.4: | |
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" | ||
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== | ||
|
||
nise@^1.4.2: | ||
version "1.4.4" | ||
resolved "https://registry.yarnpkg.com/nise/-/nise-1.4.4.tgz#b8d9dd35334c99e514b75e46fcc38e358caecdd0" | ||
nise@^1.4.5: | ||
version "1.5.1" | ||
resolved "https://registry.yarnpkg.com/nise/-/nise-1.5.1.tgz#de61d99a1d3b46b5233be4531569b9a8e27372b2" | ||
integrity sha512-edFWm0fsFG2n318rfEnKlTZTkjlbVOFF9XIA+fj+Ed+Qz1laYW2lobwavWoMzGrYDHH1EpiNJgDfvGnkZztR/g== | ||
dependencies: | ||
"@sinonjs/formatio" "^2.0.0" | ||
just-extend "^3.0.0" | ||
lolex "^2.3.2" | ||
"@sinonjs/formatio" "^3.2.1" | ||
"@sinonjs/text-encoding" "^0.7.1" | ||
just-extend "^4.0.2" | ||
lolex "^4.1.0" | ||
path-to-regexp "^1.7.0" | ||
text-encoding "^0.6.4" | ||
|
||
node-int64@^0.4.0: | ||
version "0.4.0" | ||
|
@@ -2537,6 +2571,7 @@ path-parse@^1.0.6: | |
path-to-regexp@^1.7.0: | ||
version "1.7.0" | ||
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.7.0.tgz#59fde0f435badacba103a84e9d3bc64e96b9937d" | ||
integrity sha1-Wf3g9DW62suhA6hOnTvGTpa5k30= | ||
dependencies: | ||
isarray "0.0.1" | ||
|
||
|
@@ -2820,10 +2855,6 @@ safe-regex@^1.1.0: | |
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" | ||
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== | ||
|
||
[email protected]: | ||
version "1.3.0" | ||
resolved "https://registry.yarnpkg.com/samsam/-/samsam-1.3.0.tgz#8d1d9350e25622da30de3e44ba692b5221ab7c50" | ||
|
||
sane@^3.0.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/sane/-/sane-3.1.0.tgz#995193b7dc1445ef1fe41ddfca2faf9f111854c6" | ||
|
@@ -2899,17 +2930,18 @@ signal-exit@^3.0.0, signal-exit@^3.0.2: | |
integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0= | ||
|
||
sinon@^6.1.5: | ||
version "6.1.5" | ||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.1.5.tgz#41451502d43cd5ffb9d051fbf507952400e81d09" | ||
version "6.3.5" | ||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.3.5.tgz#0f6d6a5b4ebaad1f6e8e019395542d1d02c144a0" | ||
integrity sha512-xgoZ2gKjyVRcF08RrIQc+srnSyY1JDJtxu3Nsz07j1ffjgXoY6uPLf/qja6nDBZgzYYEovVkFryw2+KiZz11xQ== | ||
dependencies: | ||
"@sinonjs/commons" "^1.0.1" | ||
"@sinonjs/formatio" "^2.0.0" | ||
"@sinonjs/samsam" "^2.0.0" | ||
"@sinonjs/commons" "^1.0.2" | ||
"@sinonjs/formatio" "^3.0.0" | ||
"@sinonjs/samsam" "^2.1.2" | ||
diff "^3.5.0" | ||
lodash.get "^4.4.2" | ||
lolex "^2.7.1" | ||
nise "^1.4.2" | ||
supports-color "^5.4.0" | ||
lolex "^2.7.5" | ||
nise "^1.4.5" | ||
supports-color "^5.5.0" | ||
type-detect "^4.0.8" | ||
|
||
sisteransi@^1.0.0: | ||
|
@@ -3124,7 +3156,7 @@ strip-json-comments@~2.0.1: | |
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" | ||
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= | ||
|
||
supports-color@^5.3.0, supports-color@^5.4.0: | ||
supports-color@^5.3.0, supports-color@^5.5.0: | ||
version "5.5.0" | ||
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" | ||
dependencies: | ||
|
@@ -3165,10 +3197,6 @@ test-exclude@^5.0.0: | |
read-pkg-up "^4.0.0" | ||
require-main-filename "^1.0.1" | ||
|
||
text-encoding@^0.6.4: | ||
version "0.6.4" | ||
resolved "https://registry.yarnpkg.com/text-encoding/-/text-encoding-0.6.4.tgz#e399a982257a276dae428bb92845cb71bdc26d19" | ||
|
||
throat@^4.0.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a" | ||
|
@@ -3296,6 +3324,7 @@ type-check@~0.3.2: | |
[email protected], type-detect@^4.0.8: | ||
version "4.0.8" | ||
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" | ||
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== | ||
|
||
typescript@^3.0.3: | ||
version "3.2.2" | ||
|