From 85ad8feb6369ec2bd84dafcdccc2d5c2ae4ce0db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 May 2022 23:19:09 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/mono-repo-project/npm-project/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 --- .../workspaces/mono-repo-project/npm-project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/workspaces/mono-repo-project/npm-project/package.json b/test/acceptance/workspaces/mono-repo-project/npm-project/package.json index 5211b26c8e..ba833fa79d 100644 --- a/test/acceptance/workspaces/mono-repo-project/npm-project/package.json +++ b/test/acceptance/workspaces/mono-repo-project/npm-project/package.json @@ -19,7 +19,7 @@ "errorhandler": "1.2.0", "express": "4.12.4", "express-fileupload": "0.0.5", - "humanize-ms": "1.0.1", + "humanize-ms": "1.2.1", "marked": "0.3.5", "method-override": "latest", "moment": "2.15.1",