From 371588974f47cd222bf5838960dd531692632760 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 05:25:10 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d53b0d040d..21c5696c1c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "babel-preset-stage-0": "^6.24.1", "babelify": "^7.3.0", "gulp": "^3.9.1", - "gulp-autoprefixer": "^4.0.0", + "gulp-autoprefixer": "^8.0.0", "gulp-bump": "^2.7.0", "gulp-clean": "^0.3.2", "gulp-concat": "^2.6.1",