Skip to content

Commit cd58690

Browse files
build(deps-dev): bump chai from 5.1.0 to 5.1.1 (#1534)
Bumps [chai](https://github.com/chaijs/chai) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 670b6a1 commit cd58690

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.0",
45+
"chai": "^5.1.1",
4646
"cssnano": "^6.1.2",
4747
"cypress": "13.9.0",
4848
"eslint": "^8.57.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3101,13 +3101,13 @@ caseless@~0.12.0:
31013101
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
31023102
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
31033103

3104-
chai@^5.1.0:
3105-
version "5.1.0"
3106-
resolved "https://registry.yarnpkg.com/chai/-/chai-5.1.0.tgz#648cf2d8b5d16f32646612e22ffd12dc617ef960"
3107-
integrity sha512-kDZ7MZyM6Q1DhR9jy7dalKohXQ2yrlXkk59CR52aRKxJrobmlBNqnFQxX9xOX8w+4mz8SYlKJa/7D7ddltFXCw==
3104+
chai@^5.1.1:
3105+
version "5.1.1"
3106+
resolved "https://registry.yarnpkg.com/chai/-/chai-5.1.1.tgz#f035d9792a22b481ead1c65908d14bb62ec1c82c"
3107+
integrity sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==
31083108
dependencies:
31093109
assertion-error "^2.0.1"
3110-
check-error "^2.0.0"
3110+
check-error "^2.1.1"
31113111
deep-eql "^5.0.1"
31123112
loupe "^3.1.0"
31133113
pathval "^2.0.0"
@@ -3178,10 +3178,10 @@ chardet@^0.7.0:
31783178
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
31793179
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
31803180

3181-
check-error@^2.0.0:
3182-
version "2.0.0"
3183-
resolved "https://registry.yarnpkg.com/check-error/-/check-error-2.0.0.tgz#589a4f201b6256fd93a2d165089fe43d2676d8c6"
3184-
integrity sha512-tjLAOBHKVxtPoHe/SA7kNOMvhCRdCJ3vETdeY0RuAc9popf+hyaSV6ZEg9hr4cpWF7jmo/JSWEnLDrnijS9Tog==
3181+
check-error@^2.1.1:
3182+
version "2.1.1"
3183+
resolved "https://registry.yarnpkg.com/check-error/-/check-error-2.1.1.tgz#87eb876ae71ee388fa0471fe423f494be1d96ccc"
3184+
integrity sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==
31853185

31863186
check-more-types@2.24.0, check-more-types@^2.24.0:
31873187
version "2.24.0"

0 commit comments

Comments
 (0)