File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 4545 "eslint-plugin-import" : " ^2.20.1" ,
4646 "eslint-plugin-node" : " ^11.0.0" ,
4747 "eslint-plugin-prettier" : " ^3.3.1" ,
48- "mocha" : " ^7.0.1 " ,
48+ "mocha" : " ^7.2.0 " ,
4949 "nodemon" : " ^2.0.7" ,
5050 "pino-pretty" : " ^3.5.0" ,
5151 "prettier" : " ^1.19.1" ,
Original file line number Diff line number Diff line change @@ -3541,17 +3541,24 @@ mixin-deep@^1.2.0:
35413541 for-in "^1.0.2"
35423542 is-extendable "^1.0.1"
35433543
3544- mkdirp@0.5.3, mkdirp@^0.5.1 :
3544+ mkdirp@0.5.5 :
3545+ version "0.5.5"
3546+ resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
3547+ integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
3548+ dependencies :
3549+ minimist "^1.2.5"
3550+
3551+ mkdirp@^0.5.1 :
35453552 version "0.5.3"
35463553 resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.3.tgz#5a514b7179259287952881e94410ec5465659f8c"
35473554 integrity sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg==
35483555 dependencies :
35493556 minimist "^1.2.5"
35503557
3551- mocha@^7.0.1 :
3552- version "7.1.1 "
3553- resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.1 .tgz#89fbb30d09429845b1bb893a830bf5771049a441 "
3554- integrity sha512-3qQsu3ijNS3GkWcccT5Zw0hf/rWvu1fTN9sPvEd81hlwsr30GX2GcDSSoBxo24IR8FelmrAydGC6/1J5QQP4WA ==
3558+ mocha@^7.2.0 :
3559+ version "7.2.0 "
3560+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.2.0 .tgz#01cc227b00d875ab1eed03a75106689cfed5a604 "
3561+ integrity sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ ==
35553562 dependencies :
35563563 ansi-colors "3.2.3"
35573564 browser-stdout "1.3.1"
@@ -3566,7 +3573,7 @@ mocha@^7.0.1:
35663573 js-yaml "3.13.1"
35673574 log-symbols "3.0.0"
35683575 minimatch "3.0.4"
3569- mkdirp "0.5.3 "
3576+ mkdirp "0.5.5 "
35703577 ms "2.1.1"
35713578 node-environment-flags "1.0.6"
35723579 object.assign "4.1.0"
You can’t perform that action at this time.
0 commit comments