From 50341011500f14ac413e0c8bfc7ffbb2f3dc9ab1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Apr 2021 05:31:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ead29a5..edb446b 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,13 @@ "author": "Potch", "license": "ISC", "devDependencies": { - "autoprefixer": "^5.2.0", + "autoprefixer": "^10.0.0", "onchange": "^1.1.0", - "postcss-cli": "^1.3.1" + "postcss-cli": "^8.0.0" }, "dependencies": { - "autoprefixer": "^5.2.0", + "autoprefixer": "^10.0.0", "onchange": "^1.1.0", - "postcss-cli": "^1.4.0" + "postcss-cli": "^8.0.0" } }