From 199b16c59114c8a23f7d6d222ea8b42e712199f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Nov 2020 22:13:41 +0000 Subject: [PATCH] Bump autoprefixer from 10.0.2 to 10.0.3 Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.2 to 10.0.3. - [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.2...10.0.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f69ff596..42fb33a3 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.2", + "autoprefixer": "^10.0.3", "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 f11d0152..bb37f4f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1623,13 +1623,13 @@ 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.2: - version "10.0.2" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.0.2.tgz#a79f9a02bfb95c621998776ac0d85f8f855b367e" - integrity sha512-okBmu9OMdt6DNEcZmnl0IYVv8Xl/xYWRSnc2OJ9UJEOt1u30opG1B8aLsViqKryBaYv1SKB4f85fOGZs5zYxHQ== +autoprefixer@^10.0.3: + version "10.0.3" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.0.3.tgz#43c8fb60ab095f4b6ff7bc5d24cd05925112f2ce" + integrity sha512-SIUDNQlGARsfL69nsmi7OKnDtz1HVwPAiYPGn1Nv9eLMpBywXK5DNwAnvTq6aTjuPx3XKPl2boCQRYcThjJa2A== dependencies: browserslist "^4.14.7" - caniuse-lite "^1.0.30001157" + caniuse-lite "^1.0.30001161" colorette "^1.2.1" normalize-range "^0.1.2" num2fraction "^1.2.2"