Skip to content

Commit a2f43c0

Browse files
build(deps-dev): bump chai from 5.1.2 to 5.2.0 (#1632)
Bumps [chai](https://github.com/chaijs/chai) from 5.1.2 to 5.2.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v5.1.2...v5.2.0) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 329bbc9 commit a2f43c0

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
@@ -42,7 +42,7 @@
4242
"babel-jest": "^29.7.0",
4343
"babel-plugin-rewire": "^1.2.0",
4444
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
45-
"chai": "^5.1.2",
45+
"chai": "^5.2.0",
4646
"cssnano": "^6.1.2",
4747
"cypress": "13.17.0",
4848
"eslint": "^8.57.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2993,10 +2993,10 @@ caseless@~0.12.0:
29932993
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
29942994
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
29952995

2996-
chai@^5.1.2:
2997-
version "5.1.2"
2998-
resolved "https://registry.yarnpkg.com/chai/-/chai-5.1.2.tgz#3afbc340b994ae3610ca519a6c70ace77ad4378d"
2999-
integrity sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==
2996+
chai@^5.2.0:
2997+
version "5.2.0"
2998+
resolved "https://registry.yarnpkg.com/chai/-/chai-5.2.0.tgz#1358ee106763624114addf84ab02697e411c9c05"
2999+
integrity sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==
30003000
dependencies:
30013001
assertion-error "^2.0.1"
30023002
check-error "^2.1.1"

0 commit comments

Comments
 (0)