Skip to content

Commit 5cc2988

Browse files
committed
Update dependency mocha to ^6.2.0
1 parent 19cc3a4 commit 5cc2988

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
"devDependencies": {
3333
"markdown-toc": "^1.2.0",
34-
"mocha": "^6.1.4"
34+
"mocha": "^6.2.0"
3535
},
3636
"dependencies": {
3737
"@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -908,10 +908,10 @@ mkdirp@0.5.1:
908908
dependencies:
909909
minimist "0.0.8"
910910

911-
mocha@^6.1.4:
912-
version "6.1.4"
913-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.1.4.tgz#e35fada242d5434a7e163d555c705f6875951640"
914-
integrity sha512-PN8CIy4RXsIoxoFJzS4QNnCH4psUCPWc4/rPrst/ecSJJbLBkubMiyGCP2Kj/9YnWbotFqAoeXyXMucj7gwCFg==
911+
mocha@^6.2.0:
912+
version "6.2.0"
913+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.2.0.tgz#f896b642843445d1bb8bca60eabd9206b8916e56"
914+
integrity sha512-qwfFgY+7EKAAUAdv7VYMZQknI7YJSGesxHyhn6qD52DV8UcSZs5XwCifcZGMVIE4a5fbmhvbotxC0DLQ0oKohQ==
915915
dependencies:
916916
ansi-colors "3.2.3"
917917
browser-stdout "1.3.1"

0 commit comments

Comments
 (0)