From 71026e4f19e966cd8afcde4edf9ee96f086641e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jan 2022 20:31:45 +0000 Subject: [PATCH] fix: benchmarks/source-flotiq/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683 --- benchmarks/source-flotiq/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/source-flotiq/package.json b/benchmarks/source-flotiq/package.json index 548b5c4b0b1bf..d2acd2b0239a2 100644 --- a/benchmarks/source-flotiq/package.json +++ b/benchmarks/source-flotiq/package.json @@ -16,13 +16,13 @@ "dependencies": { "dotenv": "^8.2.0", "faker": "^5.0.0", - "gatsby": "^2.24.10", + "gatsby": "^4.6.0", "gatsby-image": "^2.2.40", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-plugin-sharp": "^2.6.21", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-source-filesystem": "^2.3.22", "gatsby-source-flotiq": "*", - "gatsby-transformer-sharp": "^2.3.14", + "gatsby-transformer-sharp": "^3.13.0", "lodash.kebabcase": "^4.1.1", "react": "^16.12.0", "react-dom": "^16.12.0"