From 115013c1bb1ad647cb51b571c7e4e7c6966a88e6 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2020 08:39:11 -0700 Subject: [PATCH] =?UTF-8?q?Update=20tmp=20in=20group=20main=20to=20the=20l?= =?UTF-8?q?atest=20version=20=EF=BF=BD=20(#1053)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: *** ☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeeper.io) *** ## The devDependency [tmp](https://github.com/raszi/node-tmp) was updated from `0.0.33` to `0.2.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- **Publisher:** [raszi](https://www.npmjs.com/~raszi) **License:** MIT [Find out more about this release](https://github.com/raszi/node-tmp). ---
FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: Pull Request resolved: https://github.com/facebook/flipper/pull/1053 Reviewed By: mweststrate Differential Revision: D21256161 Pulled By: passy fbshipit-source-id: 5dd695646eb7c562884bdac7884c96cd063a7470 --- desktop/package.json | 2 +- desktop/yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/desktop/package.json b/desktop/package.json index ba4205482..bc4f0da2e 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -209,7 +209,7 @@ "redux": "^4.0.0", "rimraf": "^3.0.2", "socket.io": "^2.0.4", - "tmp": "^0.0.33", + "tmp": "^0.2.0", "ts-jest": "^25.4.0", "ts-node": "^8.8.1", "typescript": "^3.7.2", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 2f4ceed5b..ff4968faa 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -11461,6 +11461,13 @@ tmp@^0.1.0: dependencies: rimraf "^2.6.3" +tmp@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.0.tgz#fdc6a78d2a77bf7e426ca476d8a4f82eefcf648c" + integrity sha512-spsb5g6EiPmteS5TcOAECU3rltCMDMp4VMU2Sb0+WttN4qGobEkMAd+dkr1cubscN08JGNDX765dPbGImbG7MQ== + dependencies: + rimraf "^3.0.0" + tmpl@1.0.x: version "1.0.4" resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"