From 0d50cd447d36f438c8fbbcec432a5e927ccb4fe0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 21:23:11 +0000 Subject: [PATCH] Bump gatsby-plugin-styled-components from 3.3.11 to 3.3.12 Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 3.3.11 to 3.3.12. - [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.12/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 90374c5..4f2a384 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9519,9 +9519,9 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.3.11", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.11.tgz", - "integrity": "sha512-pO7WIXG8TbjkYybVG47WtRXulqvX8nYOeDQD/dD0cRxoyFVyFNoWC5Audyg5IuJWCXPgAG/CmEXM/b+2JQEveQ==", + "version": "3.3.12", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.12.tgz", + "integrity": "sha512-2X3pV1f7WEpwc8+etqO4PRN9yTIeeOz6IlMohkXt6DozSdNaZLqLobV310fzHX+HyXHaBOvxeuhkxm+myc8dsA==", "requires": { "@babel/runtime": "^7.11.2" }, diff --git a/package.json b/package.json index e38802c..68c9286 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-sass": "^2.3.13", "gatsby-plugin-sharp": "^2.6.36", "gatsby-plugin-sitemap": "^2.4.12", - "gatsby-plugin-styled-components": "^3.3.11", + "gatsby-plugin-styled-components": "^3.3.12", "gatsby-source-filesystem": "^2.3.30", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-remark": "^2.8.35",