From 2c00305f2fc3041aeb26cc6685cb8f2b85a41e9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 15:01:48 +0000 Subject: [PATCH] fix: examples/using-javascript-transforms/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YAML-5458867 --- examples/using-javascript-transforms/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-javascript-transforms/package.json b/examples/using-javascript-transforms/package.json index 23f436efbfa2a..45a37814dab54 100644 --- a/examples/using-javascript-transforms/package.json +++ b/examples/using-javascript-transforms/package.json @@ -22,7 +22,7 @@ "dependencies": { "bulma": "0.4.2", "d3": "4.9.1", - "gatsby": "^2.0.0", + "gatsby": "^4.25.2", "gatsby-plugin-sass": "^2.0.1", "gatsby-remark-prismjs": "^3.0.0", "gatsby-source-filesystem": "^2.0.1",