Skip to content

Commit

Permalink
Lock strtok3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 20, 2021
1 parent 9102f1c commit c011315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "file-type",
"version": "16.5.1",
"version": "16.5.2",
"description": "Detect the file type of a Buffer/Uint8Array/ArrayBuffer",
"license": "MIT",
"repository": "sindresorhus/file-type",
Expand Down Expand Up @@ -197,7 +197,7 @@
},
"dependencies": {
"readable-web-to-node-stream": "^3.0.0",
"strtok3": "^6.1.1",
"strtok3": "6.1.3",
"token-types": "^3.0.0"
},
"xo": {
Expand Down

0 comments on commit c011315

Please sign in to comment.