Bump file-type from 16.0.1 to 16.1.0

Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.0.1 to 16.1.0.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](https://github.com/sindresorhus/file-type/compare/v16.0.1...v16.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-22 05:04:15 +00:00 committed by GitHub
parent 7a76df4072
commit 76d2b26397
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

@ -4240,9 +4240,9 @@
}
},
"file-type": {
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-16.0.1.tgz",
"integrity": "sha512-rwXqMZiizJd0uXZE52KN2DtPBAV99qz9cUTHHt8pSyaQzgVYrHJGR0qt2p4N/yzHEL/tGrlB/TgawQb4Fnxxyw==",
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-16.1.0.tgz",
"integrity": "sha512-G4Klqf6tuprtG0pC4r9kni4Wv8XhAAsfHphVqsQGA+YiOlPAO40BZduDqKfv0RFsu9q9ZbFObWfwszY/NqhEZw==",
"requires": {
"readable-web-to-node-stream": "^3.0.0",
"strtok3": "^6.0.3",