From 14c1328028eddd58e53845a5f6916c6b113f9912 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 23:48:26 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 68634f2b..d4829057 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -70,7 +70,7 @@ "moment": "^2.29.1", "polyfill": "0.1.0", "popper.js": "1.16.1", - "postcss": "8.4.18", + "postcss": "8.4.31", "slick-carousel": "1.8.1", "swiper": "8.4.4", "vue": "^2.6.12",