From 01c35b981419c2b65164f80ed6991e8add321d9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Aug 2022 16:18:05 +0000 Subject: [PATCH] fix: examples/using-type-definitions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 --- examples/using-type-definitions/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-type-definitions/package.json b/examples/using-type-definitions/package.json index 399ea279940bb..0643d0e160c7d 100644 --- a/examples/using-type-definitions/package.json +++ b/examples/using-type-definitions/package.json @@ -4,10 +4,10 @@ "description": "An example site using createTypes action and createResolvers API", "version": "0.1.0", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.0.0", "gatsby-image": "^2.4.19", - "gatsby-plugin-sharp": "^2.6.36", - "gatsby-source-filesystem": "^2.3.30", + "gatsby-plugin-sharp": "^4.0.0", + "gatsby-source-filesystem": "^4.21.0", "gatsby-transformer-json": "^2.4.12", "gatsby-transformer-sharp": "^2.5.15", "prop-types": "^15.7.2",