Skip to content

Commit

Permalink
Merge pull request #224 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Dec 31, 2019
2 parents afd3567 + 80ea2ad commit 4349b4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-markdown": "1.0.1",
"eslint-plugin-mocha": "6.2.2",
"js-gardener": "2.0.123",
"node-tdd": "2.5.26",
"node-tdd": "2.5.27",
"nyc": "15.0.0",
"semantic-release": "15.14.0"
},
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4799,16 +4799,16 @@ node-preload@^0.2.0:
dependencies:
process-on-spawn "^1.0.0"

node-tdd@2.5.26:
version "2.5.26"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.5.26.tgz#dcbe5d23143821377cc58a11dc6ee40ba109e465"
integrity sha512-ZlmnreMegj/xyQtesC6zg+u8bwEfRCNtjAToLgSP6v9Pon8I+w3MCXNapm6owWZ72mtLWKd07ayKgEUqXu5DnA==
node-tdd@2.5.27:
version "2.5.27"
resolved "https://registry.yarnpkg.com/node-tdd/-/node-tdd-2.5.27.tgz#fb7848ca79c70382c7801c4d9f5e8d54207c57c1"
integrity sha512-QRzfFsZ4UJXqKz+vFxcvzZquAe1x6GobsZISUF4wvyumd4Jg1sBn8YpPLHq0pMrlCdu76OQs0s8635o+3bU7Tw==
dependencies:
callsites "3.1.0"
joi-strict "1.1.11"
lodash.get "4.4.2"
nock "11.7.0"
smart-fs "1.11.6"
smart-fs "1.11.7"
timekeeper "2.2.0"
tmp "0.1.0"

Expand Down Expand Up @@ -5199,6 +5199,11 @@ object-align@1.0.10:
resolved "https://registry.yarnpkg.com/object-align/-/object-align-1.0.10.tgz#88acc804a7a8d168f0752263fff1b2503cb660d9"
integrity sha512-WiZLaIy3m2zsFk8yFNZCWo66bkdLRbgTBLa4MK0W/wdk6vbYia6+xIZ8QD9j98fvMhRf31QunNQUfILD6wn6HA==

object-align@1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/object-align/-/object-align-1.0.11.tgz#bf34cf06781c438da39ef81eea636213a23a3cdc"
integrity sha512-Rot2IoiS3yva4L4rYtkLc+kOtCQZxlBhEERrwyvyCb1KKK+hENYcHT5+vXsK3TOij/7m7eDNuNxxxUEmFTH2yw==

object-assign@^4.0.1, object-assign@^4.1.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
Expand Down Expand Up @@ -6694,17 +6699,17 @@ smart-fs@1.11.5:
xml-js "1.6.11"
yaml-boost "1.9.19"

smart-fs@1.11.6:
version "1.11.6"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.11.6.tgz#4ee36801a5027c48fabb23a235c148ec841ac207"
integrity sha512-0VHRbqP9YQazvwej4z7DfXMgv38/UuwA9BvWInoUitaZCzTro5nNg9fLcwGyUlX72cVKame2Fc0l63MEopmpXw==
smart-fs@1.11.7:
version "1.11.7"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-1.11.7.tgz#6f917c2e4b354ba0920e39fc4c48cb1019c14d91"
integrity sha512-WLSNToKZGpwVMLpnqs8dd+7fpUMhwOD7xafFBaUapH8o8dydnGtx8ZIywZfGW13Wl6KB7I+ysILTJX5VcRZheg==
dependencies:
fs-extra "8.1.0"
js-yaml "3.13.1"
json-stringify-pretty-compact "2.0.0"
lodash.clonedeep "4.5.0"
lodash.isequal "4.5.0"
object-align "1.0.10"
object-align "1.0.11"
xml-js "1.6.11"
yaml-boost "1.9.19"

Expand Down

0 comments on commit 4349b4f

Please sign in to comment.