Skip to content

Commit

Permalink
chore: update buffer dep
Browse files Browse the repository at this point in the history
Updates `Buffer` to the latest version as having multiple versions in
the dep tree causes quite a lot of bundle bloat when run in browsers!

Refs: Level/abstract-leveldown#373
  • Loading branch information
achingbrain committed Mar 31, 2021
1 parent 0d1c9e6 commit e6bf9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepublishOnly": "npm run dependency-check"
},
"dependencies": {
"buffer": "^5.6.0"
"buffer": "^6.0.3"
},
"devDependencies": {
"coveralls": "^3.0.2",
Expand Down

0 comments on commit e6bf9e5

Please sign in to comment.