From 0056c042d6ddc45e48ba1ef6ea1c22d292e235a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 11:02:24 +0000 Subject: [PATCH] Bump chai-exclude from 2.0.2 to 2.1.0 Bumps [chai-exclude](https://github.com/mesaugat/chai-exclude) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/mesaugat/chai-exclude/releases) - [Commits](https://github.com/mesaugat/chai-exclude/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: chai-exclude dependency-type: direct:development update-type: version-update:semver-minor ... 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 425c9894..0e767da3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/node": "^10.14.5", "chai": "4.2.0", "chai-as-promised": "7.1.1", - "chai-exclude": "2.0.2", + "chai-exclude": "2.1.0", "cross-env": "7.0", "eslint": "7.9.0", "mocha": "8.1.3", diff --git a/yarn.lock b/yarn.lock index 9e3478d8..5775159c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -626,10 +626,10 @@ chai-as-promised@7.1.1: dependencies: check-error "^1.0.2" -chai-exclude@2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/chai-exclude/-/chai-exclude-2.0.2.tgz#8f2f2881ee8f3ddf4c5af0f949c063503eee30f8" - integrity sha512-QmNVnvdSw8Huccdjm49mKu3HtoHxvjdavgYkY0KPQ5MI5UWfbc9sX1YqRgaMPf2GGtDXPoF2ram3AeNS4945Xw== +chai-exclude@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/chai-exclude/-/chai-exclude-2.1.0.tgz#653d1218144eafb49b563684ad90b76d12bbc3f9" + integrity sha512-IBnm50Mvl3O1YhPpTgbU8MK0Gw7NHcb18WT2TxGdPKOMtdtZVKLHmQwdvOF7mTlHVQStbXuZKFwkevFtbHjpVg== dependencies: fclone "^1.0.11"