diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-12-12 02:17:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 02:17:18 +0000 |
commit | 82bbbf07bfe1f7c5382bf31702342bdd6a7ea7b5 (patch) | |
tree | f3ba6d925ee27522abaeff3b4b07ca2f0f3bfedd /package.json | |
parent | 9dd27f923ef38da522b46e7112d720c66d520dea (diff) | |
download | nextcloud-server-82bbbf07bfe1f7c5382bf31702342bdd6a7ea7b5.tar.gz nextcloud-server-82bbbf07bfe1f7c5382bf31702342bdd6a7ea7b5.zip |
Bump sinon from 9.2.1 to 9.2.2
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.1 to 9.2.2.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinonjs/sinon/commits/v9.2.2)
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 c19e8b2793f..c40f45182e9 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "mochapack": "^2.0.6", "node-sass": "^5.0.0", "sass-loader": "^10.1.0", - "sinon": "^9.2.1", + "sinon": "^9.2.2", "sinon-chai": "^3.5.0", "style-loader": "^2.0.0", "url-loader": "^4.1.1", |