From 0c7e943a8a2453b396c280c09f4c61c9221d859e Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Wed, 26 Aug 2020 21:11:55 +0000
Subject: [PATCH] fix: samples/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSONBIGINT-608659
---
 samples/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/package.json b/samples/package.json
index afebf9b800..e573b9c894 100644
--- a/samples/package.json
+++ b/samples/package.json
@@ -11,7 +11,7 @@
   },
   "dependencies": {
     "express": "^4.16.4",
-    "googleapis": "^45.0.0",
+    "googleapis": "^49.0.0",
     "nconf": "^0.10.0",
     "open": "^7.0.0",
     "server-destroy": "^1.0.1",