From 080faa75fcccf5e6af491552b1c942d9acc41ef5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 16:04:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49a3046a..6460ee34 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "querystring": "latest", "request": "^2.47.0", "rtlcss": "^2.0.5", - "shelljs": "^0.7.0", + "shelljs": "^0.8.5", "socketio-sticky-session": "^0.4.1", "swig": "^1.3.2", "uglify-js": "^2.7.0",