From ce56a7a656d8ea1c7ed8a0b8580ddbb5ad1389d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 24 Apr 2021 10:15:13 +0000 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-styled-components (#6417) Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 4.2.0 to 4.3.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@4.3.0/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> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 609504ea87d50..d000deaa520b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,7 +106,7 @@ "gatsby-plugin-page-creator": "^3.3.0", "gatsby-plugin-react-helmet": "^4.1.0", "gatsby-plugin-remove-trailing-slashes": "^3.1.0", - "gatsby-plugin-styled-components": "^4.2.0", + "gatsby-plugin-styled-components": "^4.3.0", "gatsby-plugin-typescript": "^3.2.0", "humanize-string": "^2.1.0", "husky": "^4.3.8", @@ -14607,9 +14607,9 @@ } }, "node_modules/gatsby-plugin-styled-components": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-4.2.0.tgz", - "integrity": "sha512-7FxadPHONzYcXel4HQpXIK8Jf6LR0XYCE3njTUDcBMbKclNzGbAemfDCu+rVQ0EQd+8pT3yEEhWMRG6YbEq9Hg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-4.3.0.tgz", + "integrity": "sha512-mqurMBJ5gMUX8NNz9XN1ERfyLpLdPePCGwXF7oB+Ftm5+rUIl1lcnd2B0Lffzl+m5jvehzYgK/Yaz5LMYdrgTA==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5" @@ -48226,9 +48226,9 @@ } }, "gatsby-plugin-styled-components": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-4.2.0.tgz", - "integrity": "sha512-7FxadPHONzYcXel4HQpXIK8Jf6LR0XYCE3njTUDcBMbKclNzGbAemfDCu+rVQ0EQd+8pT3yEEhWMRG6YbEq9Hg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-4.3.0.tgz", + "integrity": "sha512-mqurMBJ5gMUX8NNz9XN1ERfyLpLdPePCGwXF7oB+Ftm5+rUIl1lcnd2B0Lffzl+m5jvehzYgK/Yaz5LMYdrgTA==", "dev": true, "requires": { "@babel/runtime": "^7.12.5" diff --git a/package.json b/package.json index 5ca5ea3815918..ffc8ffa921714 100644 --- a/package.json +++ b/package.json @@ -194,7 +194,7 @@ "gatsby-plugin-page-creator": "^3.3.0", "gatsby-plugin-react-helmet": "^4.1.0", "gatsby-plugin-remove-trailing-slashes": "^3.1.0", - "gatsby-plugin-styled-components": "^4.2.0", + "gatsby-plugin-styled-components": "^4.3.0", "gatsby-plugin-typescript": "^3.2.0", "humanize-string": "^2.1.0", "husky": "^4.3.8",