Skip to content

Commit

Permalink
Update deps, float patch for npm-registry-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 16, 2019
1 parent cf50f54 commit e515bce
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 119 deletions.
224 changes: 113 additions & 111 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -34,26 +34,26 @@
"git"
],
"dependencies": {
"@npmcli/installed-package-contents": "^1.0.3",
"@npmcli/installed-package-contents": "^1.0.4",
"cacache": "^13.0.1",
"chownr": "^1.1.3",
"fs-minipass": "^2.0.0",
"infer-owner": "^1.0.4",
"lru-cache": "^5.1.1",
"minipass": "^3.0.1",
"minipass-fetch": "^1.2.1",
"npm-package-arg": "^7.0.0",
"npm-packlist": "^1.4.6",
"npm-pick-manifest": "^4.0.0",
"npm-registry-fetch": "^5.0.1",
"npm-package-arg": "^8.0.0",
"npm-packlist": "^2.0.2",
"npm-pick-manifest": "^5.0.0",
"npm-registry-fetch": "github:npm/npm-registry-fetch#isaacs/normalize-and-update",
"osenv": "^0.1.5",
"promise-inflight": "^1.0.1",
"promise-retry": "^1.1.1",
"read-package-json-fast": "^1.0.3",
"semver": "^6.3.0",
"read-package-json-fast": "^1.1.1",
"semver": "^7.0.0",
"ssri": "^7.1.0",
"tar": "^5.0.5",
"which": "^2.0.1"
"which": "^2.0.2"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit e515bce

Please sign in to comment.