Skip to content

Commit

Permalink
chore(js-given): Use latest tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
flegall committed Aug 14, 2017
1 parent 6efb879 commit d811de2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js-given/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"rollup-plugin-uglify": "^2.0.1",
"sinon": "^3.2.0",
"sinon-chai": "^2.12.0",
"tmp": "^0.0.31"
"tmp": "^0.0.33"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
Expand Down
10 changes: 5 additions & 5 deletions js-given/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3359,7 +3359,7 @@ os-locale@^2.0.0:
lcid "^1.0.0"
mem "^1.1.0"

os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.1:
os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.1, os-tmpdir@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"

Expand Down Expand Up @@ -4316,11 +4316,11 @@ tmp@0.0.30:
dependencies:
os-tmpdir "~1.0.1"

tmp@^0.0.31:
version "0.0.31"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.31.tgz#8f38ab9438e17315e5dbd8b3657e8bfb277ae4a7"
tmp@^0.0.33:
version "0.0.33"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
dependencies:
os-tmpdir "~1.0.1"
os-tmpdir "~1.0.2"

tmpl@1.0.x:
version "1.0.4"
Expand Down

0 comments on commit d811de2

Please sign in to comment.