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

Update dependency mocha-multi to v1.1.7 #833

Merged
merged 5 commits into from
Oct 16, 2023
Merged
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 @@ -167,7 +167,7 @@
"mocha": "9.2.2",
"mocha-jenkins-reporter": "0.4.8",
"mocha-junit-reporter": "2.0.2",
"mocha-multi": "1.1.6",
"mocha-multi": "1.1.7",
"mochawesome": "7.1.3",
"ng-packagr": "^11.2.4",
"ngrx-store-freeze": "^0.2.4",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ __metadata:
mocha: 9.2.2
mocha-jenkins-reporter: 0.4.8
mocha-junit-reporter: 2.0.2
mocha-multi: 1.1.6
mocha-multi: 1.1.7
mochawesome: 7.1.3
moment-timezone: ^0.5.28
mutable-div: 0.0.11
Expand Down Expand Up @@ -13269,18 +13269,18 @@ __metadata:
languageName: node
linkType: hard

"mocha-multi@npm:1.1.6":
version: 1.1.6
resolution: "mocha-multi@npm:1.1.6"
"mocha-multi@npm:1.1.7":
version: 1.1.7
resolution: "mocha-multi@npm:1.1.7"
dependencies:
debug: ^4.1.1
is-string: ^1.0.4
lodash.once: ^4.1.1
mkdirp: ^1.0.4
object-assign: ^4.1.1
peerDependencies:
mocha: ">=2.2.0 <7 || ^9"
checksum: c6b04f1f28a099a5d4d6e2222e643af659c0651032ff7191bc6e33dc852ecee14588bbea5a90f99c6ba7a43ebb69881646d10f5f28b2ff85d0949f0b1294dca1
mocha: ">=2.2.0 <7 || >=9"
checksum: 1718fccd9178ac38fad0fc63de436b3ece9e688818a1fe3a44bdea9ac26b4a3f6e731e35f19857fd6c769b01bb57b30f4f095902189031a372f1a556a96a1cbc
languageName: node
linkType: hard

Expand Down
Loading