From 184f3843613a16e305059f69f2de497bcab7c46e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 20:37:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:underscore.string:20170908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5f23052..b1c55988 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "mkdirp": "~0.5.1", "rimraf": "~2.5.0", "underscore.inflections": "~0.2.1", - "underscore.string": "~3.2.2", + "underscore.string": "~3.3.6", "yeoman-generator": "~0.21.1", "yo": "~1.5.0" },