From ca282bd526c5be374354d4f698b9391d02335e2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 22:19:04 +0000 Subject: [PATCH] fix: examples/recipes-gatsby-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- examples/recipes-gatsby-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/recipes-gatsby-image/package.json b/examples/recipes-gatsby-image/package.json index e439929ff1d4d..4fb32d9f91afc 100644 --- a/examples/recipes-gatsby-image/package.json +++ b/examples/recipes-gatsby-image/package.json @@ -7,7 +7,7 @@ "dependencies": { "@mdx-js/mdx": "^1.1.6", "@mdx-js/react": "^1.1.6", - "gatsby": "^2.13.39", + "gatsby": "^5.12.0", "gatsby-image": "^2.2.6", "gatsby-plugin-manifest": "^2.2.4", "gatsby-plugin-mdx": "^1.0.23",