From e715a7aa872d41bb0b19709cf9c5d1feff041d85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Nov 2022 08:08:02 +0000 Subject: [PATCH] fix: benchmarks/source-kontent/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- benchmarks/source-kontent/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/source-kontent/package.json b/benchmarks/source-kontent/package.json index cb189e571c027..9de38594f1f02 100644 --- a/benchmarks/source-kontent/package.json +++ b/benchmarks/source-kontent/package.json @@ -16,7 +16,7 @@ "@kentico/gatsby-source-kontent": "^6.0.1", "@rshackleton/gatsby-transformer-kontent-image": "^2.0.0", "dotenv": "^8.2.0", - "gatsby": "^2.19.7", + "gatsby": "^5.0.0", "gatsby-image": "^2.2.40", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-sharp": "^2.4.5",