Merge pull request #69 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-plugin-styled-components-3.3.11

Bump gatsby-plugin-styled-components from 3.3.10 to 3.3.11
This commit is contained in:
Kevin Kandlbinder 2020-09-25 19:35:43 +02:00 committed by GitHub
commit 0fe163662e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

18
package-lock.json generated
View file

@ -9578,11 +9578,21 @@
}
},
"gatsby-plugin-styled-components": {
"version": "3.3.10",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.10.tgz",
"integrity": "sha512-2yV3hanEPelf8IwkOa1Sk4RtHh4tuuvdJs2NCnAsHxYEMLlFC4UeG91z4Q4t69G7RvZ2W8PzdByLK5N5C97CQQ==",
"version": "3.3.11",
"resolved": "https://registry.npmjs.org/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-3.3.11.tgz",
"integrity": "sha512-pO7WIXG8TbjkYybVG47WtRXulqvX8nYOeDQD/dD0cRxoyFVyFNoWC5Audyg5IuJWCXPgAG/CmEXM/b+2JQEveQ==",
"requires": {
"@babel/runtime": "^7.10.3"
"@babel/runtime": "^7.11.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.11.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"gatsby-plugin-typescript": {

View file

@ -14,7 +14,7 @@
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.31",
"gatsby-plugin-sitemap": "^2.4.12",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-plugin-styled-components": "^3.3.11",
"gatsby-source-filesystem": "^2.3.27",
"gatsby-source-youtube-v2": "^1.0.1",
"gatsby-transformer-remark": "^2.8.28",