Skip to content

Commit

Permalink
Upgrade and unlock dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 3, 2021
1 parent c011315 commit 3b08ab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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",
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 3b08ab1

Please sign in to comment.