diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-29 10:16:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 10:16:47 +0000 |
commit | 48158d61eda0b5775fd91a5a6d59919781255fc5 (patch) | |
tree | 0497ad11e5813d79f3f73459f4673c69ace6553e /package.json | |
parent | 1e16fa7a8fc72f2a491ff90f9a5b5a194e78d796 (diff) | |
download | nextcloud-server-48158d61eda0b5775fd91a5a6d59919781255fc5.tar.gz nextcloud-server-48158d61eda0b5775fd91a5a6d59919781255fc5.zip |
Bump sinon from 8.1.1 to 9.0.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 8.1.1 to 9.0.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/v8.1.1...v9.0.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 912890bfa1f..5930c594660 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "mochapack": "^1.1.13", "node-sass": "^4.13.1", "sass-loader": "^8.0.2", - "sinon": "^8.1.1", + "sinon": "^9.0.0", "sinon-chai": "^3.5.0", "style-loader": "^1.1.3", "url-loader": "^3.0.0", |