From 5c0daf1c3671aac6d19885f70ebdc33ee3e234a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 17:35:56 +0000 Subject: [PATCH] build(deps-dev): bump chai from 4.3.3 to 4.3.4 Bumps [chai](https://github.com/chaijs/chai) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/4.3.3...v4.3.4) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c563c08ed4..bd612485bf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3814,9 +3814,9 @@ "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==" }, "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 57c9e2678f4..880eec0dfcc 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@types/express": "^4.17.11", "babel-loader": "^8.2.2", "browser-sync": "^2.26.14", - "chai": "^4.3.3", + "chai": "^4.3.4", "chai-cheerio": "^1.0.0", "check-for-leaks": "^1.2.1", "cheerio": "^1.0.0-rc.5",