From 073d5df97278ab54e32750f24d4eeee1d94965d4 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 15 Dec 2024 18:20:01 -0800 Subject: [PATCH] [Refactor] use `call-bound` directly --- index.js | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 6f1c5c9..b4bd53d 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 $numToStr = callBound('Number.prototype.toString'); diff --git a/package.json b/package.json index cc031e7..e41414f 100644 --- a/package.json +++ b/package.json @@ -39,14 +39,13 @@ }, "homepage": "https://github.com/inspect-js/is-number-object#readme", "dependencies": { - "call-bind": "^1.0.8", + "call-bound": "^1.0.3", "has-tostringtag": "^1.0.2" }, "devDependencies": { "@arethetypeswrong/cli": "^0.17.1", "@ljharb/eslint-config": "^21.1.1", "@ljharb/tsconfig": "^0.2.2", - "@types/call-bind": "^1.0.5", "@types/core-js": "^2.5.8", "@types/tape": "^5.7.0", "auto-changelog": "^2.5.0",