From 005c12798eaa7c91ebe2c2257006b07ae9b338af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 01:37:16 +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-SOURCEMAPSUPPORT-6112477 --- 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..547cf6851a002 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": "^4.22.0", "gatsby-image": "^2.2.40", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-sharp": "^2.4.5",