From 493a943305a3526cc10fccc985c360fda11a6e5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 05:01:06 +0000 Subject: [PATCH] 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-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 28740d5..5092034 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/mauricedb/polly-js#readme", "devDependencies": { - "chai": "4.3.1", + "chai": "4.3.3", "chai-as-promised": "7.1.1", "codecov.io": "0.1.6", "gulp": "4.0.2", diff --git a/yarn.lock b/yarn.lock index 5c6ab20..5008c8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -409,10 +409,10 @@ chai-as-promised@7.1.1: dependencies: check-error "^1.0.2" -chai@4.3.1: - version "4.3.1" - resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.1.tgz#6fc6af447610709818e5c45116207d60b8a49cfd" - integrity sha512-JClPZFGRcSl7X8dYzlCJY7v+X1fBA+9Y339Y8EqhBVfp0QC1hTnaf7nMfR+XZ74clkBC64b0iEw2cWKHt3EVqA== +chai@4.3.3: + version "4.3.3" + resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.3.tgz#f2b2ad9736999d07a7ff95cf1e7086c43a76f72d" + integrity sha512-MPSLOZwxxnA0DhLE84klnGPojWFK5KuhP7/j5dTsxpr2S3XlkqJP5WbyYl1gCTWvG2Z5N+HD4F472WsbEZL6Pw== dependencies: assertion-error "^1.1.0" check-error "^1.0.2"