From eab6d53214f10e7973fbe030feed4df943ccc160 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Mar 2022 16:35:22 +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-ANSIHTML-1296849 --- 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..2e5a9256a6645 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.5.0", "gatsby-plugin-typescript": "^2.0.0", "gatsby-plugin-typography": "^2.2.0", "react": "^16.4.0",