build: update autoprefixer to version 10.0.4

This commit is contained in:
Renovate Bot 2020-11-28 06:08:54 +00:00 committed by Alan Agius
parent d416102b14
commit b6cbcaa488
3 changed files with 6 additions and 6 deletions

View File

@ -129,7 +129,7 @@
"@yarnpkg/lockfile": "1.1.0",
"ajv": "6.12.6",
"ansi-colors": "4.1.1",
"autoprefixer": "10.0.3",
"autoprefixer": "10.0.4",
"babel-loader": "8.2.2",
"bootstrap": "^4.0.0",
"browserslist": "^4.9.1",

View File

@ -20,7 +20,7 @@
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@ngtools/webpack": "0.0.0",
"ansi-colors": "4.1.1",
"autoprefixer": "10.0.3",
"autoprefixer": "10.0.4",
"babel-loader": "8.2.2",
"browserslist": "^4.9.1",
"cacache": "15.0.5",

View File

@ -2584,10 +2584,10 @@ atob@^2.1.2:
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
autoprefixer@10.0.3:
version "10.0.3"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.0.3.tgz#43c8fb60ab095f4b6ff7bc5d24cd05925112f2ce"
integrity sha512-SIUDNQlGARsfL69nsmi7OKnDtz1HVwPAiYPGn1Nv9eLMpBywXK5DNwAnvTq6aTjuPx3XKPl2boCQRYcThjJa2A==
autoprefixer@10.0.4:
version "10.0.4"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.0.4.tgz#f87ac6105d7861e31af794b8ebb1c6d4390d3d55"
integrity sha512-hmjYejN/WTyPP9cdNmiwtwqM8/ACVJPD5ExtwoOceQohNbgnFNiwpL2+U4bXS8aXozBL00WvH6WhqbuHf0Fgfg==
dependencies:
browserslist "^4.14.7"
caniuse-lite "^1.0.30001161"