From fe01a789223a4cf7cc2453291d321ba1fd8d45a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2023 06:24:50 +0000 Subject: [PATCH] fix: upgrade uuid from 9.0.0 to 9.0.1 Snyk has created this PR to upgrade uuid from 9.0.0 to 9.0.1. See this package in npm: https://www.npmjs.com/package/uuid See this project in Snyk: https://app.snyk.io/org/hyperledger-bot/project/eaa162ed-352b-40b2-82af-6c23ebf83744?utm_source=github&utm_medium=referral&page=upgrade-pr --- agents/node/vcxagent-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/node/vcxagent-cli/package.json b/agents/node/vcxagent-cli/package.json index 81ae9c2e8f..f574e80654 100644 --- a/agents/node/vcxagent-cli/package.json +++ b/agents/node/vcxagent-cli/package.json @@ -14,7 +14,7 @@ "command-line-args": "^5.1.1", "command-line-usage": "^5.0.5", "readline-sync": "^1.4.10", - "uuid": "9.0.0", + "uuid": "9.0.1", "standard": "^16.0.4", "winston": "^3.3.3" },