From 6f8dcfb7f24f03a3e7477a5ab799b3873d5e84de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jun 2023 17:29:55 +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-GATSBY-5671647 - https://snyk.io/vuln/SNYK-JS-GATSBYCLI-5671903 --- 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..0649f85f0b6aa 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": "^5.0.0", "gatsby-plugin-flow": "^1.0.1", "gatsby-plugin-jss": "^2.0.2", "react": "^16.4.0",