From 3b08ab1e7404dc00dfb3050d6f34821ae300b59c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 3 Aug 2021 15:50:42 +0200 Subject: [PATCH] Upgrade and unlock dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f29bc4a0..b3f5d54f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-type", - "version": "16.5.2", + "version": "16.5.3", "description": "Detect the file type of a Buffer/Uint8Array/ArrayBuffer", "license": "MIT", "repository": "sindresorhus/file-type", @@ -197,8 +197,8 @@ }, "dependencies": { "readable-web-to-node-stream": "^3.0.0", - "strtok3": "6.1.3", - "token-types": "^3.0.0" + "strtok3": "^6.2.4", + "token-types": "^4.1.1" }, "xo": { "envs": [