From 9c46ff154dc0222d83b5d70a5fe1eed9b77752ec Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 19 Aug 2019 10:03:25 +0100 Subject: [PATCH] Revert tmp dependency to v0.0.33 no issue - renovate auto-upgraded to 0.1.0 - reverts to 0.0.33 to fix the tests --- package.json | 2 +- yarn.lock | 16 +--------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index f55e1591e8..8e119b43a9 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "should-http": "0.1.1", "sinon": "7.4.1", "supertest": "4.0.2", - "tmp": "0.1.0" + "tmp": "0.0.33" }, "resolutions": { "moment-timezone": "0.5.23" diff --git a/yarn.lock b/yarn.lock index 84646200eb..066260249f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7205,13 +7205,6 @@ rimraf@2, rimraf@2.6.3, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@~2.6.2: dependencies: glob "^7.1.3" -rimraf@^2.6.3: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - dependencies: - glob "^7.1.3" - rimraf@~2.4.0: version "2.4.5" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.4.5.tgz#ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da" @@ -8121,14 +8114,7 @@ tiny-lr@^1.1.1: object-assign "^4.1.0" qs "^6.4.0" -tmp@0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877" - integrity sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw== - dependencies: - rimraf "^2.6.3" - -tmp@^0.0.33: +tmp@0.0.33, tmp@^0.0.33: version "0.0.33" resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==