From ba26ddf94df65cbd9d7e4e05f0c79e0909714a15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 21:28:19 +0000 Subject: [PATCH] fix: examples/using-stylus/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- examples/using-stylus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-stylus/package.json b/examples/using-stylus/package.json index a49633f3b35d9..a1ad405457b7e 100644 --- a/examples/using-stylus/package.json +++ b/examples/using-stylus/package.json @@ -11,7 +11,7 @@ "author": "Ian Sinnott ", "license": "MIT", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^5.12.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-stylus": "^2.0.1",