From 00ca6e1231ed651632b75c287938cbdf52a79a43 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Mon, 16 Oct 2023 10:57:20 -0400 Subject: [PATCH] Also update mustache Signed-off-by: Andrew W. Harn --- npm-shrinkwrap.json | 8 ++++---- packages/imperative/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f525b75d38..b189099536 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -23820,9 +23820,9 @@ } }, "node_modules/mustache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.0.tgz", - "integrity": "sha512-IgZ/cCHtDG1ft0vdDV9wrlNz20SvbUu2ECoDF6dhk2ZtedLNy1Kehy4oFlzmHPxcUQmVZuXYS2j+d0NkaEjTXQ==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-2.3.2.tgz", + "integrity": "sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==", "bin": { "mustache": "bin/mustache" }, @@ -31471,7 +31471,7 @@ "lodash-deep": "2.0.0", "log4js": "6.4.0", "markdown-it": "12.3.2", - "mustache": "2.3.0", + "mustache": "2.3.2", "npm-package-arg": "8.1.1", "opener": "1.5.2", "pacote": "11.1.4", diff --git a/packages/imperative/package.json b/packages/imperative/package.json index fa19a73218..337947dcde 100644 --- a/packages/imperative/package.json +++ b/packages/imperative/package.json @@ -59,7 +59,7 @@ "lodash-deep": "2.0.0", "log4js": "6.4.0", "markdown-it": "12.3.2", - "mustache": "2.3.0", + "mustache": "2.3.2", "npm-package-arg": "8.1.1", "opener": "1.5.2", "pacote": "11.1.4",