From 009dd555200db701a71e94d417c8ef08626af412 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Mar 2022 16:35:22 +0000 Subject: [PATCH] fix: examples/using-jss/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIHTML-1296849 --- examples/using-jss/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-jss/package.json b/examples/using-jss/package.json index c4a1eda4588e2..cd3f014faef35 100644 --- a/examples/using-jss/package.json +++ b/examples/using-jss/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Vladimir Guguiev ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.5.0", "gatsby-plugin-flow": "^1.0.1", "gatsby-plugin-jss": "^2.0.2", "react": "^16.4.0",