From d7e6777d181383c77bab6fed3adbb76410821765 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 15:48:19 +0000 Subject: [PATCH] fix: docs/providers/google/examples/hello-world/python/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- docs/providers/google/examples/hello-world/python/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/google/examples/hello-world/python/package.json b/docs/providers/google/examples/hello-world/python/package.json index f843f926ec6..d050ff1e5b7 100644 --- a/docs/providers/google/examples/hello-world/python/package.json +++ b/docs/providers/google/examples/hello-world/python/package.json @@ -9,6 +9,6 @@ "author": "serverless.com", "license": "MIT", "dependencies": { - "serverless-google-cloudfunctions": "^1.1.0" + "serverless-google-cloudfunctions": "^2.3.3" } }