From e0e4f16a28b4c46b35ee26bc2f158231037593ef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Nov 2020 21:45:34 +0000 Subject: [PATCH] Bump autoprefixer from 10.0.3 to 10.0.4 Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.3 to 10.0.4. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.0.3...10.0.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 42fb33a3..3afc02c2 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@babel/plugin-transform-runtime": "^7.12.1", "@vue/component-compiler-utils": "^3.2.0", "@vue/test-utils": "^1.1.1", - "autoprefixer": "^10.0.3", + "autoprefixer": "^10.0.4", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^26.6.3", "babel-preset-env": "^1.7.0", diff --git a/yarn.lock b/yarn.lock index bb37f4f9..5f16da3b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1623,10 +1623,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"