From d786e7dffae18b09b1f60bbbb8ee1ac4ca228388 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 18:32:17 +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-ANSIREGEX-1583908 --- 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 93f940e47cb4c..3db42a8ded63f 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": "^4.6.0", "gatsby-plugin-flow": "^1.0.1", "gatsby-plugin-jss": "^2.0.2", "react": "^16.4.0",