chore(deps-dev): bump gatsby-plugin-styled-components (#6985)

Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 4.6.0 to 4.13.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.13.0/packages/gatsby-plugin-styled-components)

---
updated-dependencies:
- dependency-name: gatsby-plugin-styled-components
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-09-03 21:37:49 +00:00
committed by GitHub
parent 12b5e8891f
commit 9780da024e
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -109,7 +109,7 @@
"gatsby-plugin-page-creator": "^3.13.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-remove-trailing-slashes": "^3.1.0",
"gatsby-plugin-styled-components": "^4.6.0",
"gatsby-plugin-styled-components": "^4.13.0",
"gatsby-plugin-typescript": "^3.2.0",
"humanize-string": "^2.1.0",
"icedfrisby": "4.0.0",
@@ -13470,12 +13470,12 @@
}
},
"node_modules/gatsby-plugin-styled-components": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-4.6.0.tgz",
"integrity": "sha512-2oQ3PRoiXZOvTzjD9ZkFYIIWkVYJFccOt/byTf9A5K18sQR6vS1oGehJv4xK51cBue+EuYRuX0F3+IoLCNNDAQ==",
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-4.13.0.tgz",
"integrity": "sha512-Zd6kGbzpWSKNdJjqObOSVJhOffsrNSGjwl+x5iZRPI5/eLN0mPqes/cb2cl6g9Q8C2JHMf9fF8VZSBN6O9eDZQ==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.12.5"
"@babel/runtime": "^7.14.8"
},
"engines": {
"node": ">=12.13.0"
@@ -40936,12 +40936,12 @@
}
},
"gatsby-plugin-styled-components": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-4.6.0.tgz",
"integrity": "sha512-2oQ3PRoiXZOvTzjD9ZkFYIIWkVYJFccOt/byTf9A5K18sQR6vS1oGehJv4xK51cBue+EuYRuX0F3+IoLCNNDAQ==",
"version": "4.13.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-4.13.0.tgz",
"integrity": "sha512-Zd6kGbzpWSKNdJjqObOSVJhOffsrNSGjwl+x5iZRPI5/eLN0mPqes/cb2cl6g9Q8C2JHMf9fF8VZSBN6O9eDZQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5"
"@babel/runtime": "^7.14.8"
}
},
"gatsby-plugin-typescript": {

View File

@@ -196,7 +196,7 @@
"gatsby-plugin-page-creator": "^3.13.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-remove-trailing-slashes": "^3.1.0",
"gatsby-plugin-styled-components": "^4.6.0",
"gatsby-plugin-styled-components": "^4.13.0",
"gatsby-plugin-typescript": "^3.2.0",
"humanize-string": "^2.1.0",
"icedfrisby": "4.0.0",