From b540206ab0e27788d65fda044dbde2bda8434ed2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 14:00:52 +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 49a3046a..776ae18c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "q": "^1.0.1", "querystring": "latest", "request": "^2.47.0", - "rtlcss": "^2.0.5", + "rtlcss": "^3.0.0", "shelljs": "^0.7.0", "socketio-sticky-session": "^0.4.1", "swig": "^1.3.2",