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 /package.json | |
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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7d06790..7a7a8a3 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": "^9.0.0", + "@types/sinon": "^10.0.0", "@types/styled-components": "^5.1.2", "@typescript-eslint/eslint-plugin": "3.9.0", "@typescript-eslint/parser": "3.10.1", |