From c7e66d703c67c2c042b8cc3f4badd979c7e8b7f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 16:35:25 +0000 Subject: [PATCH] fix: examples/using-typescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 --- examples/using-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-typescript/package.json b/examples/using-typescript/package.json index 153ab5ab75ac1..9a8b1fe29d733 100644 --- a/examples/using-typescript/package.json +++ b/examples/using-typescript/package.json @@ -15,7 +15,7 @@ "@types/node": "^10.3.1", "@types/react": "16.3.16", "@types/react-dom": "16.0.6", - "gatsby": "^2.0.0", + "gatsby": "^5.4.0", "gatsby-plugin-typescript": "^2.0.0", "gatsby-plugin-typography": "^2.2.0", "react": "^16.4.0",