From aa0acdb7a0d2327f4c07927408c7f7db21e2bc99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Aug 2022 02:41:49 +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-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 --- 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 d6861db2e8bd7..bcc7d07a1ccaf 100644 --- a/examples/using-remark-copy-linked-files/package.json +++ b/examples/using-remark-copy-linked-files/package.json @@ -4,18 +4,18 @@ "description": "Gatsby example site on gatsby-remark-copy-linked-files", "author": "Florian Kissling ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.0.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^4.0.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-remark-copy-linked-files": "^2.0.5", "gatsby-remark-images": "^2.0.1", "gatsby-remark-prismjs": "^3.0.0", "gatsby-remark-responsive-iframe": "^2.0.5", "gatsby-remark-smartypants": "^2.0.5", - "gatsby-source-filesystem": "^2.0.1", + "gatsby-source-filesystem": "^4.21.0", "gatsby-transformer-remark": "^2.1.1", "gatsby-transformer-sharp": "^2.1.1", "hast-util-to-html": "^3.1.0",