diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-03 01:17:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 01:17:02 +0000 |
commit | 6e93c1fbd43d2ed72260e32fd4a41714e015e62b (patch) | |
tree | 1a835129081c7e3bf3f07278764ebb5408884a55 /package.json | |
parent | 7819305eba67275b3db1d500193f2eee539b9442 (diff) | |
download | nextcloud-server-6e93c1fbd43d2ed72260e32fd4a41714e015e62b.tar.gz nextcloud-server-6e93c1fbd43d2ed72260e32fd4a41714e015e62b.zip |
Bump sinon from 9.0.3 to 9.1.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.0.3 to 9.1.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v9.0.3...v9.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 db90724dfc8..b49d82edaec 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "mochapack": "^2.0.3", "node-sass": "^4.14.1", "sass-loader": "^10.0.2", - "sinon": "^9.0.3", + "sinon": "^9.1.0", "sinon-chai": "^3.5.0", "style-loader": "^1.2.1", "url-loader": "^4.1.0", |