Skip to content

Commit 1d50631

Browse files
committed
Update to @nornagon/[email protected] to fix Buffer deprecation warning
1 parent 19cfe9d commit 1d50631

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

lib/marshall.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const assert = require('assert');
22

33
const parseSignature = require('./signature');
4-
const put = require('put');
4+
const put = require('@nornagon/put');
55
const Marshallers = require('./marshallers');
66
const align = require('./align').align;
77

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"hexy": "^0.2.10",
4343
"long": "^4.0.0",
4444
"optimist": "^0.6.1",
45-
"put": "0.0.6",
45+
"@nornagon/put": "0.0.7",
4646
"safe-buffer": "^5.1.1",
4747
"xml2js": "^0.4.17"
4848
},

0 commit comments

Comments
 (0)