Skip to content

Commit 95047c1

Browse files
build(deps-dev): bump chai from 5.3.1 to 6.0.1 (#5466)
Bumps [chai](https://github.com/chaijs/chai) from 5.3.1 to 6.0.1. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v5.3.1...v6.0.1) --- updated-dependencies: - dependency-name: chai dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92e280e commit 95047c1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/@lwc/integration-not-karma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/jasmine": "^5.1.9",
1818
"@web/dev-server-rollup": "^0.6.4",
1919
"@web/test-runner": "^0.20.2",
20-
"chai": "^5.3.1"
20+
"chai": "^6.0.1"
2121
},
2222
"volta": {
2323
"extends": "../../../package.json"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5053,7 +5053,7 @@ caw@^2.0.1:
50535053
tunnel-agent "^0.6.0"
50545054
url-to-options "^1.0.1"
50555055

5056-
chai@^5.2.0, chai@^5.3.1:
5056+
chai@^5.2.0:
50575057
version "5.3.1"
50585058
resolved "https://registry.yarnpkg.com/chai/-/chai-5.3.1.tgz#f9e9a7e03f93d69e24b78d30db253780e26deb44"
50595059
integrity sha512-48af6xm9gQK8rhIcOxWwdGzIervm8BVTin+yRp9HEvU20BtVZ2lBywlIJBzwaDtvo0FvjeL7QdCADoUoqIbV3A==
@@ -5064,6 +5064,11 @@ chai@^5.2.0, chai@^5.3.1:
50645064
loupe "^3.1.0"
50655065
pathval "^2.0.0"
50665066

5067+
chai@^6.0.1:
5068+
version "6.0.1"
5069+
resolved "https://registry.yarnpkg.com/chai/-/chai-6.0.1.tgz#88c2b4682fb56050647e222d2cf9d6772f2607b3"
5070+
integrity sha512-/JOoU2//6p5vCXh00FpNgtlw0LjvhGttaWc+y7wpW9yjBm3ys0dI8tSKZxIOgNruz5J0RleccatSIC3uxEZP0g==
5071+
50675072
chalk-template@^0.4.0:
50685073
version "0.4.0"
50695074
resolved "https://registry.yarnpkg.com/chalk-template/-/chalk-template-0.4.0.tgz#692c034d0ed62436b9062c1707fadcd0f753204b"

0 commit comments

Comments
 (0)