From e448b7cfc715aa9f04614eff0e19f68c72a32af9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 11:46:32 +0000 Subject: [PATCH] chore(deps-dev): bump chai from 4.3.1 to 4.3.3 Bumps [chai](https://github.com/chaijs/chai) from 4.3.1 to 4.3.3. - [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.1...4.3.3) 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 333bd870d7b..6360817a23f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11746,9 +11746,9 @@ "integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==" }, "chai": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.1.tgz", - "integrity": "sha512-JClPZFGRcSl7X8dYzlCJY7v+X1fBA+9Y339Y8EqhBVfp0QC1hTnaf7nMfR+XZ74clkBC64b0iEw2cWKHt3EVqA==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.3.tgz", + "integrity": "sha512-MPSLOZwxxnA0DhLE84klnGPojWFK5KuhP7/j5dTsxpr2S3XlkqJP5WbyYl1gCTWvG2Z5N+HD4F472WsbEZL6Pw==", "dev": true, "requires": { "assertion-error": "^1.1.0", diff --git a/package.json b/package.json index 6208f686909..300c5e204af 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "babel-eslint": "^10.1.0", "babel-plugin-react-docgen": "^4.2.1", "babel-plugin-require-context-hook": "^1.0.0", - "chai": "^4.3.1", + "chai": "^4.3.3", "chai-as-promised": "^7.1.1", "chai-dom": "^1.8.2", "chai-enzyme": "1.0.0-beta.1",