From 26e97db5e5c6eeb3de472088d6b7af838d3ef47f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 23:14:30 +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-LODASH-6139239 --- .../containerWithTests/Application/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/node/sail.js/containerWithTests/Application/package.json b/node/sail.js/containerWithTests/Application/package.json index 35e29b4bd..bcc63c2a6 100644 --- a/node/sail.js/containerWithTests/Application/package.json +++ b/node/sail.js/containerWithTests/Application/package.json @@ -7,22 +7,22 @@ "dependencies": { "applicationinsights": "^1.0.0", "ejs": "2.5.5", - "grunt": "1.0.1", + "grunt": "1.0.3", "grunt-contrib-clean": "1.0.0", - "grunt-contrib-coffee": "1.0.0", + "grunt-contrib-coffee": "2.0.0", "grunt-contrib-concat": "1.0.1", "grunt-contrib-copy": "1.0.0", "grunt-contrib-cssmin": "1.0.1", - "grunt-contrib-jst": "1.0.0", + "grunt-contrib-jst": "2.0.0", "grunt-contrib-less": "1.3.0", "grunt-contrib-uglify": "1.0.1", - "grunt-contrib-watch": "1.0.0", + "grunt-contrib-watch": "1.0.1", "grunt-sails-linker": "~0.10.1", - "grunt-sync": "0.5.2", - "include-all": "^1.0.8", + "grunt-sync": "0.6.2", + "include-all": "^3.0.0", "rc": "1.0.1", - "sails": "~0.12.14", - "sails-disk": "~0.10.9", + "sails": "~1.1.0", + "sails-disk": "~1.0.0", "natives": "^1.1.6" }, "scripts": {