Skip to content

Commit

Permalink
deps: bump deps
Browse files Browse the repository at this point in the history
BREAKING CHANGE: some dependencies were upgraded to versions that do not
support node@4.
  • Loading branch information
zkat committed Apr 12, 2018
1 parent 4af129e commit 6737bf6
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 123 deletions.
220 changes: 103 additions & 117 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -42,16 +42,16 @@
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.1",
"cacache": "^10.0.4",
"cacache": "^11.0.1",
"get-stream": "^3.0.0",
"glob": "^7.1.2",
"lru-cache": "^4.1.1",
"make-fetch-happen": "^2.6.0",
"lru-cache": "^4.1.2",
"make-fetch-happen": "^4.0.1",
"minimatch": "^3.0.4",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
"normalize-package-data": "^2.4.0",
"npm-package-arg": "^6.0.0",
"npm-package-arg": "^6.1.0",
"npm-packlist": "^1.1.10",
"npm-pick-manifest": "^2.1.0",
"osenv": "^0.1.5",
Expand All @@ -61,8 +61,8 @@
"rimraf": "^2.6.2",
"safe-buffer": "^5.1.1",
"semver": "^5.5.0",
"ssri": "^5.2.4",
"tar": "^4.4.0",
"ssri": "^6.0.0",
"tar": "^4.4.1",
"unique-filename": "^1.1.0",
"which": "^1.3.0"
},
Expand Down

0 comments on commit 6737bf6

Please sign in to comment.