From 3e663522ef34bcb1f24a908825737f7d6ee2c2fe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 05:20:36 +0000 Subject: [PATCH] Bump gatsby-plugin-styled-components from 3.3.6 to 3.3.10 Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 3.3.6 to 3.3.10. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-styled-components/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-styled-components@3.3.10/packages/gatsby-plugin-styled-components) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b45b045..277e731 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9423,9 +9423,9 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.6.tgz", - "integrity": "sha512-lTPXxSxpQIkWgLl2IFejK5jhKswhEaLJxVAw0M7uty2fquoFncgZUdQXK3KJysyEZrCPljmYTxL/Fj1xDXlsdg==", + "version": "3.3.10", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.10.tgz", + "integrity": "sha512-2yV3hanEPelf8IwkOa1Sk4RtHh4tuuvdJs2NCnAsHxYEMLlFC4UeG91z4Q4t69G7RvZ2W8PzdByLK5N5C97CQQ==", "requires": { "@babel/runtime": "^7.10.3" } diff --git a/package.json b/package.json index 07f524e..19cdabf 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-sass": "^2.3.12", "gatsby-plugin-sharp": "^2.6.14", "gatsby-plugin-sitemap": "^2.4.11", - "gatsby-plugin-styled-components": "^3.3.6", + "gatsby-plugin-styled-components": "^3.3.10", "gatsby-source-filesystem": "^2.3.24", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-remark": "^2.8.28",