From a3ce37a8cf443a98dd48a907d9676440fb7aff0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 10:08:47 +0000 Subject: [PATCH] Bump autoprefixer from 10.2.6 to 10.3.0 in /packages/dashboard Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.2.6 to 10.3.0. - [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.6...10.3.0) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 65bd2ed7..b48deadd 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -13,7 +13,7 @@ "@stripe/react-stripe-js": "1.4.1", "@stripe/stripe-js": "1.15.1", "@tailwindcss/forms": "0.3.3", - "autoprefixer": "10.2.6", + "autoprefixer": "10.3.0", "classnames": "2.3.1", "clipboardy": "2.3.0", "dayjs": "1.10.6",