From 54ad06948fb6f5e9d4f2c7e202c97e6eda150707 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Mar 2022 16:35:27 +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-ANSIHTML-1296849 --- 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 d6861db2e8bd7..96f283b052e8f 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": "^2.0.0", + "gatsby": "^3.5.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0",