From 0043ae2c0f75b7dcbda78213535d5e5682ee8718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 12:43:36 +0000 Subject: [PATCH] Bump gatsby-plugin-styled-components from 3.8.0 to 3.9.0 Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 3.8.0 to 3.9.0. - [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.9.0/packages/gatsby-plugin-styled-components) Signed-off-by: dependabot[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 9bae462..0ac569f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9659,9 +9659,9 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.8.0.tgz", - "integrity": "sha512-okkPREI8eIAWNgXM6BGnmPXKqgol7vuiFrdnV5gXYgZ6yYexQhCEsaVkflX8C5REcXb85DgBtCi7Xww/mmoqOQ==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.9.0.tgz", + "integrity": "sha512-/jvjbeUOHk3X38G67va6n2yUQujNn1e74r0a6977+6MJihELXLskLrGpZF58ZWbV36YryIq0rrSpa5DAxzDaVw==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/package.json b/package.json index cfc2345..ecd10b9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-sharp": "^2.13.1", "gatsby-plugin-sass": "^2.8.0", "gatsby-plugin-sitemap": "^2.11.0", - "gatsby-plugin-styled-components": "^3.8.0", + "gatsby-plugin-styled-components": "^3.9.0", "gatsby-source-filesystem": "^2.10.0", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-sharp": "^2.11.0",