Skip to content

Commit

Permalink
Merge pull request #278 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Dec 30, 2019
2 parents e4d93c1 + 3e39823 commit 28aeec8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-markdown": "1.0.1",
"eslint-plugin-mocha": "6.2.2",
"js-gardener": "2.0.123",
"node-tdd": "2.5.24",
"node-tdd": "2.5.25",
"nyc": "15.0.0",
"semantic-release": "15.14.0"
},
Expand Down Expand Up @@ -101,6 +101,6 @@
],
"dependencies": {
"object-hash": "2.0.1",
"object-scan": "10.0.15"
"object-scan": "10.0.16"
}
}
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4777,10 +4777,10 @@ node-preload@^0.2.0:
dependencies:
process-on-spawn "^1.0.0"

node-tdd@2.5.24:
version "2.5.24"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.5.24.tgz#69eed6ec1afc5992aadd3db19cf44b476f6bb2b9"
integrity sha512-3AKJbyxhXLZtOuzFxRyRBU4nl3OkoJLAOyfCM0iwJGD9NITZbkh9UHwNH7wrz5jQvqGBt54aq60etqfa4/7p8A==
node-tdd@2.5.25:
version "2.5.25"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.5.25.tgz#ed6517828b9d7e7f5c227da0322bac69307c333c"
integrity sha512-teeJqSlzkHCHLeV91j4JP2VLd4jjUfjQDWCsZPlIrA8MH2WL/RASNQekpcRMe6vSFigUs94PGMy5SVH6cUaBJQ==
dependencies:
callsites "3.1.0"
joi-strict "1.1.10"
Expand Down Expand Up @@ -5221,6 +5221,11 @@ object-scan@10.0.15:
resolved "https://registry.yarnpkg.com/object-scan/-/object-scan-10.0.15.tgz#c0b4481081317be281d5b2c10e308de0af9cd5f6"
integrity sha512-zPu1SctWM6qGf09mwLffRNpgmKZ7kjPGWwNuqYMooXS00Iu3eQiA8833MlNSkp/f6TJhjcBfZCrTO+XZ2yBIWg==

object-scan@10.0.16:
version "10.0.16"
resolved "https://registry.yarnpkg.com/object-scan/-/object-scan-10.0.16.tgz#b0f9c5de3afd2bc17144ef540ab8c23e79e7b778"
integrity sha512-uvm6lSG0BEc1cAfRx+v+htxwJ3Wlebw6vzxU3srt4M3MA9LuzAAHuIgk1utwYtlTN73p3wa2t22k9KhWnqIZXQ==

object-treeify@1.1.22:
version "1.1.22"
resolved "https://registry.yarnpkg.com/object-treeify/-/object-treeify-1.1.22.tgz#22177746259a6004b09871be95a38de9d7c3ce0b"
Expand Down

0 comments on commit 28aeec8

Please sign in to comment.