Skip to content

Commit

Permalink
Update postcss and related packages
Browse files Browse the repository at this point in the history
Fixes vulnerability described here:

GHSA-566m-qj78-rww5

Somewhere between the previous version and the latest, postcss changed
how it wants its browser list to be configured.  Apparently the
`browsers` option is deprecated and can give the wrong output, and the
`.browserslistrc` file is preferred.
  • Loading branch information
chigby committed Jan 12, 2022
1 parent b42b48a commit da328d3
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 139 deletions.
9 changes: 9 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Chrome >= 35
Firefox >= 31
Edge >= 12
Explorer >= 9
iOS >= 8
Safari >= 8
Android 2.3
Android >= 4
Opera >= 12
Loading

0 comments on commit da328d3

Please sign in to comment.