From b2296de9462e7b13b6c6326f79f7febc665168f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Apr 2023 14:45:51 +0000 Subject: [PATCH] fix: examples/graphql-reference/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIHTML-1296849 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINSHARP-5425803 - https://snyk.io/vuln/SNYK-JS-GATSBYTRANSFORMERREMARK-3228581 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- examples/graphql-reference/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/graphql-reference/package.json b/examples/graphql-reference/package.json index 0dfd4be5d0df6..73f9d276ffbb6 100644 --- a/examples/graphql-reference/package.json +++ b/examples/graphql-reference/package.json @@ -5,15 +5,15 @@ "version": "0.1.0", "author": "LekoArts ", "dependencies": { - "gatsby": "^2.17.7", + "gatsby": "^5.0.0", "gatsby-image": "^2.2.30", "gatsby-plugin-react-helmet": "^3.1.13", - "gatsby-plugin-sharp": "^2.2.36", + "gatsby-plugin-sharp": "^4.25.1", "gatsby-plugin-typography": "^2.3.15", "gatsby-remark-responsive-iframe": "^2.2.25", - "gatsby-source-filesystem": "^2.1.35", - "gatsby-transformer-remark": "^2.6.32", - "gatsby-transformer-sharp": "^2.3.2", + "gatsby-source-filesystem": "^4.21.0", + "gatsby-transformer-remark": "^5.25.1", + "gatsby-transformer-sharp": "^3.13.0", "gatsby-transformer-yaml": "^2.2.15", "react": "^16.11.0", "react-dom": "^16.11.0",