From cf4049a36eba9f05e6aa246a04d290d20b37fbb9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 19:40:59 +0000 Subject: [PATCH] fix: examples/image-processing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- examples/image-processing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/image-processing/package.json b/examples/image-processing/package.json index 51007fdcb8375..dd9d4619978d1 100644 --- a/examples/image-processing/package.json +++ b/examples/image-processing/package.json @@ -7,7 +7,7 @@ "dependencies": { "gatsby": "^2.0.0", "gatsby-image": "^2.0.5", - "gatsby-plugin-google-analytics": "^2.0.5", + "gatsby-plugin-google-analytics": "^5.1.0", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-sharp": "^2.0.5", "gatsby-plugin-typography": "^2.2.0",