From c4cde9a3dea4b89a40a91e4aff3c04d9e24a640f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 23:35:50 +0000 Subject: [PATCH] fix: examples/using-remark-copy-linked-files/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- examples/using-remark-copy-linked-files/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-remark-copy-linked-files/package.json b/examples/using-remark-copy-linked-files/package.json index e34258f7b61b3..05f1361b550be 100644 --- a/examples/using-remark-copy-linked-files/package.json +++ b/examples/using-remark-copy-linked-files/package.json @@ -4,19 +4,19 @@ "description": "Gatsby example site on gatsby-remark-copy-linked-files", "author": "Florian Kissling ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-plugin-sharp": "^2.6.36", "gatsby-plugin-typography": "^2.5.11", "gatsby-remark-copy-linked-files": "^2.3.15", - "gatsby-remark-images": "^3.3.30", + "gatsby-remark-images": "^5.0.0", "gatsby-remark-prismjs": "^3.5.13", "gatsby-remark-responsive-iframe": "^2.4.14", "gatsby-remark-smartypants": "^2.3.11", "gatsby-source-filesystem": "^2.3.30", - "gatsby-transformer-remark": "^2.8.35", + "gatsby-transformer-remark": "^4.0.0", "gatsby-transformer-sharp": "^2.5.15", "lodash": "^4.17.20", "prismjs": "^1.21.0",