From ac5f3923de1a3ec7b8bfaa91783191b8d7f941ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 19:06:55 +0000 Subject: [PATCH] fix: examples/using-remark/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/using-remark/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-remark/package.json b/examples/using-remark/package.json index e5192e900c942..490c93f7c24b0 100644 --- a/examples/using-remark/package.json +++ b/examples/using-remark/package.json @@ -8,7 +8,7 @@ "babel-plugin-lodash": "^3.2.11", "bluebird": "^3.4.7", "es6-object-assign": "^1.1.0", - "gatsby": "^1.9.75", + "gatsby": "^3.13.0", "gatsby-image": "^1.0.5", "gatsby-link": "latest", "gatsby-plugin-catch-links": "latest",