From ec10e22abaf3f2d6dad4d15474d5c323b97126a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Apr 2023 17:34:12 +0000 Subject: [PATCH] fix: examples/ecommerce-tutorial-with-stripe/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YAML-5458867 --- examples/ecommerce-tutorial-with-stripe/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ecommerce-tutorial-with-stripe/package.json b/examples/ecommerce-tutorial-with-stripe/package.json index 765116366a2f9..4f4fc76e39ad2 100644 --- a/examples/ecommerce-tutorial-with-stripe/package.json +++ b/examples/ecommerce-tutorial-with-stripe/package.json @@ -6,7 +6,7 @@ "author": "@thorwebdev", "dependencies": { "@stripe/stripe-js": "^1.9.0", - "gatsby": "^2.24.63", + "gatsby": "^4.25.2", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-offline": "^2.2.10",