From c677e7956db738b1281e03cc630b0cfea5890fa6 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 16 Mar 2024 23:43:28 -0700 Subject: [PATCH] [Deps] update `hasown`, `which-typed-array` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a3f69e3..b9987aef 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "has-property-descriptors": "^1.0.2", "has-proto": "^1.0.3", "has-symbols": "^1.0.3", - "hasown": "^2.0.1", + "hasown": "^2.0.2", "internal-slot": "^1.0.7", "is-array-buffer": "^3.0.4", "is-callable": "^1.2.7", @@ -101,7 +101,7 @@ "typed-array-byte-offset": "^1.0.2", "typed-array-length": "^1.0.5", "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.14" + "which-typed-array": "^1.1.15" }, "devDependencies": { "@ljharb/eslint-config": "^21.1.0",