oui
oui copied to clipboard
chore(deps): update dependency autoprefixer to v10
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| autoprefixer | devDependencies | major | ^9.8.6 -> ^10.0.0 |
By merging this PR, the issue #1295 will be automatically resolved and closed:
| Severity | CVE | |
|---|---|---|
Medium |
5.3 | CVE-2023-44270 |
Release Notes
postcss/autoprefixer (autoprefixer)
v10.0.0: 10.0 “Alis volat propriis”
Autoprefixer 10 is based on top of PostCSS 8 (check Known Issues section before updating).
Node.js 6.x, 8.x, 11.x support was removed.
Now you need to install Autoprefixer by npm install --save-dev autoprefixer postcss. We moved postcss from dependencies to peerDependencies according to new PostCSS plugin guidelines.
v9.8.8
- Replaced
nanocolorswithpicocolors. - Reduced package size.
v9.8.7
- Replaced
colorettewithnanocolors. - Reduced package size.
- [ ] If you want to rebase/retry this PR, check this box
Medium