From 95dbde03690252817947841a7cf061ad1efe014c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 21:31:44 +0000 Subject: [PATCH] fix: starters/example-lingui/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 --- starters/example-lingui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/example-lingui/package.json b/starters/example-lingui/package.json index ae5a4cbf..96dbfa99 100644 --- a/starters/example-lingui/package.json +++ b/starters/example-lingui/package.json @@ -18,7 +18,7 @@ "@lingui/react": "^2.9.1", "@mdx-js/mdx": "^1.6.14", "@mdx-js/react": "^1.6.14", - "gatsby": "^2.24.10", + "gatsby": "^3.13.0", "gatsby-plugin-mdx": "^1.2.28", "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-source-filesystem": "^2.3.22",