From b0c5f4c743e0cc441cadfbf728b86df7f0f174f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 03:16:50 +0000 Subject: [PATCH] Update autoprefixer requirement from ^10.3.7 to ^10.4.1 Updates the requirements on [autoprefixer](https://github.com/postcss/autoprefixer) to permit the latest version. - [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.3.7...10.4.1) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b844368..8bafc80 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@types/tailwindcss": "^2.2.1", "@vitejs/plugin-vue": "^1.9.3", "@vue/compiler-sfc": "^3.2.6", - "autoprefixer": "^10.3.7", + "autoprefixer": "^10.4.1", "netlify-cli": "^6.10.4", "tailwindcss": "^2.2.16", "unplugin-icons": "^0.12.14",