From 154c71bdcbbae80802bcaae1d02d03493d5c4afe Mon Sep 17 00:00:00 2001 From: Borewit Date: Tue, 28 Dec 2021 12:57:53 +0100 Subject: [PATCH] Explicit dependency on token-types ^5.0.0-alpha.2 Resolves sindresorhus/file-type#517 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 614acca6..cbeb117a 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "dependencies": { "readable-web-to-node-stream": "^3.0.2", "strtok3": "^7.0.0-alpha.7", - "token-types": "^5.0.0-alpha.1" + "token-types": "^5.0.0-alpha.2" }, "devDependencies": { "@tokenizer/token": "^0.3.0",