|
73 | 73 | resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df" |
74 | 74 | integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== |
75 | 75 |
|
| 76 | +"@sinonjs/commons@^3.0.1": |
| 77 | + version "3.0.1" |
| 78 | + resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd" |
| 79 | + integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ== |
| 80 | + dependencies: |
| 81 | + type-detect "4.0.8" |
| 82 | + |
| 83 | +"@sinonjs/fake-timers@^15.3.0": |
| 84 | + version "15.3.0" |
| 85 | + resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-15.3.0.tgz#0638dd40960dce355955a56e1cf38b38a27275a2" |
| 86 | + integrity sha512-m2xozxSfCIxjDdvbhIWazlP2i2aha/iUmbl94alpsIbd3iLTfeXgfBVbwyWogB6l++istyGZqamgA/EcqYf+Bg== |
| 87 | + dependencies: |
| 88 | + "@sinonjs/commons" "^3.0.1" |
| 89 | + |
| 90 | +"@sinonjs/samsam@^10.0.0": |
| 91 | + version "10.0.1" |
| 92 | + resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-10.0.1.tgz#8c3f895e0699586b4f70dc570e5f26e2c5081851" |
| 93 | + integrity sha512-q2mHXfkviqX+roGbzFJF6r5GR4TJDGngJuPrtj0IZRZZGnFlYTjdeoiZ6vCISmOjTLsZm0+CqHPupXR/BRVZjA== |
| 94 | + dependencies: |
| 95 | + "@sinonjs/commons" "^3.0.1" |
| 96 | + type-detect "^4.1.0" |
| 97 | + |
76 | 98 | "@types/json5@^0.0.29": |
77 | 99 | version "0.0.29" |
78 | 100 | resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" |
@@ -1693,10 +1715,15 @@ detect-indent@^4.0.0: |
1693 | 1715 | dependencies: |
1694 | 1716 | repeating "^2.0.0" |
1695 | 1717 |
|
1696 | | -diff@3.2.0, diff@^3.1.0: |
| 1718 | +diff@3.2.0: |
1697 | 1719 | version "3.2.0" |
1698 | 1720 | resolved "https://registry.yarnpkg.com/diff/-/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9" |
1699 | 1721 |
|
| 1722 | +diff@^8.0.4: |
| 1723 | + version "8.0.4" |
| 1724 | + resolved "https://registry.yarnpkg.com/diff/-/diff-8.0.4.tgz#4f5baf3188b9b2431117b962eb20ba330fadf696" |
| 1725 | + integrity sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw== |
| 1726 | + |
1700 | 1727 | doctrine@^1.2.2: |
1701 | 1728 | version "1.5.0" |
1702 | 1729 | resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa" |
@@ -2416,12 +2443,6 @@ form-data@~2.3.2: |
2416 | 2443 | combined-stream "^1.0.6" |
2417 | 2444 | mime-types "^2.1.12" |
2418 | 2445 |
|
2419 | | -formatio@1.2.0: |
2420 | | - version "1.2.0" |
2421 | | - resolved "https://registry.yarnpkg.com/formatio/-/formatio-1.2.0.tgz#f3b2167d9068c4698a8d51f4f760a39a54d818eb" |
2422 | | - dependencies: |
2423 | | - samsam "1.x" |
2424 | | - |
2425 | 2446 | fs-readdir-recursive@^1.0.0: |
2426 | 2447 | version "1.0.0" |
2427 | 2448 | resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.0.0.tgz#8cd1745c8b4f8a29c8caec392476921ba195f560" |
@@ -3400,10 +3421,6 @@ is-weakset@^2.0.3: |
3400 | 3421 | call-bind "^1.0.7" |
3401 | 3422 | get-intrinsic "^1.2.4" |
3402 | 3423 |
|
3403 | | -isarray@0.0.1: |
3404 | | - version "0.0.1" |
3405 | | - resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" |
3406 | | - |
3407 | 3424 | isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: |
3408 | 3425 | version "1.0.0" |
3409 | 3426 | resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" |
@@ -3669,10 +3686,6 @@ lodash@^4.2.0, lodash@^4.3.0: |
3669 | 3686 | version "4.17.4" |
3670 | 3687 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" |
3671 | 3688 |
|
3672 | | -lolex@^1.6.0: |
3673 | | - version "1.6.0" |
3674 | | - resolved "https://registry.yarnpkg.com/lolex/-/lolex-1.6.0.tgz#3a9a0283452a47d7439e72731b9e07d7386e49f6" |
3675 | | - |
3676 | 3689 | longest@^1.0.1: |
3677 | 3690 | version "1.0.1" |
3678 | 3691 | resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" |
@@ -3839,10 +3852,6 @@ nan@^2.3.0: |
3839 | 3852 | version "2.6.2" |
3840 | 3853 | resolved "https://registry.yarnpkg.com/nan/-/nan-2.6.2.tgz#e4ff34e6c95fdfb5aecc08de6596f43605a7db45" |
3841 | 3854 |
|
3842 | | -native-promise-only@^0.8.1: |
3843 | | - version "0.8.1" |
3844 | | - resolved "https://registry.yarnpkg.com/native-promise-only/-/native-promise-only-0.8.1.tgz#20a318c30cb45f71fe7adfbf7b21c99c1472ef11" |
3845 | | - |
3846 | 3855 | natural-compare@^1.4.0: |
3847 | 3856 | version "1.4.0" |
3848 | 3857 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" |
@@ -4184,12 +4193,6 @@ path-parse@^1.0.7: |
4184 | 4193 | resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" |
4185 | 4194 | integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== |
4186 | 4195 |
|
4187 | | -path-to-regexp@^1.7.0: |
4188 | | - version "1.7.0" |
4189 | | - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.7.0.tgz#59fde0f435badacba103a84e9d3bc64e96b9937d" |
4190 | | - dependencies: |
4191 | | - isarray "0.0.1" |
4192 | | - |
4193 | 4196 | path-type@^1.0.0: |
4194 | 4197 | version "1.1.0" |
4195 | 4198 | resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" |
@@ -4645,10 +4648,6 @@ safe-regex-test@^1.1.0: |
4645 | 4648 | resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" |
4646 | 4649 | integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== |
4647 | 4650 |
|
4648 | | -samsam@1.x, samsam@^1.1.3: |
4649 | | - version "1.2.1" |
4650 | | - resolved "https://registry.yarnpkg.com/samsam/-/samsam-1.2.1.tgz#edd39093a3184370cb859243b2bdf255e7d8ea67" |
4651 | | - |
4652 | 4651 | "semver@2 || 3 || 4 || 5", semver@^5.3.0: |
4653 | 4652 | version "5.3.0" |
4654 | 4653 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" |
@@ -4793,18 +4792,16 @@ simple-oauth2@^4.2.0: |
4793 | 4792 | debug "^4.1.1" |
4794 | 4793 | joi "^17.3.0" |
4795 | 4794 |
|
4796 | | -sinon@2.4.1: |
4797 | | - version "2.4.1" |
4798 | | - resolved "https://registry.yarnpkg.com/sinon/-/sinon-2.4.1.tgz#021fd64b54cb77d9d2fb0d43cdedfae7629c3a36" |
| 4795 | +sinon@21.1.0: |
| 4796 | + version "21.1.0" |
| 4797 | + resolved "https://registry.yarnpkg.com/sinon/-/sinon-21.1.0.tgz#1e68846a41be64f7ef5ed66b53e21c7504d14834" |
| 4798 | + integrity sha512-eyGgN8TGu8LZ3cNFatmeK+kM3T3ZjxZ+742ua4wMcm1yK6AQoQVibm2HnM+b1DT/a5ErAtmYL0R0c4ooDEcqNQ== |
4799 | 4799 | dependencies: |
4800 | | - diff "^3.1.0" |
4801 | | - formatio "1.2.0" |
4802 | | - lolex "^1.6.0" |
4803 | | - native-promise-only "^0.8.1" |
4804 | | - path-to-regexp "^1.7.0" |
4805 | | - samsam "^1.1.3" |
4806 | | - text-encoding "0.6.4" |
4807 | | - type-detect "^4.0.0" |
| 4800 | + "@sinonjs/commons" "^3.0.1" |
| 4801 | + "@sinonjs/fake-timers" "^15.3.0" |
| 4802 | + "@sinonjs/samsam" "^10.0.0" |
| 4803 | + diff "^8.0.4" |
| 4804 | + supports-color "^10.2.2" |
4808 | 4805 |
|
4809 | 4806 | slash@^1.0.0: |
4810 | 4807 | version "1.0.0" |
@@ -5045,6 +5042,11 @@ supports-color@3.1.2, supports-color@3.1.x, supports-color@^3.1.2: |
5045 | 5042 | dependencies: |
5046 | 5043 | has-flag "^1.0.0" |
5047 | 5044 |
|
| 5045 | +supports-color@^10.2.2: |
| 5046 | + version "10.2.2" |
| 5047 | + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-10.2.2.tgz#466c2978cc5cd0052d542a0b576461c2b802ebb4" |
| 5048 | + integrity sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g== |
| 5049 | + |
5048 | 5050 | supports-color@^2.0.0: |
5049 | 5051 | version "2.0.0" |
5050 | 5052 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" |
@@ -5102,10 +5104,6 @@ test-exclude@^4.1.0: |
5102 | 5104 | read-pkg-up "^1.0.1" |
5103 | 5105 | require-main-filename "^1.0.1" |
5104 | 5106 |
|
5105 | | -text-encoding@0.6.4: |
5106 | | - version "0.6.4" |
5107 | | - resolved "https://registry.yarnpkg.com/text-encoding/-/text-encoding-0.6.4.tgz#e399a982257a276dae428bb92845cb71bdc26d19" |
5108 | | - |
5109 | 5107 | text-table@~0.2.0: |
5110 | 5108 | version "0.2.0" |
5111 | 5109 | resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" |
@@ -5172,13 +5170,19 @@ type-detect@0.1.1: |
5172 | 5170 | version "0.1.1" |
5173 | 5171 | resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-0.1.1.tgz#0ba5ec2a885640e470ea4e8505971900dac58822" |
5174 | 5172 |
|
| 5173 | +type-detect@4.0.8: |
| 5174 | + version "4.0.8" |
| 5175 | + resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" |
| 5176 | + integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== |
| 5177 | + |
5175 | 5178 | type-detect@^1.0.0: |
5176 | 5179 | version "1.0.0" |
5177 | 5180 | resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-1.0.0.tgz#762217cc06db258ec48908a1298e8b95121e8ea2" |
5178 | 5181 |
|
5179 | | -type-detect@^4.0.0: |
5180 | | - version "4.0.3" |
5181 | | - resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.3.tgz#0e3f2670b44099b0b46c284d136a7ef49c74c2ea" |
| 5182 | +type-detect@^4.1.0: |
| 5183 | + version "4.1.0" |
| 5184 | + resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.1.0.tgz#deb2453e8f08dcae7ae98c626b13dddb0155906c" |
| 5185 | + integrity sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw== |
5182 | 5186 |
|
5183 | 5187 | typed-array-buffer@^1.0.0: |
5184 | 5188 | version "1.0.0" |
|
0 commit comments