Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: deps/npm/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355
  • Loading branch information
snyk-bot committed Mar 23, 2021
commit 955b11ed5aa373e24b0b1e9d455655a35217ddf7
10 changes: 5 additions & 5 deletions deps/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"glob": "~7.0.3",
"graceful-fs": "~4.1.3",
"has-unicode": "~2.0.0",
"hosted-git-info": "~2.1.4",
"hosted-git-info": "~3.0.8",
"iferr": "~0.1.5",
"inflight": "~1.0.4",
"inherits": "~2.0.1",
"ini": "~1.3.4",
"init-package-json": "~1.9.3",
"init-package-json": "~2.0.1",
"lockfile": "~1.0.1",
"lodash._baseuniq": "~4.5.1",
"lodash.clonedeep": "~4.3.2",
Expand All @@ -66,10 +66,10 @@
"node-gyp": "~3.3.1",
"nopt": "~3.0.6",
"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.1.1",
"npm-package-arg": "~7.0.0",
"npm-registry-client": "~7.1.0",
"npm-user-validate": "~0.1.2",
"npmlog": "~2.0.3",
Expand All @@ -80,7 +80,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.2",
"readable-stream": "~2.1.0",
"realize-package-specifier": "~3.0.3",
Expand Down