diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-01-06 23:17:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 23:17:29 +0000 |
commit | ef3a7acf8749e8e6a20434528daa34454f5d0b72 (patch) | |
tree | d381cf5ff0f1ee2b6c17fdf8f854f517231cb6c4 /yarn.lock | |
parent | aeaaf7ba27294bf54cdac55b19ea5fbfc4599d1c (diff) | |
parent | 00037f7bb9872654a8080d84af0a90a400396038 (diff) |
Merge pull request #974 from ueokande/dependabot/npm_and_yarn/sinon-9.2.3
Bump sinon from 9.2.2 to 9.2.3
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 17 |
1 files changed, 4 insertions, 13 deletions
@@ -179,14 +179,6 @@ "@sinonjs/commons" "^1" "@sinonjs/samsam" "^3.1.0" -"@sinonjs/formatio@^5.0.1": - version "5.0.1" - resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-5.0.1.tgz#f13e713cb3313b1ab965901b01b0828ea6b77089" - integrity sha512-KaiQ5pBf1MpS09MuA0kp6KBQt2JUOQycqVG1NZXvzeaXe5LGFqAKueIS0bw4w0P9r7KuBSVdUk5QjXsUdu2CxQ== - dependencies: - "@sinonjs/commons" "^1" - "@sinonjs/samsam" "^5.0.2" - "@sinonjs/samsam@^3.1.0", "@sinonjs/samsam@^3.3.3": version "3.3.3" resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.3.3.tgz#46682efd9967b259b81136b9f120fd54585feb4a" @@ -196,7 +188,7 @@ array-from "^2.1.1" lodash "^4.17.15" -"@sinonjs/samsam@^5.0.2", "@sinonjs/samsam@^5.3.0": +"@sinonjs/samsam@^5.3.0": version "5.3.0" resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.3.0.tgz#1d2f0743dc54bf13fe9d508baefacdffa25d4329" integrity sha512-hXpcfx3aq+ETVBwPlRFICld5EnrkexXuXDwqUNhDdr5L8VjvMeSRwyOa0qL7XFmR+jVWR4rUZtnxlG7RX72sBg== @@ -5436,13 +5428,12 @@ sinon@^7.2.3: supports-color "^5.5.0" sinon@^9.0.3: - version "9.2.2" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.2.tgz#b83cf5d43838f99cfa3644453f4c7db23e7bd535" - integrity sha512-9Owi+RisvCZpB0bdOVFfL314I6I4YoRlz6Isi4+fr8q8YQsDPoCe5UnmNtKHRThX3negz2bXHWIuiPa42vM8EQ== + version "9.2.3" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.3.tgz#f68ce414e843e2fd638703043c97f260697caa52" + integrity sha512-m+DyAWvqVHZtjnjX/nuShasykFeiZ+nPuEfD4G3gpvKGkXRhkF/6NSt2qN2FjZhfrcHXFzUzI+NLnk+42fnLEw== dependencies: "@sinonjs/commons" "^1.8.1" "@sinonjs/fake-timers" "^6.0.1" - "@sinonjs/formatio" "^5.0.1" "@sinonjs/samsam" "^5.3.0" diff "^4.0.2" nise "^4.0.4" |