Build(deps-dev): bump gatsby-plugin-styled-components (#4827)

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

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

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>
This commit is contained in:
dependabot-preview[bot]
2020-03-28 11:34:20 +00:00
committed by GitHub
parent 9e3d770451
commit 5754685cb5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15555,18 +15555,18 @@
}
},
"gatsby-plugin-styled-components": {
"version": "3.1.20",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.20.tgz",
"integrity": "sha512-ledGQkZL9DS40IrhbJudZPAIc9gDqL+WcjB630JhT7bJvA0Ss8ugnAHKJYrVslbeCgWUg3ey07NnmLePoaLnXQ==",
"version": "3.1.21",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.1.21.tgz",
"integrity": "sha512-uU4MtUAw3zazeVnKnOL0c0+mhtpNfEKee983jyUnAGZnXyXa9EYfZ7Lw+b++FqCce+e6EDlI7VemUR4voSD0DQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.7.6"
"@babel/runtime": "^7.8.7"
},
"dependencies": {
"@babel/runtime": {
"version": "7.8.7",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.7.tgz",
"integrity": "sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==",
"version": "7.9.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz",
"integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.4"

View File

@@ -198,7 +198,7 @@
"gatsby-plugin-page-creator": "^2.1.45",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-remove-trailing-slashes": "^2.1.23",
"gatsby-plugin-styled-components": "^3.1.20",
"gatsby-plugin-styled-components": "^3.1.21",
"gatsby-plugin-typescript": "^2.2.3",
"got": "^9.6.0",
"humanize-string": "^2.1.0",