From c380a7576a94d71f73c31f2951e64048c3e12bb5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 23 May 2020 13:31:36 +0000 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-styled-components (#5120) Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 3.3.1 to 3.3.2. - [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.2/packages/gatsby-plugin-styled-components) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- 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 49ddbf41c2..d7d4920e57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15000,9 +15000,9 @@ } }, "gatsby-plugin-styled-components": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.1.tgz", - "integrity": "sha512-Z21mc6/dJmbch+iAQuCc8dqxOiSDwXitiRq+3zqBloOJAOduHw3Xxb+vyso8iaZBaazpFPUzReqUcGOHZbinig==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.2.tgz", + "integrity": "sha512-35HizeyitTzt7Eph42eWEVEUxfV3YXo1xPzuXILQ/P/U+awoW2VfdbEps3x61kfb668sDOAULFPcS+9EAWvK8w==", "dev": true, "requires": { "@babel/runtime": "^7.9.6" diff --git a/package.json b/package.json index 6bdd3c639d..b9a5c2715d 100644 --- a/package.json +++ b/package.json @@ -199,7 +199,7 @@ "gatsby-plugin-page-creator": "^2.3.7", "gatsby-plugin-react-helmet": "^3.3.2", "gatsby-plugin-remove-trailing-slashes": "^2.3.3", - "gatsby-plugin-styled-components": "^3.3.1", + "gatsby-plugin-styled-components": "^3.3.2", "gatsby-plugin-typescript": "^2.4.3", "got": "11.1.4", "humanize-string": "^2.1.0",