From bdaf1ef011ca90d58ab9e47a5a1a04def4c5b292 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Aug 2022 16:40:41 +0000 Subject: [PATCH] fix: benchmarks/markdown_id/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 --- benchmarks/markdown_id/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/markdown_id/package.json b/benchmarks/markdown_id/package.json index 83b66d6a5c0af..3b9c1d723f53c 100644 --- a/benchmarks/markdown_id/package.json +++ b/benchmarks/markdown_id/package.json @@ -7,7 +7,7 @@ "dependencies": { "del-cli": "^3.0.0", "faker": "^4.1.0", - "gatsby": "^2.19.5", + "gatsby": "^4.0.0", "gatsby-image": "^2.2.39", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-feed": "^2.3.26", @@ -15,14 +15,14 @@ "gatsby-plugin-manifest": "^2.2.38", "gatsby-plugin-offline": "^3.0.32", "gatsby-plugin-react-helmet": "^3.1.21", - "gatsby-plugin-sharp": "^2.4.0", + "gatsby-plugin-sharp": "^4.0.0", "gatsby-plugin-typography": "^2.3.21", "gatsby-remark-copy-linked-files": "^2.1.36", "gatsby-remark-images": "^3.1.42", "gatsby-remark-prismjs": "^3.3.30", "gatsby-remark-responsive-iframe": "^2.2.31", "gatsby-remark-smartypants": "^2.1.20", - "gatsby-source-filesystem": "^2.1.46", + "gatsby-source-filesystem": "^4.21.0", "gatsby-transformer-remark": "^2.6.48", "gatsby-transformer-sharp": "^2.3.13", "prismjs": "^1.19.0",