Skip to content

Commit 9f8abc7

Browse files
chore(dev-deps): bump chai from 4.3.7 to 4.3.8 (#727)
Bumps [chai](https://github.com/chaijs/chai) from 4.3.7 to 4.3.8. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md) - [Commits](chaijs/chai@v4.3.7...v4.3.8) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcd892c commit 9f8abc7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/uuid": "^8.3.4",
5757
"@typescript-eslint/eslint-plugin": "^4.33.0",
5858
"@typescript-eslint/parser": "^4.33.0",
59-
"chai": "^4.3.7",
59+
"chai": "^4.3.8",
6060
"eslint": "^7.32.0",
6161
"eslint-config-prettier": "^8.10.0",
6262
"eslint-config-salesforce": "^0.1.6",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2458,10 +2458,10 @@ caseless@~0.12.0:
24582458
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
24592459
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
24602460

2461-
chai@^4.2.0, chai@^4.3.7:
2462-
version "4.3.7"
2463-
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.7.tgz#ec63f6df01829088e8bf55fca839bcd464a8ec51"
2464-
integrity sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==
2461+
chai@^4.2.0, chai@^4.3.8:
2462+
version "4.3.8"
2463+
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.8.tgz#40c59718ad6928da6629c70496fe990b2bb5b17c"
2464+
integrity sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ==
24652465
dependencies:
24662466
assertion-error "^1.1.0"
24672467
check-error "^1.0.2"

0 commit comments

Comments
 (0)