From 7d42c345d31b144a8be6408bf5ab046b44fac57b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Apr 2022 08:58:00 +0000 Subject: [PATCH] fix: upgrade wmic from 0.0.6 to 0.5.0 Snyk has created this PR to upgrade wmic from 0.0.6 to 0.5.0. See this package in npm: https://www.npmjs.com/package/wmic See this project in Snyk: https://app.snyk.io/org/penguinpowernz/project/533e7341-0e05-4b60-b938-4dd34c0fe3d2?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 576100a..539edc2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "needle": "^0.7.10", - "wmic": "0.0.6" + "wmic": "0.5.0" }, "author": { "name": "Tomas Pollak",