diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-01-02 02:16:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-02 02:16:06 +0000 |
commit | c82f8bf11642f749cdaca9c7aafae50df8aafedf (patch) | |
tree | c063efa2a04745e194234d803f1370ee4fc173a3 | |
parent | 3442c7876ff589e0a634b8cdeddbc8b1bd8c6489 (diff) | |
parent | f570a14941fac78caa9515927fce27535c27333d (diff) |
Merge pull request #963 from ueokande/dependabot/npm_and_yarn/types/sinon-9.0.10
Bump @types/sinon from 9.0.9 to 9.0.10
-rw-r--r-- | yarn.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -370,9 +370,9 @@ "@types/mime" "*" "@types/sinon@^9.0.0": - version "9.0.9" - resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.9.tgz#115843b491583f924080f684b6d0d7438344f73c" - integrity sha512-z/y8maYOQyYLyqaOB+dYQ6i0pxKLOsfwCmHmn4T7jS/SDHicIslr37oE3Dg8SCqKrKeBy6Lemu7do2yy+unLrw== + version "9.0.10" + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.10.tgz#7fb9bcb6794262482859cab66d59132fca18fcf7" + integrity sha512-/faDC0erR06wMdybwI/uR8wEKV/E83T0k4sepIpB7gXuy2gzx2xiOjmztq6a2Y6rIGJ04D+6UU0VBmWy+4HEMA== dependencies: "@types/sinonjs__fake-timers" "*" |