diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-05-29 01:18:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-29 01:18:44 +0000 |
commit | 6baaeb92f9bc8c5be5bc976a64936fd8b8d993dd (patch) | |
tree | 814c92747926368a60ee5cfc15abbec7bb6f87d4 /package.json | |
parent | 948bbe8b2f3b4115e08add7b3e74af26cd0c60be (diff) | |
download | nextcloud-server-6baaeb92f9bc8c5be5bc976a64936fd8b8d993dd.tar.gz nextcloud-server-6baaeb92f9bc8c5be5bc976a64936fd8b8d993dd.zip |
Bump sinon-chai from 3.6.0 to 3.7.0
Bumps [sinon-chai](https://github.com/domenic/sinon-chai) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/domenic/sinon-chai/releases)
- [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md)
- [Commits](https://github.com/domenic/sinon-chai/compare/3.6.0...3.7.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 dd9430bb751..9e2b5ff0111 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "sass": "^1.34.0", "sass-loader": "^10.1.1", "sinon": "^9.2.4", - "sinon-chai": "^3.6.0", + "sinon-chai": "^3.7.0", "style-loader": "^2.0.0", "url-loader": "^4.1.1", "vue-loader": "^15.9.6", |