From 492854413a4c00736847e5ba5bb0cb5947020328 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Apr 2022 21:20:34 +0000 Subject: [PATCH] fix: samples/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- samples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/package.json b/samples/package.json index 4934c10ca92..4461e5de088 100644 --- a/samples/package.json +++ b/samples/package.json @@ -17,7 +17,7 @@ "@google-cloud/local-auth": "^1.0.0", "express": "^4.17.1", "googleapis": "^67.1.1", - "nconf": "^0.11.0", + "nconf": "^0.12.0", "open": "^8.0.0", "server-destroy": "^1.0.1", "uuid": "^8.0.0"