From dc432bf0e95d80127945e06ba0cc4891205634eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 07:03:37 +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 eda8e636..39c4bdb6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "browser-sync": "^3.0.4", "gulp": "^5.0.0", - "gulp-autoprefixer": "^7.0.1", + "gulp-autoprefixer": "^9.0.0", "gulp-concat": "^2.6.1", "gulp-cssnano": "^2.1.3", "gulp-rename": "^2.0.0",