From a937ce17ee13173a3a478ed721d43bab345b70a5 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 21 Apr 2020 08:09:12 +0300 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities (#107) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b9fdc7..54d47a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -159,9 +159,9 @@ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, "minimist": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.2.tgz", - "integrity": "sha512-rIqbOrKb8GJmx/5bc2M0QchhUouMXSpd1RTclXsB41JdL+VtnojfaJR+h7F9k18/4kHUsBFgk80Uk+q569vjPA==" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.3.tgz", + "integrity": "sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==" }, "normalize-path": { "version": "3.0.0", diff --git a/package.json b/package.json index 7ec78b1..a55cb6b 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "chokidar": "^3.0.0", "cross-spawn": "^7.0.1", "ignore": "^5.1.4", - "minimist": "^1.2.2", + "minimist": "^1.2.3", "supports-color": "^7.0.0", "tree-kill": "^1.2.2" },