From e69f4328d712ca8e7b02c4092b26c3c548dd695f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 20:18:12 +0000 Subject: [PATCH] fix(deps): bump modern-normalize in /gatsby-theme-sputnik Bumps [modern-normalize](https://github.com/sindresorhus/modern-normalize) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/sindresorhus/modern-normalize/releases) - [Commits](https://github.com/sindresorhus/modern-normalize/compare/v0.6.0...v0.7.0) Signed-off-by: dependabot-preview[bot] --- gatsby-theme-sputnik/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-theme-sputnik/package.json b/gatsby-theme-sputnik/package.json index e2a92d4..14e5aed 100644 --- a/gatsby-theme-sputnik/package.json +++ b/gatsby-theme-sputnik/package.json @@ -50,7 +50,7 @@ "gatsby-plugin-react-helmet": "^3.1.8", "gatsby-plugin-robots-txt": "^1.5.0", "gatsby-plugin-sitemap": "^2.2.14", - "modern-normalize": "^0.6.0", + "modern-normalize": "^0.7.0", "react-helmet": "^6.0.0", "typeface-lato": "0.0.75" },