From 86819d4d5e8eb7839d0ea4c347dd6b68d322e20e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 03:22:19 +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 --- 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..a50fb5ea3ad21 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": "^3.13.0", "gatsby-image": "^2.2.40", "gatsby-plugin-benchmark-reporting": "*", - "gatsby-plugin-sharp": "^2.6.21", + "gatsby-plugin-sharp": "^3.3.0", "gatsby-source-filesystem": "^2.3.22", "gatsby-source-flotiq": "*", - "gatsby-transformer-sharp": "^2.3.14", + "gatsby-transformer-sharp": "^3.3.0", "lodash.kebabcase": "^4.1.1", "react": "^16.12.0", "react-dom": "^16.12.0"