Skip to content

Commit 1ebebcf

Browse files
JHilkerDaniel15
authored andcommitted
Make dependency on temp version slightly stricter
1 parent f6ec09f commit 1ebebcf

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"neo-async": "^2.5.0",
4242
"node-dir": "^0.1.17",
4343
"recast": "^0.20.4",
44-
"temp": "^0.8.1",
44+
"temp": "^0.8.4",
4545
"write-file-atomic": "^2.3.0"
4646
},
4747
"peerDependencies": {

yarn.lock

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3747,7 +3747,7 @@ ret@~0.1.10:
37473747
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
37483748
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
37493749

3750-
3750+
[email protected], rimraf@~2.6.2:
37513751
version "2.6.3"
37523752
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
37533753
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
@@ -3761,11 +3761,6 @@ rimraf@^2.6.1:
37613761
dependencies:
37623762
glob "^7.0.5"
37633763

3764-
rimraf@~2.2.6:
3765-
version "2.2.8"
3766-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582"
3767-
integrity sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=
3768-
37693764
rsvp@^3.3.3:
37703765
version "3.6.2"
37713766
resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a"
@@ -4174,13 +4169,12 @@ tar@^4:
41744169
safe-buffer "^5.1.2"
41754170
yallist "^3.0.2"
41764171

4177-
temp@^0.8.1:
4178-
version "0.8.3"
4179-
resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.3.tgz#e0c6bc4d26b903124410e4fed81103014dfc1f59"
4180-
integrity sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k=
4172+
temp@^0.8.4:
4173+
version "0.8.4"
4174+
resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.4.tgz#8c97a33a4770072e0a05f919396c7665a7dd59f2"
4175+
integrity sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==
41814176
dependencies:
4182-
os-tmpdir "^1.0.0"
4183-
rimraf "~2.2.6"
4177+
rimraf "~2.6.2"
41844178

41854179
test-exclude@^4.2.1:
41864180
version "4.2.3"

0 commit comments

Comments
 (0)