From a1d4b713234e46b2c9b6cdb80589234aebd5c892 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 16:59:35 +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 1c5199a..0bbd3f9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "homepage": "https://github.com/andreobriennz/kube-flexbox#readme", "dependencies": { "gulp": "^4.0.0", - "gulp-autoprefixer": "^5.0.0", + "gulp-autoprefixer": "^8.0.0", "gulp-babel": "^7.0.1", "gulp-clean-css": "^3.9.4", "gulp-concat": "^2.6.1",