From 82e7d71a87e00c0a24679e1e37f464102e348ca6 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 14 Feb 2024 12:46:43 -0800 Subject: [PATCH] [Deps] update `call-bind`, `hasown` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ab09ddfc..9a3b7116 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@ljharb/resumer": "^0.1.2", "@ljharb/through": "^2.3.12", "array.prototype.every": "^1.1.5", - "call-bind": "^1.0.5", + "call-bind": "^1.0.7", "deep-equal": "^2.2.3", "defined": "^1.0.1", "dotignore": "^0.1.2", @@ -37,7 +37,7 @@ "get-package-type": "^0.1.0", "glob": "^7.2.3", "has-dynamic-import": "^2.1.0", - "hasown": "^2.0.0", + "hasown": "^2.0.1", "inherits": "^2.0.4", "is-regex": "^1.1.4", "minimist": "^1.2.8",