From 725be450d9d8c4c2f23249f9c84d8cbe9da79500 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 27 Jul 2020 00:21:05 +0000 Subject: [PATCH] chore(deps): update dependency tmp to v0.2.1 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 012526f..58486da 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "prettier-eslint-cli": "5.0.0", "puppeteer": "1.20.0", "serverless-hooks-plugin": "1.1.0", - "tmp": "0.1.0" + "tmp": "0.2.1" }, "lint-staged": { "*.js": [ diff --git a/yarn.lock b/yarn.lock index 6fb41f0..e0da1f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5945,12 +5945,12 @@ through@^2.3.6: resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= -tmp@0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877" - integrity sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw== +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 "^2.6.3" + rimraf "^3.0.0" tmp@^0.0.33: version "0.0.33"