From cec3f4b6cadd5e7fcd82024528b5ad57ffeb0ccf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Mar 2023 21:31:19 +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-PARSEURL-3023021 - https://snyk.io/vuln/SNYK-JS-PARSEURL-3024398 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 --- 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 e9287cb240095..3cd1ee4fb6101 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.0.0", + "gatsby": "^4.14.0", "gatsby-plugin-styletron": "^3.0.0", "react": "^16.4.0", "react-dom": "^16.4.0"