From 478c7f1895e2fc95f412ea83c17766adaac01a08 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 11 Dec 2024 15:59:12 -0800 Subject: [PATCH] [Deps] update `call-bind`, `es-abstract`, `get-intrinsic`, `has-symbols` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a7c6bed..c88978c 100644 --- a/package.json +++ b/package.json @@ -62,15 +62,15 @@ "tape": "^5.9.0" }, "dependencies": { - "call-bind": "^1.0.7", + "call-bind": "^1.0.8", "define-properties": "^1.2.1", - "es-abstract": "^1.23.3", + "es-abstract": "^1.23.5", "es-get-iterator": "^1.1.3", "es-set-tostringtag": "^2.0.3", "for-each": "^0.3.3", - "get-intrinsic": "^1.2.4", + "get-intrinsic": "^1.2.6", "globalthis": "^1.0.4", - "has-symbols": "^1.0.3", + "has-symbols": "^1.1.0", "internal-slot": "^1.0.7", "object.entries": "^1.1.8" },