From ded2c9e2632ddb59182203031462a804b04a6251 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 04:41:09 +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 91fd790c926bb..f306c5526cd57 100644 --- a/examples/using-typescript/package.json +++ b/examples/using-typescript/package.json @@ -13,7 +13,7 @@ }, "sideEffects": false, "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^5.4.0", "gatsby-plugin-typography": "^2.5.11", "react": "^16.12.0", "react-dom": "^16.12.0",