From 6d7d007a1924b5c8b020173c9c008e33fad2b2dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 04:09:19 +0000 Subject: [PATCH] chore(deps): update dependency autoprefixer to v10 --- packages/bun/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bun/package.json b/packages/bun/package.json index dd99c85..eb488a2 100644 --- a/packages/bun/package.json +++ b/packages/bun/package.json @@ -53,7 +53,7 @@ ] }, "devDependencies": { - "autoprefixer": "9.8.8", + "autoprefixer": "10.4.14", "postcss": "7.0.39", "tailwindcss": "npm:@tailwindcss/postcss7-compat" }