From 144cf55b4f3f4b3b23d7c71f46ae3504f1c94ec1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 05:05:07 +0000 Subject: [PATCH] Bump autoprefixer from 9.8.6 to 10.3.1 Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.6 to 10.3.1. - [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/9.8.6...10.3.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01bc40b..dccad6d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "Lars <“lars@keytoe.nl”> (https://lars.coffee)", "license": "MIT", "dependencies": { - "autoprefixer": "^9.8.6", + "autoprefixer": "^10.3.1", "babel-preset-env": "^1.7.0", "node-sass": "^4.9.0", "postcss-modules": "^1.1.0",