From 082d2bfa96ee064b509b74a7139899c31dface24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Nov 2022 07:25:32 +0000 Subject: [PATCH] fix: testapps/gatsby/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- testapps/gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testapps/gatsby/package.json b/testapps/gatsby/package.json index c9695686b4..dcfed64f00 100644 --- a/testapps/gatsby/package.json +++ b/testapps/gatsby/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@tolgee/react": "^4.9.2", - "gatsby": "^4.19.2", + "gatsby": "^5.0.0", "gatsby-plugin-react-intl": "^4.0.0", "react": "^17.0.1", "react-dom": "^17.0.1",