Skip to content

Commit a9dcddb

Browse files
committed
[Deps] update call-bound
1 parent 5b62030 commit a9dcddb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict';
22

33
var callBound = require('call-bound');
4+
/** @type {undefined | ((ab: ArrayBuffer) => number)} */
45
var $byteLength = callBound('ArrayBuffer.prototype.byteLength', true);
56

67
var isArrayBuffer = require('is-array-buffer');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"homepage": "https://github.com/inspect-js/array-buffer-byte-length#readme",
4949
"dependencies": {
50-
"call-bound": "^1.0.3",
50+
"call-bound": "^1.0.4",
5151
"is-array-buffer": "^3.0.5"
5252
},
5353
"devDependencies": {

0 commit comments

Comments
 (0)