Skip to content

Commit d313b85

Browse files
committed
Update dependency tmp to ^0.1.0
1 parent 3f2f1d0 commit d313b85

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"npm-package-arg": "^6.1.0",
3838
"read-package-json": "^2.0.13",
3939
"semver": "^5.6.0",
40-
"tmp": "^0.0.33"
40+
"tmp": "^0.1.0"
4141
}
4242
}

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ os-locale@^2.0.0:
18751875
lcid "^1.0.0"
18761876
mem "^1.1.0"
18771877

1878-
os-tmpdir@^1.0.0, os-tmpdir@~1.0.2:
1878+
os-tmpdir@^1.0.0:
18791879
version "1.0.2"
18801880
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
18811881
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
@@ -2281,7 +2281,7 @@ rimraf@2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.2, rimraf@~2.6.2:
22812281
dependencies:
22822282
glob "^7.0.5"
22832283

2284-
2284+
[email protected], rimraf@^2.6.3:
22852285
version "2.6.3"
22862286
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
22872287
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
@@ -2630,12 +2630,12 @@ tiny-relative-date@^1.3.0:
26302630
resolved "https://registry.yarnpkg.com/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz#fa08aad501ed730f31cc043181d995c39a935e07"
26312631
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
26322632

2633-
tmp@^0.0.33:
2634-
version "0.0.33"
2635-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
2636-
integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
2633+
tmp@^0.1.0:
2634+
version "0.1.0"
2635+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877"
2636+
integrity sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==
26372637
dependencies:
2638-
os-tmpdir "~1.0.2"
2638+
rimraf "^2.6.3"
26392639

26402640
tough-cookie@~2.4.3:
26412641
version "2.4.3"

0 commit comments

Comments
 (0)