summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-06 02:20:29 +0000
committerGitHub <noreply@github.com>2021-02-06 02:20:29 +0000
commitdd0766014a6b9ebd403f379bad8b94ddb41e33eb (patch)
tree59fc8cf1fb8a77cd24cb060c1647e222797d2c6d
parent6e461248e088ca07618a1c5ebe6efe2da474c710 (diff)
downloadnextcloud-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>
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index f49fc2eca12..a7bf4d973de 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3410,9 +3410,9 @@
"dev": true
},
"chai": {
- "version": "4.2.0",
- "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz",
- "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==",
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.0.tgz",
+ "integrity": "sha512-/BFd2J30EcOwmdOgXvVsmM48l0Br0nmZPlO0uOW4XKh6kpsUumRXBgPV+IlaqFaqr9cYbeoZAM1Npx0i4A+aiA==",
"dev": true,
"requires": {
"assertion-error": "^1.1.0",
@@ -8323,9 +8323,9 @@
}
},
"pathval": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz",
- "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=",
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz",
+ "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==",
"dev": true
},
"pbkdf2": {
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",