Skip to content

Commit 7828844

Browse files
renovate-botalan-agius4
authored andcommitted
build: update autoprefixer to version 9.8.6
1 parent 9104ffd commit 7828844

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"@yarnpkg/lockfile": "1.1.0",
126126
"ajv": "6.12.0",
127127
"ansi-colors": "4.1.1",
128-
"autoprefixer": "9.7.6",
128+
"autoprefixer": "9.8.6",
129129
"babel-loader": "8.1.0",
130130
"bootstrap": "^4.0.0",
131131
"browserslist": "4.13.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/template": "7.10.4",
2020
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
2121
"@ngtools/webpack": "0.0.0",
22-
"autoprefixer": "9.8.5",
22+
"autoprefixer": "9.8.6",
2323
"babel-loader": "8.1.0",
2424
"browserslist": "^4.9.1",
2525
"cacache": "15.0.5",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2635,7 +2635,20 @@ atob@^2.1.2:
26352635
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
26362636
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
26372637

2638-
[email protected], autoprefixer@^9.6.5:
2638+
2639+
version "9.8.6"
2640+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.6.tgz#3b73594ca1bf9266320c5acf1588d74dea74210f"
2641+
integrity sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==
2642+
dependencies:
2643+
browserslist "^4.12.0"
2644+
caniuse-lite "^1.0.30001109"
2645+
colorette "^1.2.1"
2646+
normalize-range "^0.1.2"
2647+
num2fraction "^1.2.2"
2648+
postcss "^7.0.32"
2649+
postcss-value-parser "^4.1.0"
2650+
2651+
autoprefixer@^9.6.5:
26392652
version "9.7.6"
26402653
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.6.tgz#63ac5bbc0ce7934e6997207d5bb00d68fa8293a4"
26412654
integrity sha512-F7cYpbN7uVVhACZTeeIeealwdGM6wMtfWARVLTy5xmKtgVdBNJvbDRoCK3YO1orcs7gv/KwYlb3iXwu9Ug9BkQ==
@@ -2648,19 +2661,6 @@ [email protected], autoprefixer@^9.6.5:
26482661
postcss "^7.0.27"
26492662
postcss-value-parser "^4.0.3"
26502663

2651-
2652-
version "9.8.5"
2653-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.5.tgz#2c225de229ddafe1d1424c02791d0c3e10ccccaa"
2654-
integrity sha512-C2p5KkumJlsTHoNv9w31NrBRgXhf6eCMteJuHZi2xhkgC+5Vm40MEtCKPhc0qdgAOhox0YPy1SQHTAky05UoKg==
2655-
dependencies:
2656-
browserslist "^4.12.0"
2657-
caniuse-lite "^1.0.30001097"
2658-
colorette "^1.2.0"
2659-
normalize-range "^0.1.2"
2660-
num2fraction "^1.2.2"
2661-
postcss "^7.0.32"
2662-
postcss-value-parser "^4.1.0"
2663-
26642664
aws-sign2@~0.7.0:
26652665
version "0.7.0"
26662666
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
@@ -3360,10 +3360,10 @@ caniuse-lite@^1.0.30001093:
33603360
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001105.tgz#d2cb0b31e5cf2f3ce845033b61c5c01566549abf"
33613361
integrity sha512-JupOe6+dGMr7E20siZHIZQwYqrllxotAhiaej96y6x00b/48rPt42o+SzOSCPbrpsDWvRja40Hwrj0g0q6LZJg==
33623362

3363-
caniuse-lite@^1.0.30001097:
3364-
version "1.0.30001097"
3365-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001097.tgz#1129c40c9f5ee3282158da08fd915d301f4a9bd8"
3366-
integrity sha512-TeuSleKt/vWXaPkLVFqGDnbweYfq4IaZ6rUugFf3rWY6dlII8StUZ8Ddin0PkADfgYZ4wRqCdO2ORl4Rn5eZIA==
3363+
caniuse-lite@^1.0.30001109:
3364+
version "1.0.30001109"
3365+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001109.tgz#a9f3f26a0c3753b063d7acbb48dfb9c0e46f2b19"
3366+
integrity sha512-4JIXRodHzdS3HdK8nSgIqXYLExOvG+D2/EenSvcub2Kp3QEADjo2v2oUn5g0n0D+UNwG9BtwKOyGcSq2qvQXvQ==
33673367

33683368
33693369
version "1.0.0"
@@ -3690,10 +3690,10 @@ color@^3.0.0:
36903690
color-convert "^1.9.1"
36913691
color-string "^1.5.2"
36923692

3693-
colorette@^1.2.0:
3694-
version "1.2.0"
3695-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.0.tgz#45306add826d196e8c87236ac05d797f25982e63"
3696-
integrity sha512-soRSroY+OF/8OdA3PTQXwaDJeMc7TfknKKrxeSCencL2a4+Tx5zhxmmv7hdpCjhKBjehzp8+bwe/T68K0hpIjw==
3693+
colorette@^1.2.1:
3694+
version "1.2.1"
3695+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
3696+
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
36973697

36983698
[email protected], colors@^1.4.0:
36993699
version "1.4.0"

0 commit comments

Comments
 (0)