From 3f18051d15973eb1888e66b088c7b6bb2a256714 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 05:07:53 +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-GLOBPARENT-1016905 --- 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 848a472b0eda6..f5d543777f320 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": "^2.0.0", + "gatsby": "^3.13.0", "gatsby-image": "^2.0.5", "gatsby-plugin-catch-links": "^2.0.2", "gatsby-plugin-glamor": "^2.0.5",