diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-06 02:20:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 02:20:29 +0000 |
commit | dd0766014a6b9ebd403f379bad8b94ddb41e33eb (patch) | |
tree | 59fc8cf1fb8a77cd24cb060c1647e222797d2c6d /package.json | |
parent | 6e461248e088ca07618a1c5ebe6efe2da474c710 (diff) | |
download | nextcloud-server-dd0766014a6b9ebd403f379bad8b94ddb41e33eb.tar.gz nextcloud-server-dd0766014a6b9ebd403f379bad8b94ddb41e33eb.zip |
Bump chai from 4.2.0 to 4.3.0
Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai/compare/4.2.0...4.3.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 e32de718139..da94fff874d 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "babel-eslint": "^10.1.0", "babel-loader": "^8.2.2", "babel-loader-exclude-node-modules-except": "^1.0.3", - "chai": "^4.2.0", + "chai": "^4.3.0", "css-loader": "^5.0.1", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", |