Skip to content

Commit 3b08ab1

Browse files
committed
Upgrade and unlock dependencies
1 parent c011315 commit 3b08ab1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-type",
3-
"version": "16.5.2",
3+
"version": "16.5.3",
44
"description": "Detect the file type of a Buffer/Uint8Array/ArrayBuffer",
55
"license": "MIT",
66
"repository": "sindresorhus/file-type",
@@ -197,8 +197,8 @@
197197
},
198198
"dependencies": {
199199
"readable-web-to-node-stream": "^3.0.0",
200-
"strtok3": "6.1.3",
201-
"token-types": "^3.0.0"
200+
"strtok3": "^6.2.4",
201+
"token-types": "^4.1.1"
202202
},
203203
"xo": {
204204
"envs": [

0 commit comments

Comments
 (0)