Skip to content

Commit 79e429a

Browse files
committed
chore(deps): update dependency autoprefixer to v9.8.6
1 parent 637f24b commit 79e429a

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/webpack-dev-server": "3.11.0",
3939
"@typescript-eslint/eslint-plugin": "3.5.0",
4040
"@typescript-eslint/parser": "3.5.0",
41-
"autoprefixer": "9.8.4",
41+
"autoprefixer": "9.8.6",
4242
"babel-loader": "8.1.0",
4343
"clean-webpack-plugin": "3.0.0",
4444
"conventional-changelog-angular-all": "1.7.0",

yarn.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3392,14 +3392,14 @@ atob@^2.1.2:
33923392
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
33933393
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
33943394

3395-
autoprefixer@9.8.4:
3396-
version "9.8.4"
3397-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.4.tgz#736f1012673a70fa3464671d78d41abd54512863"
3398-
integrity sha512-84aYfXlpUe45lvmS+HoAWKCkirI/sw4JK0/bTeeqgHYco3dcsOn0NqdejISjptsYwNji/21dnkDri9PsYKk89A==
3395+
autoprefixer@9.8.6:
3396+
version "9.8.6"
3397+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f"
3398+
integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==
33993399
dependencies:
34003400
browserslist "^4.12.0"
3401-
caniuse-lite "^1.0.30001087"
3402-
colorette "^1.2.0"
3401+
caniuse-lite "^1.0.30001109"
3402+
colorette "^1.2.1"
34033403
normalize-range "^0.1.2"
34043404
num2fraction "^1.2.2"
34053405
postcss "^7.0.32"
@@ -3997,11 +3997,16 @@ caniuse-api@^3.0.0:
39973997
lodash.memoize "^4.1.2"
39983998
lodash.uniq "^4.5.0"
39993999

4000-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001087, caniuse-lite@^1.0.30001093:
4000+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001093:
40014001
version "1.0.30001094"
40024002
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001094.tgz#0b11d02e1cdc201348dbd8e3e57bd9b6ce82b175"
40034003
integrity sha512-ufHZNtMaDEuRBpTbqD93tIQnngmJ+oBknjvr0IbFympSdtFpAUFmNv4mVKbb53qltxFx0nK3iy32S9AqkLzUNA==
40044004

4005+
caniuse-lite@^1.0.30001109:
4006+
version "1.0.30001113"
4007+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001113.tgz#22016ab55b5a8b04fa00ca342d9ee1b98df48065"
4008+
integrity sha512-qMvjHiKH21zzM/VDZr6oosO6Ri3U0V2tC015jRXjOecwQCJtsU5zklTNTk31jQbIOP8gha0h1ccM/g0ECP+4BA==
4009+
40054010
capture-exit@^2.0.0:
40064011
version "2.0.0"
40074012
resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4"
@@ -4295,7 +4300,7 @@ color@^3.0.0:
42954300
color-convert "^1.9.1"
42964301
color-string "^1.5.2"
42974302

4298-
colorette@^1.2.0:
4303+
colorette@^1.2.1:
42994304
version "1.2.1"
43004305
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
43014306
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==

0 commit comments

Comments
 (0)