From eebbacf9888404a93b241fb7993d25d0d1fe1fa5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 01:07:40 +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-AXIOS-6671926 --- 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..8b29d2b3f5a97 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.5.0", "gatsby-plugin-typescript": "^2.0.0", "gatsby-plugin-typography": "^2.2.0", "react": "^16.4.0",