From d26a9b4b28457a6cbbc05928fe6109802feabe37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jul 2021 07:00:51 +0000 Subject: [PATCH] fix: upgrade @types/tmp from 0.2.0 to 0.2.1 Snyk has created this PR to upgrade @types/tmp from 0.2.0 to 0.2.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/marcus13345/project/8a4d5b75-762e-4298-9731-d9d12ef6d7f6?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 57bc88e..1e3cf54 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ }, "dependencies": { "@types/rimraf": "^3.0.0", - "@types/tmp": "^0.2.0", + "@types/tmp": "^0.2.1", "debug": "^4.3.2", "fs-extra": "^10.0.0", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index 60c48d2..e002bff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -133,9 +133,10 @@ dependencies: "@sinonjs/fake-timers" "^7.0.4" -"@types/tmp@^0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.0.tgz#e3f52b4d7397eaa9193592ef3fdd44dc0af4298c" +"@types/tmp@^0.2.1": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.1.tgz#83ecf4ec22a8c218c71db25f316619fe5b986011" + integrity sha512-7cTXwKP/HLOPVgjg+YhBdQ7bMiobGMuoBmrGmqwIWJv8elC6t1DfVc/mn4fD9UE1IjhwmhaQ5pGVXkmXbH0rhg== "@types/uglify-js@^3.13.0": version "3.13.0"