diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-04-15 04:26:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 04:26:52 +0000 |
commit | 67004642ee7430e3a3bca72619ff57a47a7c4495 (patch) | |
tree | ff430b287e399c3407a84e55944125cc7b8af205 /yarn.lock | |
parent | 56a3e4d9cf664a3706b2b577316f836fc6bdb421 (diff) | |
parent | dd6b7c5341f6c438d0e3387142acc185ef29da62 (diff) |
Merge pull request #1106 from ueokande/dependabot/npm_and_yarn/types/sinon-10.0.0
Bump @types/sinon from 9.0.11 to 10.0.0
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -393,17 +393,12 @@ "@types/express-serve-static-core" "*" "@types/mime" "*" -"@types/sinon@^9.0.0": - version "9.0.11" - resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.11.tgz#7af202dda5253a847b511c929d8b6dda170562eb" - integrity sha512-PwP4UY33SeeVKodNE37ZlOsR9cReypbMJOhZ7BVE0lB+Hix3efCOxiJWiE5Ia+yL9Cn2Ch72EjFTRze8RZsNtg== +"@types/sinon@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.0.tgz#eecc3847af03d45ffe53d55aaaaf6ecb28b5e584" + integrity sha512-jDZ55oCKxqlDmoTBBbBBEx+N8ZraUVhggMZ9T5t+6/Dh8/4NiOjSUfpLrPiEwxQDlAe3wpAkoXhWvE6LibtsMQ== dependencies: - "@types/sinonjs__fake-timers" "*" - -"@types/sinonjs__fake-timers@*": - version "6.0.1" - resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-6.0.1.tgz#681df970358c82836b42f989188d133e218c458e" - integrity sha512-yYezQwGWty8ziyYLdZjwxyMb0CZR49h8JALHGrxjQHWlqGgc8kLdHEgWrgL0uZ29DMvEVBDnHU2Wg36zKSIUtA== + "@sinonjs/fake-timers" "^7.0.4" "@types/source-list-map@*": version "0.1.2" |