From cb5249fccab28b700bce9be52203ca4fdeac4e1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 15:01:44 +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-INFLIGHT-6095116 --- 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..b36bb2e5ef7bc 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": "^4.10.2", "gatsby-plugin-typescript": "^2.0.0", "gatsby-plugin-typography": "^2.2.0", "react": "^16.4.0",