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 autoprefixer from 10.0.1 to 10.2.6 #4

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 autoprefixer from 10.0.1 to 10.2.6.

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.


  • The recommended version is 11 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2021-05-26.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-BROWSERSLIST-1090194
372/1000
Why? Proof of Concept exploit, CVSS 5.3
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: autoprefixer
  • 10.2.6 - 2021-05-26
    • Fixed “no prefixes needed” warning (by @ Pwntheon).
  • 10.2.5 - 2021-03-05
  • 10.2.4 - 2021-01-29
    • Fixed browser names in npx autoprefixer --info.
  • 10.2.3 - 2021-01-19
    • Fixed PostCSS 8 support.
  • 10.2.2 - 2021-01-19
    • Fixed PostCSS 8 plugins compatibility.
  • 10.2.1 - 2021-01-08
    • Fixed transition-property warnings (by @ Sheraff).
  • 10.2.0 - 2021-01-06

    Tudor rose

    Autoprefixer 10.2 now has built-in TypeScript definitions. You do not need @ types/autoprefixer anymore.

    Thanks to @ Semigradsky and DefinitelyTyped’s contributors.

    @ Sheraff also improved docs.

  • 10.1.0 - 2020-12-08

    Coat of arms of Botswana

    Autoprefixer 10.1 improved min-resolution support.

    @ infusion added dpcm unit support and num2fraction with Fraction.js, which uses Farey Sequences as a rational approximation (more precise) and simplifies the fraction using continued fractions to ɛ <0.001 afterward.

    / input */
    @ media (min-resolution: 113.38dpcm) {

    }

    /* output */
    @ media (-webkit-min-device-pixel-ratio: 3),
    (min--moz-device-pixel-ratio: 3),
    (-o-min-device-pixel-ratio: 3/1),
    (min-resolution: 113.38dpcm) {

    }




  • 10.0.4 - 2020-11-27

    • Fixed Cannot read property 'proxyOf' of undefined error (by @ igorkamyshev).
  • 10.0.3 - 2020-11-26
  • 10.0.2 - 2020-11-10
  • 10.0.1 - 2020-09-27
from autoprefixer GitHub release notes

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