From 887ded74982c0d73aa83ce3e246c9b5265c64f90 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 19:04:49 +0000 Subject: [PATCH] Bump gatsby-plugin-styled-components from 3.3.12 to 3.3.14 Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 3.3.12 to 3.3.14. - [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.14/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 097cd5d..3fd88f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9656,9 +9656,9 @@ } }, "gatsby-plugin-styled-components": { - "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==", + "version": "3.3.14", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.14.tgz", + "integrity": "sha512-Eh1RN8jRfKqvW56dU47LTJxGFOEkpnoTpvtnkaPviwwJCt5nNcHlsLZ/9syLYO/5gtRefbyEHvCCqq18q2FCBw==", "requires": { "@babel/runtime": "^7.11.2" }, diff --git a/package.json b/package.json index 14ae894..06ddefa 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gatsby-plugin-sass": "^2.3.16", "gatsby-plugin-sharp": "^2.6.42", "gatsby-plugin-sitemap": "^2.4.16", - "gatsby-plugin-styled-components": "^3.3.12", + "gatsby-plugin-styled-components": "^3.3.14", "gatsby-source-filesystem": "^2.3.34", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-remark": "^2.8.38",