diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2021-07-04 13:24:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-04 13:24:45 +0900 |
commit | 63a129d2d6fab68784e902476dd9d6d5f563036a (patch) | |
tree | 76d8644af62da264e627bc5b1e1acb5343c478ce | |
parent | ab6277fa1fdb41da6fa7c8c0be2cedfdef4b6bd7 (diff) | |
parent | 3b8961554a487843bfc4f22bc3fab4d4c6c52138 (diff) |
Merge pull request #1199 from ueokande/dependabot/npm_and_yarn/types/sinon-10.0.2
Bump @types/sinon from 10.0.0 to 10.0.2
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index b185216..97d3aff 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/react-test-renderer": "^17.0.0", "@types/redux-promise": "^0.5.28", "@types/selenium-webdriver": "^4.0.6", - "@types/sinon": "^10.0.0", + "@types/sinon": "^10.0.2", "@types/styled-components": "^5.1.11", "@typescript-eslint/eslint-plugin": "3.9.0", "@typescript-eslint/parser": "3.10.1", @@ -420,12 +420,12 @@ "@types/express-serve-static-core" "*" "@types/mime" "*" -"@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== +"@types/sinon@^10.0.2": + version "10.0.2" + resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.2.tgz#f360d2f189c0fd433d14aeb97b9d705d7e4cc0e4" + integrity sha512-BHn8Bpkapj8Wdfxvh2jWIUoaYB/9/XhsL0oOvBfRagJtKlSl9NWPcFOz2lRukI9szwGxFtYZCTejJSqsGDbdmw== dependencies: - "@sinonjs/fake-timers" "^7.0.4" + "@sinonjs/fake-timers" "^7.1.0" "@types/source-list-map@*": version "0.1.2" |