From 563162d96ecd703257b63e1466e0a2b384f0d55a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Mar 2022 16:35:59 +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-ANSIHTML-1296849 --- 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..d12995172ca09 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": "^3.5.0", "gatsby-plugin-sass": "^2.0.1", "gatsby-remark-prismjs": "^3.0.0", "gatsby-source-filesystem": "^2.0.1",