From 98184bf4677d508c167893ec7552033f7b68b18b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 3 Mar 2021 18:54:48 +0000 Subject: [PATCH] chore(deps): update dependency chai to v4.3.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 851c6e2f..502b7afd 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/node": "13.13.45", "@typescript-eslint/eslint-plugin": "4.16.1", "@typescript-eslint/parser": "4.16.1", - "chai": "4.3.1", + "chai": "4.3.3", "coveralls": "3.1.0", "cross-env": "7.0.3", "dotenv": "8.2.0", diff --git a/yarn.lock b/yarn.lock index 21ab0043..55598b50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1005,10 +1005,10 @@ caseless@~0.12.0: resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= -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"