Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit cdf7f78

Browse files
committed
fix(deps): update dependency mocha to ^6.2.0
1 parent 8abc3fd commit cdf7f78

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"babel-plugin-static-fs": "^1.2.0",
4848
"confirmer": "^1.1.2",
4949
"cross-spawn": "^6.0.5",
50-
"mocha": "^6.1.4",
50+
"mocha": "^6.2.0",
5151
"pkg-to-readme": "^1.1.0",
5252
"textlint-tester": "^5.1.8"
5353
},

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2992,10 +2992,10 @@ [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1:
29922992
dependencies:
29932993
minimist "0.0.8"
29942994

2995-
mocha@^6.1.4:
2996-
version "6.1.4"
2997-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.1.4.tgz#e35fada242d5434a7e163d555c705f6875951640"
2998-
integrity sha512-PN8CIy4RXsIoxoFJzS4QNnCH4psUCPWc4/rPrst/ecSJJbLBkubMiyGCP2Kj/9YnWbotFqAoeXyXMucj7gwCFg==
2995+
mocha@^6.2.0:
2996+
version "6.2.0"
2997+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.2.0.tgz#f896b642843445d1bb8bca60eabd9206b8916e56"
2998+
integrity sha512-qwfFgY+7EKAAUAdv7VYMZQknI7YJSGesxHyhn6qD52DV8UcSZs5XwCifcZGMVIE4a5fbmhvbotxC0DLQ0oKohQ==
29992999
dependencies:
30003000
ansi-colors "3.2.3"
30013001
browser-stdout "1.3.1"

0 commit comments

Comments
 (0)