From b7ac62ac11b6ede449df5485227e0132d9f32df0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 15:05:07 +0000 Subject: [PATCH] fix: examples/no-plugins/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 --- examples/no-plugins/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/no-plugins/package.json b/examples/no-plugins/package.json index dd181d259c346..dbffa3189da30 100644 --- a/examples/no-plugins/package.json +++ b/examples/no-plugins/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Scotty Eckenthal ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.13.0", "lodash": "^4.17.10", "react": "^16.4.0", "react-dom": "^16.4.0",