From fd0e0d241db9f1eb06b46e23f194aad8ea3494b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 08:17:54 +0000 Subject: [PATCH] fix: AhMyth-Server/app/node_modules/gulp-autoprefixer/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- AhMyth-Server/app/node_modules/gulp-autoprefixer/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AhMyth-Server/app/node_modules/gulp-autoprefixer/package.json b/AhMyth-Server/app/node_modules/gulp-autoprefixer/package.json index fdbc8c50..0e68ef3c 100644 --- a/AhMyth-Server/app/node_modules/gulp-autoprefixer/package.json +++ b/AhMyth-Server/app/node_modules/gulp-autoprefixer/package.json @@ -55,9 +55,9 @@ "url": "https://github.com/sindresorhus/gulp-autoprefixer/issues" }, "dependencies": { - "autoprefixer": "^6.0.0", + "autoprefixer": "^10.0.0", "gulp-util": "^3.0.0", - "postcss": "^5.0.4", + "postcss": "^8.4.31", "through2": "^2.0.0", "vinyl-sourcemaps-apply": "^0.2.0" },