From cc34680833a7cd7d76d6a3fdf78e6dad58127a3d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 13:20:57 +0000 Subject: [PATCH] build(deps): bump autoprefixer from 9.8.6 to 10.2.6 Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.6 to 10.2.6. - [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.2.6) 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 74ce976..4654328 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "eslint src/**/**/*.js" }, "dependencies": { - "autoprefixer": "^9.6.1", + "autoprefixer": "^10.2.6", "node-fetch": "^2.6.0", "postcss-cli": "^7.1.1", "prismjs": "^1.17.1",