Skip to content

Commit 85b6711

Browse files
renovate-botvikerman
authored andcommitted
build: update autoprefixer to version 9.7.1
1 parent d780ae6 commit 85b6711

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/preset-env": "7.6.3",
1717
"@ngtools/webpack": "0.0.0",
1818
"ajv": "6.10.2",
19-
"autoprefixer": "9.7.0",
19+
"autoprefixer": "9.7.1",
2020
"browserslist": "4.7.2",
2121
"cacache": "13.0.1",
2222
"caniuse-lite": "1.0.30001006",

yarn.lock

+8-17
Original file line numberDiff line numberDiff line change
@@ -2001,17 +2001,17 @@ atob@^2.1.1:
20012001
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
20022002
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
20032003

2004-
2005-
version "9.7.0"
2006-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.0.tgz#905ec19e50f04545fe9ff131182cc9ab25246901"
2007-
integrity sha512-j2IRvaCfrUxIiZun9ba4mhJ2omhw4OY88/yVzLO+lHhGBumAAK72PgM6gkbSN8iregPOn1ZlxGkmZh2CQ7X4AQ==
2004+
2005+
version "9.7.1"
2006+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.7.1.tgz#9ffc44c55f5ca89253d9bb7186cefb01ef57747f"
2007+
integrity sha512-w3b5y1PXWlhYulevrTJ0lizkQ5CyqfeU6BIRDbuhsMupstHQOeb1Ur80tcB1zxSu7AwyY/qCQ7Vvqklh31ZBFw==
20082008
dependencies:
20092009
browserslist "^4.7.2"
2010-
caniuse-lite "^1.0.30001004"
2010+
caniuse-lite "^1.0.30001006"
20112011
chalk "^2.4.2"
20122012
normalize-range "^0.1.2"
20132013
num2fraction "^1.2.2"
2014-
postcss "^7.0.19"
2014+
postcss "^7.0.21"
20152015
postcss-value-parser "^4.0.2"
20162016

20172017
autoprefixer@^9.6.5:
@@ -2652,7 +2652,7 @@ camelcase@^5.0.0, camelcase@^5.3.1:
26522652
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
26532653
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
26542654

2655-
2655+
[email protected], caniuse-lite@^1.0.30001006:
26562656
version "1.0.30001006"
26572657
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001006.tgz#5b6e8288792cfa275f007b2819a00ccad7112655"
26582658
integrity sha512-MXnUVX27aGs/QINz+QG1sWSLDr3P1A3Hq5EUWoIt0T7K24DuvMxZEnh3Y5aHlJW6Bz2aApJdSewdYLd8zQnUuw==
@@ -8238,7 +8238,7 @@ postcss-value-parser@^4.0.2:
82388238
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9"
82398239
integrity sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ==
82408240

8241-
8241+
[email protected], postcss@^7.0.21:
82428242
version "7.0.21"
82438243
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17"
82448244
integrity sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==
@@ -8256,15 +8256,6 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.18, postcss@^7.0.2:
82568256
source-map "^0.6.1"
82578257
supports-color "^6.1.0"
82588258

8259-
postcss@^7.0.19:
8260-
version "7.0.20"
8261-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.20.tgz#a107b68ef1ad1c5e6e214ebb3c5ede2799322837"
8262-
integrity sha512-VOdO3a5nHVftPSEbG1zaG320b4mH5KAflH+pIeVAF5/hlw6YumELSgHZQBekjg29Oj4qw7XAyp9tIEBpeNWcyg==
8263-
dependencies:
8264-
chalk "^2.4.2"
8265-
source-map "^0.6.1"
8266-
supports-color "^6.1.0"
8267-
82688259
prelude-ls@~1.1.2:
82698260
version "1.1.2"
82708261
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"

0 commit comments

Comments
 (0)