From f6648c305c0fcacccf8dc217b9d82a436bead767 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Sep 2025 17:43:56 +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-COOKIE-8163060 --- 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 aacfb155f3f7d..d9527a15a3b48 100644 --- a/examples/using-stylus/package.json +++ b/examples/using-stylus/package.json @@ -10,7 +10,7 @@ "author": "Ian Sinnott ", "license": "MIT", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^5.15.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-stylus": "^2.0.1",