From bbe1971bad4021c6e1b6b1ad5ce5023f1d056044 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2024 02:46:41 +0000 Subject: [PATCH] fix: node/sail.js/containerWithTests/Application/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-6689533 --- node/sail.js/containerWithTests/Application/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/sail.js/containerWithTests/Application/package.json b/node/sail.js/containerWithTests/Application/package.json index 35e29b4bd..4ba43af6a 100644 --- a/node/sail.js/containerWithTests/Application/package.json +++ b/node/sail.js/containerWithTests/Application/package.json @@ -21,7 +21,7 @@ "grunt-sync": "0.5.2", "include-all": "^1.0.8", "rc": "1.0.1", - "sails": "~0.12.14", + "sails": "~1.5.11", "sails-disk": "~0.10.9", "natives": "^1.1.6" },