From 5613b7af06924cfb7f81d2f6a90ca900e10f8ad3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jun 2023 21:33:17 +0000 Subject: [PATCH] fix: integration-tests/structured-logging/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHELLQUOTE-1766506 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-5596892 --- integration-tests/structured-logging/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/structured-logging/package.json b/integration-tests/structured-logging/package.json index eabed68782894..25ebd0af627f0 100644 --- a/integration-tests/structured-logging/package.json +++ b/integration-tests/structured-logging/package.json @@ -10,7 +10,7 @@ "serve": "gatsby serve" }, "dependencies": { - "gatsby": "^3.0.0-next.0", + "gatsby": "^4.25.4", "gray-percentage": "^2.0.0", "react": "^16.9.0", "react-dom": "^16.9.0"