From 7a6b0890bce78c4c6aad4d503aa24318e96c609d Mon Sep 17 00:00:00 2001 From: Borewit Date: Sat, 18 Jan 2025 13:39:55 +0100 Subject: [PATCH] Update to strtok3 to 10.1.0-beta.0, using default Reader instead of BYOB --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f5a3cb5..dffe8a81 100644 --- a/package.json +++ b/package.json @@ -238,7 +238,7 @@ ], "dependencies": { "@tokenizer/inflate": "^0.2.6", - "strtok3": "^10.0.1", + "strtok3": "^10.1.0-beta.0", "token-types": "^6.0.0", "uint8array-extras": "^1.4.0" },