diff --git a/index.js b/index.js index 9fa7a6a..de1be39 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ 'use strict'; -var callBound = require('call-bind/callBound'); +var callBound = require('call-bound'); var $byteLength = callBound('ArrayBuffer.prototype.byteLength', true); var isArrayBuffer = require('is-array-buffer'); diff --git a/package.json b/package.json index 7f1a29e..fcf9d75 100644 --- a/package.json +++ b/package.json @@ -47,13 +47,12 @@ }, "homepage": "https://github.com/inspect-js/array-buffer-byte-length#readme", "dependencies": { - "call-bind": "^1.0.8", + "call-bound": "^1.0.3", "is-array-buffer": "^3.0.5" }, "devDependencies": { "@ljharb/eslint-config": "^21.1.1", "@ljharb/tsconfig": "^0.2.2", - "@types/call-bind": "^1.0.5", "@types/es-value-fixtures": "^1.4.4", "@types/for-each": "^0.3.3", "@types/object-inspect": "^1.13.0",