Bump file-type from 16.2.0 to 16.3.0

Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.2.0 to 16.3.0.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](https://github.com/sindresorhus/file-type/compare/v16.2.0...v16.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-08 05:07:47 +00:00 committed by GitHub
parent 8bda181d88
commit 513248a3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
package-lock.json generated
View File

@ -4328,9 +4328,9 @@
}
},
"file-type": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-16.2.0.tgz",
"integrity": "sha512-1Wwww3mmZCMmLjBfslCluwt2mxH80GsAXYrvPnfQ42G1EGWag336kB1iyCgyn7UXiKY3cJrNykXPrCwA7xb5Ag==",
"version": "16.3.0",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-16.3.0.tgz",
"integrity": "sha512-ZA0hV64611vJT42ltw0T9IDwHApQuxRdrmQZWTeDmeAUtZBBVSQW3nSQqhhW1cAgpXgqcJvm410BYHXJQ9AymA==",
"requires": {
"readable-web-to-node-stream": "^3.0.0",
"strtok3": "^6.0.3",