Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade file-type from 8.1.0 to 17.1.2 #447

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade file-type from 8.1.0 to 17.1.2.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 65 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2022-06-01.
Release notes
Package name: file-type
  • 17.1.2 - 2022-06-01
    • Improve decoding of mime-type in ZIP file (#546) 1b10a71

    v17.1.1...v17.1.2

  • 17.1.1 - 2021-12-28

    v17.1.0...v17.1.1

  • 17.1.0 - 2021-12-27
    • Add support for ELF (Unix Executable and Linkable Format) (#514) c4983ea
    • Add avif-sequence file for animation (#512) 752afb3

    v17.0.2...v17.1.0

  • 17.0.2 - 2021-12-16
    • Prevent "Concurrent read operation" error to be thrown in some cases while reading from a stream (#510) 565f7f3

    v17.0.1...v17.0.2

  • 17.0.1 - 2021-12-14
    • Update strtok3 & token-types dependencies for explicit node:buffer imports (#507) b27fb5f

    v17.0.0...v17.0.1

  • 17.0.0 - 2021-11-24

    Breaking

    • Require Node.js 12.20 (#472) 826b4ad
    • This package is now pure ESM. Please read this.
    • Remove the /browser sub-export 287e361
      • Browser support is now included by default.
    • Moved from a default export to named exports:
      require('file-type').fromBufferimport {fileTypeFromBuffer} from 'file-type'
      require('file-type').fromFileimport {fileTypeFromFile} from 'file-type'
      require('file-type').fromStreamimport {fileTypeFromStream} from 'file-type'
      require('file-type').fromTokenizerimport {fileTypeFromTokenizer} from 'file-type'
      require('file-type').streamimport {fileTypeStream} from 'file-type'
      require('file-type').extensionsimport {supportedExtensions} from 'file-type'
      require('file-type').mimeTypesimport {supportedMimeTypes} from 'file-type'

    Improvements

    • Improve WebM detection (#486) b23be62
    • Improve parsing TIFF files (#482) 82c9ccb
    • Detect both raw and BDAV versions of MPEG-2 Transport Streams (#497) 4ce6838
    • Detect XML UTF-16-BE & UTF-16-LE via pattern matching (#490) a2cf2b3
    • Support XML encoding with UTF-8 including BOM field (#491) 8bca6b4

    Fixes

    • Prevent End-Of-Stream error in stream() (#468) 67c8fcb

    v16.5.1...v17.0.0

  • 16.5.3 - 2021-08-03
  • 16.5.2 - 2021-07-20
    • Lock strtok3 dependency
  • 16.5.1 - 2021-07-10

    v16.5.0...v16.5.1

  • 16.5.0 - 2021-05-28
    • Add support for JPEG XL image format (#455) 57ecf2d
    • Remove ASAR 240 bytes of JSON payload length limitation (#453) 07101ac
    • Remove an unnecessary dependency (#458) 3df0ed1

    v16.4.0...v16.5.0

  • 16.4.0 - 2021-05-05
  • 16.3.0 - 2021-03-06
  • 16.2.0 - 2021-01-13
  • 16.1.0 - 2020-12-21
  • 16.0.1 - 2020-11-02
  • 16.0.0 - 2020-10-18
  • 15.0.1 - 2020-09-14
  • 15.0.0 - 2020-08-26
  • 14.7.1 - 2020-08-07
  • 14.7.0 - 2020-08-02
  • 14.6.2 - 2020-06-14
  • 14.6.1 - 2020-06-07
  • 14.6.0 - 2020-06-02
  • 14.5.0 - 2020-05-21
  • 14.4.0 - 2020-05-15
  • 14.3.0 - 2020-05-04
  • 14.2.0 - 2020-04-23
  • 14.1.4 - 2020-03-11
  • 14.1.3 - 2020-02-24
  • 14.1.2 - 2020-02-12
  • 14.1.1 - 2020-02-05
  • 14.1.0 - 2020-02-05
  • 14.0.0 - 2020-02-02
  • 13.1.2 - 2020-01-22
  • 13.1.1 - 2020-01-19
  • 13.1.0 - 2020-01-15
  • 13.0.3 - 2020-01-09
  • 13.0.2 - 2020-01-07
  • 13.0.1 - 2020-01-07
  • 13.0.0 - 2020-01-07
  • 12.4.2 - 2019-12-20
  • 12.4.1 - 2019-12-19
  • 12.4.0 - 2019-10-31
  • 12.3.1 - 2019-10-22
  • 12.3.0 - 2019-09-03
  • 12.2.0 - 2019-08-18
  • 12.1.0 - 2019-07-26
  • 12.0.1 - 2019-07-06
  • 12.0.0 - 2019-06-12
  • 11.1.0 - 2019-05-23
  • 11.0.0 - 2019-05-04
  • 10.11.0 - 2019-04-11
  • 10.10.0 - 2019-04-01
  • 10.9.0 - 2019-03-05
  • 10.8.0 - 2019-02-18
  • 10.7.1 - 2019-01-22
  • 10.7.0 - 2018-12-18
  • 10.6.0 - 2018-12-03
  • 10.5.0 - 2018-11-19
  • 10.4.0 - 2018-11-02
  • 10.3.0 - 2018-11-01
  • 10.2.0 - 2018-10-28
  • 10.1.0 - 2018-10-22
  • 10.0.0 - 2018-10-07
  • 9.0.0 - 2018-08-10
  • 8.1.0 - 2018-07-08
from file-type GitHub release notes
Commit messages
Package name: file-type

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant