From bf0e85e3d0e6d5a8f7b339fd14a9937e52301f60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 22:02:42 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ecec1f9..0d83081 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,10 @@ "test": "test" }, "dependencies": { - "postcss": "^4.1.11", - "postcss-modules-extract-imports": "^0.0.5", - "postcss-modules-local-by-default": "^0.0.9", - "postcss-modules-scope": "^0.0.8" + "postcss": "^8.4.31", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0" }, "devDependencies": { "babel": "^5.5.4",