From 64f0284bb047b654f12719672ab728fecf870b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:07:45 +0000 Subject: [PATCH] =?UTF-8?q?chore(dev):=20=F0=9F=A4=96=20bump=20chai=20from?= =?UTF-8?q?=204.3.3=20to=204.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d2575537..3131d382 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@semantic-release/release-notes-generator": "9.0.2", "any-shell-escape": "0.1.1", "browserify": "17.0.0", - "chai": "4.3.3", + "chai": "4.3.4", "chalk": "4.1.0", "commitizen": "4.2.3", "dotenv": "8.2.0", diff --git a/yarn.lock b/yarn.lock index 6d17f66c..49bbe9ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1871,10 +1871,10 @@ catchment@^3.3.0: "@artdeco/clean-stack" "^1.1.1" erotic "^2.1.0" -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== +chai@4.3.4: + version "4.3.4" + resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.4.tgz#b55e655b31e1eac7099be4c08c21964fce2e6c49" + integrity sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA== dependencies: assertion-error "^1.1.0" check-error "^1.0.2"