From cc2a67c9f90e2561998b99f0974a64b7f9c2e571 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Mar 2021 02:42:54 +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-HOSTEDGITINFO-1088355 --- deps/npm/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deps/npm/package.json b/deps/npm/package.json index 4a15414a98d6b6..04a8138d16b4a9 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -50,12 +50,12 @@ "glob": "~7.1.1", "graceful-fs": "~4.1.11", "has-unicode": "~2.0.1", - "hosted-git-info": "~2.1.5", + "hosted-git-info": "~3.0.8", "iferr": "~0.1.5", "inflight": "~1.0.6", "inherits": "~2.0.3", "ini": "~1.3.4", - "init-package-json": "~1.9.4", + "init-package-json": "~2.0.1", "lockfile": "~1.0.3", "lodash._baseuniq": "~4.6.0", "lodash.clonedeep": "~4.5.0", @@ -67,10 +67,10 @@ "node-gyp": "~3.5.0", "nopt": "~4.0.1", "normalize-git-url": "~3.0.2", - "normalize-package-data": "~2.3.5", + "normalize-package-data": "~3.0.0", "npm-cache-filename": "~1.0.2", "npm-install-checks": "~3.0.0", - "npm-package-arg": "~4.2.0", + "npm-package-arg": "~7.0.0", "npm-registry-client": "~7.4.5", "npm-user-validate": "~0.1.5", "npmlog": "~4.0.2", @@ -81,7 +81,7 @@ "read": "~1.0.7", "read-cmd-shim": "~1.0.1", "read-installed": "~4.0.3", - "read-package-json": "~2.0.4", + "read-package-json": "~3.0.0", "read-package-tree": "~5.1.5", "readable-stream": "~2.2.2", "realize-package-specifier": "~3.0.3",