Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit f128adb

Browse files
Bump chai from 5.1.0 to 5.1.1 (#617)
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 ad105e1 commit f128adb

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
@@ -40,7 +40,7 @@
4040
"@vue/cli-service": "^4.5.19",
4141
"@vue/eslint-config-standard": "^4.0.0",
4242
"@vue/test-utils": "^2.4.6",
43-
"chai": "^5.1.0",
43+
"chai": "^5.1.1",
4444
"node-sass": "^7.0.0",
4545
"sass-loader": "^10.5.2",
4646
"vue-template-compiler": "^2.7.16"

yarn.lock

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

3124-
chai@^5.1.0:
3125-
version "5.1.0"
3126-
resolved "https://registry.yarnpkg.com/chai/-/chai-5.1.0.tgz#648cf2d8b5d16f32646612e22ffd12dc617ef960"
3127-
integrity sha512-kDZ7MZyM6Q1DhR9jy7dalKohXQ2yrlXkk59CR52aRKxJrobmlBNqnFQxX9xOX8w+4mz8SYlKJa/7D7ddltFXCw==
3124+
chai@^5.1.1:
3125+
version "5.1.1"
3126+
resolved "https://registry.yarnpkg.com/chai/-/chai-5.1.1.tgz#f035d9792a22b481ead1c65908d14bb62ec1c82c"
3127+
integrity sha512-pT1ZgP8rPNqUgieVaEY+ryQr6Q4HXNg8Ei9UnLUrjN4IA7dvQC5JB+/kxVcPNDHyBcc/26CXPkbNzq3qwrOEKA==
31283128
dependencies:
31293129
assertion-error "^2.0.1"
3130-
check-error "^2.0.0"
3130+
check-error "^2.1.1"
31313131
deep-eql "^5.0.1"
31323132
loupe "^3.1.0"
31333133
pathval "^2.0.0"
@@ -3178,10 +3178,10 @@ chardet@^0.4.0:
31783178
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
31793179
integrity sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I=
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-types@^8.0.3:
31873187
version "8.0.3"

0 commit comments

Comments
 (0)