From 17a898d0660fd3e4b6bb3fdffd66af0db0d3b529 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 00:43:55 +0000 Subject: [PATCH] fix: examples/using-styletron/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- examples/using-styletron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-styletron/package.json b/examples/using-styletron/package.json index 8e2f0b302b455..39227edf4e7a0 100644 --- a/examples/using-styletron/package.json +++ b/examples/using-styletron/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Nadiia Dmytrenko ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.13.0", "gatsby-plugin-styletron": "^3.0.5", "react": "^16.4.0", "react-dom": "^16.4.0"