From 2b8b9f7137038bdaa653a0575fac601356780ef3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Nov 2021 18:43:49 +0000 Subject: [PATCH] fix: vision/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NATURAL-1915418 --- vision/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision/package.json b/vision/package.json index be92f874eb..781327929b 100644 --- a/vision/package.json +++ b/vision/package.json @@ -20,7 +20,7 @@ "@google-cloud/storage": "1.1.0", "@google-cloud/vision": "^0.12.0", "async": "2.3.0", - "natural": "0.5.1", + "natural": "5.1.11", "redis": "2.7.1", "yargs": "7.1.0" },