From cfa613e9860444d24dbe0baeddaadc3368a70f5d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 28 Mar 2024 10:49:06 -0700 Subject: [PATCH] [Deps] update `typed-array-length` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c0da784..b386b020 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "typed-array-buffer": "^1.0.2", "typed-array-byte-length": "^1.0.1", "typed-array-byte-offset": "^1.0.2", - "typed-array-length": "^1.0.5", + "typed-array-length": "^1.0.6", "unbox-primitive": "^1.0.2", "which-typed-array": "^1.1.15" },