From ef60c8017915fa0ec30e6f3c77515f96d3ef150a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 22:23:47 +0000 Subject: [PATCH] fix: examples/using-gatsby-with-json-yaml/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEND-7926862 --- examples/using-gatsby-with-json-yaml/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-gatsby-with-json-yaml/package.json b/examples/using-gatsby-with-json-yaml/package.json index 740d9613ee726..cf1bafdc8bbfa 100644 --- a/examples/using-gatsby-with-json-yaml/package.json +++ b/examples/using-gatsby-with-json-yaml/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "jonniebigodes", "dependencies": { - "gatsby": "^2.14.0", + "gatsby": "^4.5.0", "js-yaml": "^3.13.1", "prop-types": "^15.7.2", "react": "^16.9.0",