From a3f214c63fcb5de1ea18025f4f09c1d9dfab11e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 03:09:38 +0000 Subject: [PATCH] Update autoprefixer requirement from ^10.3.7 to ^10.4.0 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.0) --- 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..5fa4f27 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.0", "netlify-cli": "^6.10.4", "tailwindcss": "^2.2.16", "unplugin-icons": "^0.12.14",