From a0a3e3816e68c3349e7fb2404a9291393e93b1c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 07:42:42 +0000 Subject: [PATCH] fix: integration-tests/artifacts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 --- integration-tests/artifacts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/artifacts/package.json b/integration-tests/artifacts/package.json index 64dee79d33ef0..3710240b7b976 100644 --- a/integration-tests/artifacts/package.json +++ b/integration-tests/artifacts/package.json @@ -13,7 +13,7 @@ "test": "jest --config=jest.config.js --runInBand" }, "dependencies": { - "gatsby": "^2.22.0", + "gatsby": "^5.4.0", "react": "^16.12.0", "react-dom": "^16.12.0" },