Skip to content

Commit 4c513d3

Browse files
Update file-type requirement
Updates the requirements on [file-type](https://github.com/sindresorhus/file-type) to permit the latest version. Updates `file-type` to 19.6.0 - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](sindresorhus/file-type@v19.4.0...v19.6.0) --- updated-dependencies: - dependency-name: file-type dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b06fe0 commit 4c513d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"compressing": "^1.10.1",
29-
"file-type": "^19.4.0"
29+
"file-type": "^19.6.0"
3030
},
3131
"keywords": [
3232
"uncompress",

0 commit comments

Comments
 (0)