From 36bc19e4ec551ab42fb68d9de022e25e92f50517 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Jul 2025 08:37:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0cdb30c1a..3a27c2e503 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@sailshq/lodash": "^3.10.2", "async": "2.0.1", - "captains-log": "1.0.0", + "captains-log": "2.0.2", "chalk": "1.1.3", "commander": "2.8.1", "common-js-file-extensions": "1.0.2", @@ -57,7 +57,7 @@ "path-to-regexp": "1.5.3", "pluralize": "1.2.1", "prompt": "0.2.14", - "rc": "1.0.1", + "rc": "1.1.0", "router": "1.3.1", "rttc": "^10.0.0-0", "sails-generate": "^1.10.21",