From 51aa8a3933392db0eb7cbc557065e551b445e8ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 04:58:12 +0000 Subject: [PATCH] fix: benchmarks/markdown_slug/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- benchmarks/markdown_slug/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/markdown_slug/package.json b/benchmarks/markdown_slug/package.json index 68a1e7029e16b..d7318d4cc7795 100644 --- a/benchmarks/markdown_slug/package.json +++ b/benchmarks/markdown_slug/package.json @@ -5,9 +5,9 @@ "version": "0.0.1", "author": "PvdZ ", "dependencies": { - "del-cli": "^3.0.0", + "del-cli": "^4.0.0", "faker": "^4.1.0", - "gatsby": "^2.19.5", + "gatsby": "^4.10.2", "gatsby-image": "^2.2.39", "gatsby-plugin-benchmark-reporting": "*", "gatsby-plugin-feed": "^2.3.26", @@ -15,7 +15,7 @@ "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.22.0", "gatsby-plugin-typography": "^2.3.21", "gatsby-remark-copy-linked-files": "^2.1.36", "gatsby-remark-images": "^3.1.42",