Skip to content

Commit

Permalink
Merge #70
Browse files Browse the repository at this point in the history
70: chore(deps-dev): bump file-type from 14.6.1 to 14.6.2 r=jniles a=dependabot-preview[bot]

Bumps [file-type](https://github.com/sindresorhus/file-type) from 14.6.1 to 14.6.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sindresorhus/file-type/releases">file-type's releases</a>.</em></p>
<blockquote>
<h2>v14.6.2</h2>
<ul>
<li>Fix error when using <code>FileType.fromStream()</code> on small files (<a href="https://github-redirect.dependabot.com/sindresorhus/file-type/issues/370">#370</a>)  50eee35</li>
</ul>
<p><a href="https://github.com/sindresorhus/file-type/compare/v14.6.1...v14.6.2">https://github.com/sindresorhus/file-type/compare/v14.6.1...v14.6.2</a></p>
</blockquote>


Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot-preview[bot] authored Jun 15, 2020
2 parents a17bbe4 + 3537dee commit e763b16
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint": "7.2.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.21.2",
"file-type": "14.6.1",
"file-type": "14.6.2",
"release-it": "13.6.2"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1519,13 +1519,13 @@ file-entry-cache@^5.0.1:
dependencies:
flat-cache "^2.0.1"

file-type@14.6.1:
version "14.6.1"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-14.6.1.tgz#156cf5de04649729469b2d527773df29b5eca051"
integrity sha512-h8TJ6Ff9UuhSOHr44Xh2J2r7Gg5ED8jNZKQ2XA2WyFCRum9qTcY3Qy1Q6mG5xMTeIT3IJcLlSReD4WEr/nL9vw==
file-type@14.6.2:
version "14.6.2"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-14.6.2.tgz#5bf69c0d8c39de525d3d9de23d81a3b6e81cf69a"
integrity sha512-kSZTAJxPXBdBgJyoC7TexkBWoMI/D1Gas6aTtAn9VIRFwCehwiluGV5O8O2GwqO5zIqeEvXxEKl/xfcaAKB0Yg==
dependencies:
readable-web-to-node-stream "^2.0.0"
strtok3 "^6.0.0"
strtok3 "^6.0.3"
token-types "^2.0.0"
typedarray-to-buffer "^3.1.5"

Expand Down Expand Up @@ -3483,10 +3483,10 @@ strip-json-comments@~2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=

strtok3@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/strtok3/-/strtok3-6.0.0.tgz#d6b900863daeacfe6c1724c6e7bb36d7a58e83c8"
integrity sha512-ZXlmE22LZnIBvEU3n/kZGdh770fYFie65u5+2hLK9s74DoFtpkQIdBZVeYEzlolpGa+52G5IkzjUWn+iXynOEQ==
strtok3@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/strtok3/-/strtok3-6.0.3.tgz#bc81e225c19a909eab86538ff3348c4b3b0553d3"
integrity sha512-/3RaYN9rW5WEYNHSvn081CgL4HziT027hfi5tsksbPfeWxi3BSLb8tolZDzpYU3I78/0ZqRiFpMDAqN2t4YShA==
dependencies:
"@tokenizer/token" "^0.1.1"
"@types/debug" "^4.1.5"
Expand Down

0 comments on commit e763b16

Please sign in to comment.