Skip to content

Commit c3a2729

Browse files
committed
chore(deps): update dependency mocha to v8.4.0
1 parent dff1b45 commit c3a2729

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@
7878
"@types/faker": "5.5.1",
7979
"@types/fs-extra": "8.1.1",
8080
"@types/lodash": "4.14.168",
81-
"@types/mocha": "8.2.2",
81+
"@types/mocha": "8.2.3",
8282
"@types/node": "10.17.56",
8383
"@types/sinon": "10.0.0",
8484
"chai": "4.3.4",
8585
"coveralls": "3.1.0",
8686
"faker": "5.5.3",
87-
"mocha": "8.3.2",
87+
"mocha": "8.4.0",
8888
"nyc": "15.1.0",
8989
"rimraf": "3.0.2",
9090
"semantic-release": "17.4.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -538,10 +538,10 @@
538538
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008"
539539
integrity sha512-oVfRvqHV/V6D1yifJbVRU3TMp8OT6o6BG+U9MkwuJ3U8/CsDHvalRpsxBqivn71ztOFZBTfJMvETbqHiaNSj7Q==
540540

541-
"@types/mocha@8.2.2":
542-
version "8.2.2"
543-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.2.tgz#91daa226eb8c2ff261e6a8cbf8c7304641e095e0"
544-
integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==
541+
"@types/mocha@8.2.3":
542+
version "8.2.3"
543+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.3.tgz#bbeb55fbc73f28ea6de601fbfa4613f58d785323"
544+
integrity sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==
545545

546546
"@types/node@*":
547547
version "12.7.5"
@@ -3497,10 +3497,10 @@ mkdirp@^0.5.3:
34973497
dependencies:
34983498
minimist "^1.2.5"
34993499

3500-
mocha@8.3.2:
3501-
version "8.3.2"
3502-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.3.2.tgz#53406f195fa86fbdebe71f8b1c6fb23221d69fcc"
3503-
integrity sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==
3500+
mocha@8.4.0:
3501+
version "8.4.0"
3502+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.4.0.tgz#677be88bf15980a3cae03a73e10a0fc3997f0cff"
3503+
integrity sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==
35043504
dependencies:
35053505
"@ungap/promise-all-settled" "1.1.2"
35063506
ansi-colors "4.1.1"

0 commit comments

Comments
 (0)