Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency chai-as-promised to v8 #3085

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bootstrap": "^4.4.1",
"casual-browserify": "^1.5.19-2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-as-promised": "^8.0.0",
"codecov": "^3.7.1",
"css-loader": "^3.1.0",
"decimal.js-light": "^2.5.0",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4003,14 +4003,14 @@ __metadata:
languageName: node
linkType: hard

"chai-as-promised@npm:^7.1.1":
version: 7.1.2
resolution: "chai-as-promised@npm:7.1.2"
"chai-as-promised@npm:^8.0.0":
version: 8.0.0
resolution: "chai-as-promised@npm:8.0.0"
dependencies:
check-error: ^1.0.2
check-error: ^2.0.0
peerDependencies:
chai: ">= 2.1.2 < 6"
checksum: 671ee980054eb23a523875c1d22929a2ac05d89b5428e1fd12800f54fc69baf41014667b87e2368e2355ee2a3140d3e3d7d5a1f8638b07cfefd7fe38a149e3f6
checksum: 89a1b9702171e006ba9551909c67f0780b768185651f3bd831d74a0951b9405b5761fe2c80c46096c46829ffe62803e68c33bc782279edf386d4be08fe6c3b67
languageName: node
linkType: hard

Expand Down Expand Up @@ -4100,7 +4100,7 @@ __metadata:
languageName: node
linkType: hard

"check-error@npm:^1.0.2, check-error@npm:^1.0.3":
"check-error@npm:^1.0.3":
version: 1.0.3
resolution: "check-error@npm:1.0.3"
dependencies:
Expand All @@ -4109,6 +4109,13 @@ __metadata:
languageName: node
linkType: hard

"check-error@npm:^2.0.0":
version: 2.1.1
resolution: "check-error@npm:2.1.1"
checksum: d785ed17b1d4a4796b6e75c765a9a290098cf52ff9728ce0756e8ffd4293d2e419dd30c67200aee34202463b474306913f2fcfaf1890641026d9fc6966fea27a
languageName: node
linkType: hard

"cheerio-select@npm:^2.1.0":
version: 2.1.0
resolution: "cheerio-select@npm:2.1.0"
Expand Down Expand Up @@ -9842,7 +9849,7 @@ __metadata:
bootstrap: ^4.4.1
casual-browserify: ^1.5.19-2
chai: ^4.2.0
chai-as-promised: ^7.1.1
chai-as-promised: ^8.0.0
codecov: ^3.7.1
css-loader: ^3.1.0
decimal.js-light: ^2.5.0
Expand Down
Loading