From 429bbee53ccbdee88ef9452cff37ecf2f96f1462 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Mar 2021 22:18:04 +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-REACTDEVUTILS-1083268 --- 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..b6c2cd446f548 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": "^3.0.0", "gatsby-plugin-typescript": "^2.0.0", "gatsby-plugin-typography": "^2.2.0", "react": "^16.4.0",