From 1065367be8c6472c81454577a12b4f88698faba9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 01:46:54 +0000 Subject: [PATCH] Bump autoprefixer from 10.2.0 to 10.2.1 Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.2.0 to 10.2.1. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.2.0...10.2.1) 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 7d47cd09..86017639 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@babel/plugin-transform-runtime": "^7.12.10", "@vue/component-compiler-utils": "^3.2.0", "@vue/test-utils": "^1.1.2", - "autoprefixer": "^10.2.0", + "autoprefixer": "^10.2.1", "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 dad4d616..4fffa149 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1621,10 +1621,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.2.0: - version "10.2.0" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.0.tgz#73c148882ff771b48df9e76eaad88565516eda0c" - integrity sha512-5SdPoK2Q3rxVh4xC8GKdy772KbEESdl2SyJADCw5FMUrd5eNtpOTLo7oCFMEKvK86zQdvsIVTYk93E8dAfRy6g== +autoprefixer@^10.2.1: + version "10.2.1" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.2.1.tgz#ce96870df6ddd9ba4c9bbba56c54b9ef4b00a962" + integrity sha512-dwP0UjyYvROUvtU+boBx8ff5pPWami1NGTrJs9YUsS/oZVbRAcdNHOOuXSA1fc46tgKqe072cVaKD69rvCc3QQ== dependencies: browserslist "^4.16.1" caniuse-lite "^1.0.30001173"