From 7099bb9f60117708eef55e47a1836e9007b1e3d9 Mon Sep 17 00:00:00 2001 From: Borewit Date: Tue, 16 Jul 2024 22:29:44 +0200 Subject: [PATCH] Update strtok3 to version v8.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd3f72f9..7d876e60 100644 --- a/package.json +++ b/package.json @@ -208,7 +208,7 @@ "fbx" ], "dependencies": { - "strtok3": "^7.1.0", + "strtok3": "^8.0.0", "token-types": "^6.0.0", "uint8array-extras": "^1.3.0" },