From 6e7d8a86150acbb1b8c5703abaa031582dc1cf83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 May 2020 03:16:55 +0200 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-YARGSPARSER-560381 --- examples/using-remark-copy-linked-files/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-remark-copy-linked-files/package.json b/examples/using-remark-copy-linked-files/package.json index ed47d8be24282..e6a17a0df5e61 100644 --- a/examples/using-remark-copy-linked-files/package.json +++ b/examples/using-remark-copy-linked-files/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site on gatsby-remark-copy-linked-files", "author": "Florian Kissling ", "dependencies": { - "gatsby": "^1.9.108", + "gatsby": "^2.0.0", "gatsby-link": "latest", "gatsby-plugin-google-analytics": "^1.0.12", "gatsby-plugin-offline": "^1.0.10",