Skip to content

Commit

Permalink
Update to @nornagon/put@0.0.7 to fix Buffer deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Apr 18, 2019
1 parent 19cfe9d commit f1e3aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/marshall.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const assert = require('assert');

const parseSignature = require('./signature');
const put = require('put');
const put = require('@nornagon/put');
const Marshallers = require('./marshallers');
const align = require('./align').align;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"hexy": "^0.2.10",
"long": "^4.0.0",
"optimist": "^0.6.1",
"put": "0.0.6",
"@nornagon/put": "0.0.7",
"safe-buffer": "^5.1.1",
"xml2js": "^0.4.17"
},
Expand Down

0 comments on commit f1e3aeb

Please sign in to comment.