Skip to content

Commit be5b4b4

Browse files
committed
Update autoprefixer
1 parent 8739d6d commit be5b4b4

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@fullhuman/postcss-purgecss": "^2.1.2",
53-
"autoprefixer": "^9.4.5",
53+
"autoprefixer": "^9.8.6",
5454
"bytes": "^3.0.0",
5555
"chalk": "^3.0.0 || ^4.0.0",
5656
"color": "^3.1.2",

yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,14 +1394,14 @@ atob@^2.1.1:
13941394
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
13951395
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
13961396

1397-
autoprefixer@^9.4.5:
1398-
version "9.8.4"
1399-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.4.tgz#736f1012673a70fa3464671d78d41abd54512863"
1400-
integrity sha512-84aYfXlpUe45lvmS+HoAWKCkirI/sw4JK0/bTeeqgHYco3dcsOn0NqdejISjptsYwNji/21dnkDri9PsYKk89A==
1397+
autoprefixer@^9:
1398+
version "9.8.6"
1399+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f"
1400+
integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==
14011401
dependencies:
14021402
browserslist "^4.12.0"
1403-
caniuse-lite "^1.0.30001087"
1404-
colorette "^1.2.0"
1403+
caniuse-lite "^1.0.30001109"
1404+
colorette "^1.2.1"
14051405
normalize-range "^0.1.2"
14061406
num2fraction "^1.2.2"
14071407
postcss "^7.0.32"
@@ -1644,11 +1644,16 @@ camelcase@^5.0.0, camelcase@^5.3.1:
16441644
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
16451645
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
16461646

1647-
caniuse-lite@^1.0.30001087, caniuse-lite@^1.0.30001093:
1647+
caniuse-lite@^1.0.30001093:
16481648
version "1.0.30001094"
16491649
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001094.tgz#0b11d02e1cdc201348dbd8e3e57bd9b6ce82b175"
16501650
integrity sha512-ufHZNtMaDEuRBpTbqD93tIQnngmJ+oBknjvr0IbFympSdtFpAUFmNv4mVKbb53qltxFx0nK3iy32S9AqkLzUNA==
16511651

1652+
caniuse-lite@^1.0.30001109:
1653+
version "1.0.30001148"
1654+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001148.tgz#dc97c7ed918ab33bf8706ddd5e387287e015d637"
1655+
integrity sha512-E66qcd0KMKZHNJQt9hiLZGE3J4zuTqE1OnU53miEVtylFbwOEmeA5OsRu90noZful+XGSQOni1aT2tiqu/9yYw==
1656+
16521657
capture-exit@^2.0.0:
16531658
version "2.0.0"
16541659
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -1804,10 +1809,10 @@ color@^3.1.2:
18041809
color-convert "^1.9.1"
18051810
color-string "^1.5.2"
18061811

1807-
colorette@^1.2.0:
1808-
version "1.2.0"
1809-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.0.tgz#45306add826d196e8c87236ac05d797f25982e63"
1810-
integrity sha512-soRSroY+OF/8OdA3PTQXwaDJeMc7TfknKKrxeSCencL2a4+Tx5zhxmmv7hdpCjhKBjehzp8+bwe/T68K0hpIjw==
1812+
colorette@^1.2.1:
1813+
version "1.2.1"
1814+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
1815+
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
18111816

18121817
combined-stream@^1.0.6, combined-stream@~1.0.6:
18131818
version "1.0.8"

0 commit comments

Comments
 (0)