From f6bd5e8a20b1f967cecfda7a9cdd8312871c2a4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:59:34 +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-SEMVER-3247795 --- 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..5694ae72d4670 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.0.0", "gatsby-plugin-typography": "^2.5.11", "react": "^16.12.0", "react-dom": "^16.12.0",