Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
fix(integrity): hash verification issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 18, 2017
1 parent bd8155e commit 07f9402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
],
"dependencies": {
"agentkeepalive": "^3.1.0",
"cacache": "^7.0.3",
"cacache": "^7.0.5",
"http-cache-semantics": "^3.7.3",
"http-proxy-agent": "^1.0.0",
"https-proxy-agent": "^1.0.0",
"http-cache-semantics": "^3.7.3",
"lru-cache": "^4.0.2",
"mississippi": "^1.2.0",
"node-fetch": "2.0.0-alpha.3",
"promise-retry": "^1.1.1",
"socks-proxy-agent": "^2.0.0",
"ssri": "^4.0.0"
"ssri": "^4.1.2"
},
"devDependencies": {
"bluebird": "^3.5.0",
Expand Down

0 comments on commit 07f9402

Please sign in to comment.