From 9f313138adcda2312b557139de22da4e138fc881 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 05:30:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- 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" } }