From 4739665c2d8c2298ea49c9553c7c98f786fa0052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 03:13:19 +0000 Subject: [PATCH] Update autoprefixer requirement from ^10.3.7 to ^10.4.13 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.13) --- 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..f315288 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.13", "netlify-cli": "^6.10.4", "tailwindcss": "^2.2.16", "unplugin-icons": "^0.12.14",