From 0481f5d9b91d40d81f0cb38fc16b29ef60592292 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 28 Jun 2021 19:32:21 +0200 Subject: [PATCH] deps: update `autoprefixer` to v10 --- package.json | 2 +- website/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 48ab08702..5268d7ed3 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "abortcontroller-polyfill": "^1.7.3", "adm-zip": "0.4.14", "aliasify": "2.1.0", - "autoprefixer": "9.7.4", + "autoprefixer": "^10.2.6", "aws-sdk": "^2.715.0", "babel-jest": "^27.0.6", "babel-plugin-inline-package-json": "2.0.0", diff --git a/website/package.json b/website/package.json index d78d2a087..50f6857de 100644 --- a/website/package.json +++ b/website/package.json @@ -10,7 +10,7 @@ "@octokit/rest": "16.43.1", "@transloadit/prettier-bytes": "0.0.7", "aliasify": "^2.1.0", - "autoprefixer": "^9.5.1", + "autoprefixer": "^10.2.6", "babelify": "^10.0.0", "browser-resolve": "2.0.0", "browserify": "^16.5.2",