diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-01-09 02:17:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 02:17:49 +0000 |
commit | 1e0eb579ce35f43ac9287df9e8c7245bb48820de (patch) | |
tree | b032e6cd44cf1671c676f7e4a64ae257032f994e /package.json | |
parent | e354ee4dc6bba95369cf4214880b6451123a4913 (diff) | |
download | nextcloud-server-1e0eb579ce35f43ac9287df9e8c7245bb48820de.tar.gz nextcloud-server-1e0eb579ce35f43ac9287df9e8c7245bb48820de.zip |
Bump sinon from 9.2.2 to 9.2.3
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.2 to 9.2.3.
- [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.2.2...v9.2.3)
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 2cf57105060..bedab954fd2 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.2", + "sinon": "^9.2.3", "sinon-chai": "^3.5.0", "style-loader": "^2.0.0", "url-loader": "^4.1.1", |