From 258b0314f527552bd5ba61606b1f9efca73fad78 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 05:15:01 -0700 Subject: [PATCH] Bump tmp from 0.2.0 to 0.2.1 in /desktop (#1127) Summary: Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.0 to 0.2.1.
Changelog

Sourced from tmp's changelog.

v0.2.1 (2020-04-28)

:rocket: Enhancement

:house: Internal

Committers: 1

Commits

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tmp&package-manager=npm_and_yarn&previous-version=0.2.0&new-version=0.2.1)](https://dependabot.com/compatibility-score/?dependency-name=tmp&package-manager=npm_and_yarn&previous-version=0.2.0&new-version=0.2.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
Pull Request resolved: https://github.com/facebook/flipper/pull/1127 Reviewed By: nikoant Differential Revision: D21475580 Pulled By: passy fbshipit-source-id: 5ddd73368b4178cd7a4b431e1661f9509f080635 --- desktop/app/package.json | 2 +- desktop/package.json | 2 +- desktop/yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 96d4b8525..a09a6ac96 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -59,7 +59,7 @@ "rsocket-types": "^0.0.16", "semver": "^7.3.2", "string-natural-compare": "^3.0.0", - "tmp": "0.0.33", + "tmp": "^0.2.1", "uuid": "^8.0.0", "which": "^2.0.1", "ws": "^7.2.3", diff --git a/desktop/package.json b/desktop/package.json index 926a76649..034b9040e 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -201,7 +201,7 @@ "redux": "^4.0.0", "rimraf": "^3.0.2", "socket.io": "^2.0.4", - "tmp": "^0.2.0", + "tmp": "^0.2.1", "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 e5173d8a0..573b8dc13 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -12430,7 +12430,7 @@ tinycolor2@^1.4.1: resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.1.tgz#f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8" integrity sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g= -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== @@ -12444,10 +12444,10 @@ 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== +tmp@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14" + integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== dependencies: rimraf "^3.0.0"