Skip to content

Commit c011315

Browse files
committedJul 20, 2021
Lock strtok3 dependency
#469
1 parent 9102f1c commit c011315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.