From 3a6b7fc8b869c73cbc13aef41c92070a1e648688 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 07:28:15 +0000 Subject: [PATCH] fix: deps/npm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- deps/npm/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/npm/package.json b/deps/npm/package.json index 8716d59c3ad746..f95cb5df0abee3 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -38,7 +38,7 @@ "asap": "~2.0.5", "chownr": "~1.0.1", "cmd-shim": "~2.0.2", - "columnify": "~1.5.4", + "columnify": "~1.6.0", "config-chain": "~1.1.11", "dezalgo": "~1.0.3", "editor": "~1.0.0", @@ -62,7 +62,7 @@ "lodash.uniq": "~4.5.0", "lodash.without": "~4.4.0", "mkdirp": "~0.5.1", - "node-gyp": "~3.4.0", + "node-gyp": "~8.4.1", "nopt": "~3.0.6", "normalize-git-url": "~3.0.2", "normalize-package-data": "~2.3.5", @@ -71,7 +71,7 @@ "npm-package-arg": "~4.2.0", "npm-registry-client": "~7.2.1", "npm-user-validate": "~0.1.5", - "npmlog": "~4.0.0", + "npmlog": "~5.0.0", "once": "~1.4.0", "opener": "~1.4.2", "osenv": "~0.1.3", @@ -90,7 +90,7 @@ "sha": "~2.0.1", "slide": "~1.1.6", "sorted-object": "~2.0.1", - "strip-ansi": "~3.0.1", + "strip-ansi": "~5.0.0", "tar": "~2.2.1", "text-table": "~0.2.0", "uid-number": "0.0.6",