Skip to content

Commit

Permalink
upgrade npm package buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
faluelv committed Aug 7, 2017
1 parent b6c876a commit fba3ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@tencent/isomorphic-unzip",
"version": "1.1.3",
"version": "1.1.4",
"description": "Unzipping files, simple wrap for zip.js(for browser) and yauzl(for nodejs), make the apis consistent for NodeJS/Webpack/Browserify.",
"browser": "./zip-browser.js",
"main": "./zip-node.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://github.com/TencentWSRD/isomorphic-unzip",
"dependencies": {
"buffer": "^4.6.0",
"yauzl": "^2.4.2"
"buffer": "^5.0.7",
"yauzl": "^2.8.0"
},
"maintainers": [
{
Expand Down

0 comments on commit fba3ecf

Please sign in to comment.