From b9736a95b4b7ceaf738f4e22e203690a510de395 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 05:17:21 +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-SEMVER-3247795 --- benchmarks/source-kontent/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/source-kontent/package.json b/benchmarks/source-kontent/package.json index cb189e571c027..ff9187d464323 100644 --- a/benchmarks/source-kontent/package.json +++ b/benchmarks/source-kontent/package.json @@ -16,10 +16,10 @@ "@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", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-transformer-sharp": "^2.3.14", "react": "^16.12.0", "react-dom": "^16.12.0"