From ffa645351086142e11267a51f39b5b3b4344ac22 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 1 Dec 2024 09:06:12 -0800 Subject: [PATCH] [Deps] update `gopd`, `has-proto`, `is-regex`, `which-typed-array` --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fcb48294..93990c39 100644 --- a/package.json +++ b/package.json @@ -72,9 +72,9 @@ "get-intrinsic": "^1.2.4", "get-symbol-description": "^1.0.2", "globalthis": "^1.0.4", - "gopd": "^1.0.1", + "gopd": "^1.1.0", "has-property-descriptors": "^1.0.2", - "has-proto": "^1.0.3", + "has-proto": "^1.1.0", "has-symbols": "^1.0.3", "hasown": "^2.0.2", "internal-slot": "^1.0.7", @@ -82,7 +82,7 @@ "is-callable": "^1.2.7", "is-data-view": "^1.0.1", "is-negative-zero": "^2.0.3", - "is-regex": "^1.1.4", + "is-regex": "^1.2.0", "is-shared-array-buffer": "^1.0.3", "is-string": "^1.0.7", "is-typed-array": "^1.1.13", @@ -101,7 +101,7 @@ "typed-array-byte-offset": "^1.0.3", "typed-array-length": "^1.0.7", "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.15" + "which-typed-array": "^1.1.16" }, "devDependencies": { "@ljharb/eslint-config": "^21.1.1",