diff --git a/index.js b/index.js index 98c6e40..3249aa0 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,7 @@ var $TypeError = require('es-errors/type'); -var callBound = require('call-bind/callBound'); +var callBound = require('call-bound'); var $dataViewByteLength = callBound('DataView.prototype.byteLength', true); diff --git a/package.json b/package.json index c217c8a..8acc9d3 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "homepage": "https://github.com/inspect-js/data-view-byte-length#readme", "dependencies": { - "call-bind": "^1.0.8", + "call-bound": "^1.0.3", "es-errors": "^1.3.0", "is-data-view": "^1.0.2" }, @@ -56,7 +56,6 @@ "@arethetypeswrong/cli": "^0.17.1", "@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",