From 92cca36c9e55846fa9255619b8c64097481e80a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Sep 2021 19:07:55 +0000 Subject: [PATCH] fix: upgrade temp from 0.8.4 to 0.9.4 Snyk has created this PR to upgrade temp from 0.8.4 to 0.9.4. See this package in npm: https://www.npmjs.com/package/temp See this project in Snyk: https://app.snyk.io/org/lactochka18/project/466366a9-9938-4080-8a06-8fae1e161909?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fb9618..6ba609c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@atom/fuzzy-native": "^1.1.2", "humanize-plus": "~1.8.2", "minimatch": "~3.0.3", - "temp": "~0.8.1", + "temp": "~0.9.4", "underscore-plus": "^1.7.0", "vscode-ripgrep": "^1.2.5", "wrench": "^1.5"