From b37d6b8f1c9196510626ab3b3ed51bb68fabab0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 May 2020 04:22:24 +0200 Subject: [PATCH] fix: upgrade gatsby from 2.21.9 to 2.21.11 Snyk has created this PR to upgrade gatsby from 2.21.9 to 2.21.11. See this package in NPM: https://www.npmjs.com/package/gatsby See this project in Snyk: https://app.snyk.io/org/creyd-github-marketplace/project/7687a902-5880-4dba-8e64-1ed2c0311711?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3dcf93e..95832a3 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "dateformat": "^3.0.3", - "gatsby": "^2.21.9", + "gatsby": "^2.21.11", "gatsby-plugin-manifest": "^2.4.1", "react": "^16.13.1", "react-dom": "^16.13.1",