From 58e9ff8a00a19b272fb528ce3ec9696c1c31047c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 15:11:24 +0000 Subject: [PATCH] fix: examples/sitemap/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/sitemap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sitemap/package.json b/examples/sitemap/package.json index bd81f1fd3e9a2..1b0d94aa6d232 100644 --- a/examples/sitemap/package.json +++ b/examples/sitemap/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Nicholas Young ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.13.0", "gatsby-plugin-sitemap": "^2.0.1", "gatsby-source-filesystem": "^2.0.1", "gatsby-transformer-remark": "^2.1.1",