Skip to content

Commit 7744797

Browse files
chore(dev-deps): bump chai from 4.3.7 to 4.3.8
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] <support@github.com>
1 parent d40ea39 commit 7744797

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/inquirer": "^9.0.3",
2424
"@typescript-eslint/eslint-plugin": "^5.62.0",
2525
"@typescript-eslint/parser": "^5.62.0",
26-
"chai": "^4.3.7",
26+
"chai": "^4.3.8",
2727
"eslint": "^8.49.0",
2828
"eslint-config-prettier": "^8.9.0",
2929
"eslint-config-salesforce": "^2.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,10 +2025,10 @@ cardinal@^2.1.1:
20252025
ansicolors "~0.3.2"
20262026
redeyed "~2.1.0"
20272027

2028-
chai@^4.3.7:
2029-
version "4.3.7"
2030-
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.7.tgz#ec63f6df01829088e8bf55fca839bcd464a8ec51"
2031-
integrity sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==
2028+
chai@^4.3.7, chai@^4.3.8:
2029+
version "4.3.8"
2030+
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.8.tgz#40c59718ad6928da6629c70496fe990b2bb5b17c"
2031+
integrity sha512-vX4YvVVtxlfSZ2VecZgFUTU5qPCYsobVI2O9FmwEXBhDigYGQA6jRXCycIs1yJnnWbZ6/+a2zNIF5DfVCcJBFQ==
20322032
dependencies:
20332033
assertion-error "^1.1.0"
20342034
check-error "^1.0.2"

0 commit comments

Comments
 (0)