From 6b5eacb7929d63dd61f77f8ada8583b72427220a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 04:27:00 +0000 Subject: [PATCH] fix: datastore/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- datastore/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore/package.json b/datastore/package.json index ae79053edd..73c56fa09b 100644 --- a/datastore/package.json +++ b/datastore/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@google-cloud/datastore": "1.1.0", - "yargs": "9.0.1" + "yargs": "16.0.0" }, "devDependencies": { "@google-cloud/nodejs-repo-tools": "1.4.17",