diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-13 04:12:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 04:12:49 +0000 |
commit | ee6262305a5713731ba0bf56a2ad6512388d1340 (patch) | |
tree | 43ffea92972363d9e0fbdef5ffaa13db9d528c2c | |
parent | 0869c75d5a432f9bb5837329e58e6f91bc2aecda (diff) | |
parent | 0ec4ac2c212ea64f049bcabffd85be5ad6fbcc57 (diff) | |
download | nextcloud-server-ee6262305a5713731ba0bf56a2ad6512388d1340.tar.gz nextcloud-server-ee6262305a5713731ba0bf56a2ad6512388d1340.zip |
Merge pull request #26099 from nextcloud/dependabot/npm_and_yarn/chai-4.3.4
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index e60ea08009b..4a5d296f95c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5131,9 +5131,9 @@ "dev": true }, "chai": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.3.tgz", - "integrity": "sha512-MPSLOZwxxnA0DhLE84klnGPojWFK5KuhP7/j5dTsxpr2S3XlkqJP5WbyYl1gCTWvG2Z5N+HD4F472WsbEZL6Pw==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.4.tgz", + "integrity": "sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==", "dev": true, "requires": { "assertion-error": "^1.1.0", diff --git a/package.json b/package.json index 95894c39b90..ed8b6aa967d 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.1.2", - "chai": "^4.3.3", + "chai": "^4.3.4", "css-loader": "^5.1.1", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", |