From 39794cf8ba4d980a6bd37f526d98a52ac0b7b26d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 5 Dec 2024 14:52:04 -0800 Subject: [PATCH] [Deps] update `gopd`, `has-symbols`, `is-string` --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 93990c39..324bea47 100644 --- a/package.json +++ b/package.json @@ -72,10 +72,10 @@ "get-intrinsic": "^1.2.4", "get-symbol-description": "^1.0.2", "globalthis": "^1.0.4", - "gopd": "^1.1.0", + "gopd": "^1.2.0", "has-property-descriptors": "^1.0.2", "has-proto": "^1.1.0", - "has-symbols": "^1.0.3", + "has-symbols": "^1.1.0", "hasown": "^2.0.2", "internal-slot": "^1.0.7", "is-array-buffer": "^3.0.4", @@ -84,7 +84,7 @@ "is-negative-zero": "^2.0.3", "is-regex": "^1.2.0", "is-shared-array-buffer": "^1.0.3", - "is-string": "^1.0.7", + "is-string": "^1.1.0", "is-typed-array": "^1.1.13", "is-weakref": "^1.0.2", "object-inspect": "^1.13.3",